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

Sample Text
This is how text may look on this color.
Best text color: #000000
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #78866B based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Camouflage Green
#78866B Base
#796B86
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Camouflage Green
#78866B Base
#85866B
#6B866C
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Camouflage Green
#78866B Base
#6B7886
#866B78
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Camouflage Green
#78866B Base
#6C6B86
#866B85
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Camouflage Green
#78866B Base
#6B8586
#796B86
#866C6B
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Camouflage Green
#78866B Base
#2C3127
#525B49
#646F59
#8C9A80
#9EAA94
#C5CBBF
Shades & Tints

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
Camouflage Green #78866B Base
#909D84
#A9B3A0
#C1C8BB
#DADED6
#F2F4F1
CSS & SCSS Snippets

Ready-to-use code snippets for #78866B. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #78866B;
}

/* Text */
.element {
    color: #78866B;
}

/* Border */
.element {
    border: 1px solid #78866B;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #78866B,
        #876E9E
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #78866B,
        #876E9E
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Camouflage Green appears to people with different types of color vision deficiency.

Normal Vision #78866B How the color appears with full color vision.
Deuteranopia #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.
Protanopia #85856B Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #7C8383 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #818181 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Camouflage Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Camouflage Green #78866B Base
Xanadu #738678 ΔE 5.20
Smoke #738276 ΔE 5.84
Artichoke #8F9779 ΔE 6.79
Russian Green #679267 ΔE 8.52

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.