Camouflage Green (#78866B)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.87:1 — vs black: 5.42:1
Color values
-
HEX
#78866B -
RGB
rgb(120, 134, 107) -
HSL
hsl(91, 20%, 52%) -
CMYK
cmyk( 10.45, 0, 20.15, 47.45 ) -
Websafe
#669966
Tags
Mood
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #78866B based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#78866B
Base
#796B86
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#78866B
Base
#85866B
#6B866C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#78866B
Base
#6B7886
#866B78
Two colors flanking the complement — high contrast with less tension than full complementary.
#78866B
Base
#6C6B86
#866B85
Four colors at 90° intervals — rich variety, best when one color dominates.
#78866B
Base
#6B8586
#796B86
#866C6B
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#78866B
Base
#2C3127
#525B49
#646F59
#8C9A80
#9EAA94
#C5CBBF
Darker shades and lighter tints of Camouflage Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#0D0E0B
#22261E
#383E32
#4D5645
#636E58
#78866B
Base
#909D84
#A9B3A0
#C1C8BB
#DADED6
#F2F4F1
Ready-to-use code snippets for #78866B. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #78866B;
}
/* Text */
.element {
color: #78866B;
}
/* Border */
.element {
border: 1px solid #78866B;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#78866B,
#876E9E
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#78866B,
#876E9E
);
}
// SCSS variable
$camouflage-green: #78866B;
// With RGB channels (useful for rgba() usage)
$camouflage-green-r: 120;
$camouflage-green-g: 134;
$camouflage-green-b: 107;
// Usage
.element {
background-color: $camouflage-green;
color: rgba($camouflage-green-r, $camouflage-green-g, $camouflage-green-b, 0.8);
}
How Camouflage Green appears to people with different types of color vision deficiency.
#78866B
How the color appears with full color vision.
#82826B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#85856B
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#7C8383
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#818181
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.