Old Moss Green (#867E36)
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: 4.16:1 — vs black: 5.05:1
Color values
-
HEX
#867E36 -
RGB
rgb(134, 126, 54) -
HSL
hsl(54, 59%, 52%) -
CMYK
cmyk( 0, 5.97, 59.7, 47.45 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #867E36 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#867E36
Base
#363E86
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#867E36
Base
#865636
#668636
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#867E36
Base
#36867E
#7E3686
Two colors flanking the complement — high contrast with less tension than full complementary.
#867E36
Base
#366686
#563686
Four colors at 90° intervals — rich variety, best when one color dominates.
#867E36
Base
#368656
#363E86
#863666
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#867E36
Base
#19170A
#4F4B20
#69632A
#A39942
#B8AE50
#CEC787
Darker shades and lighter tints of Old Moss Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#121107
#292711
#413D1A
#585223
#6F682D
#867E36
Base
#B0A647
#C5BC6E
#D6CF98
#E7E3C3
#F8F7ED
Ready-to-use code snippets for #867E36. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #867E36;
}
/* Text */
.element {
color: #867E36;
}
/* Border */
.element {
border: 1px solid #867E36;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#867E36,
#3E4CCE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#867E36,
#3E4CCE
);
}
// SCSS variable
$old-moss-green: #867E36;
// With RGB channels (useful for rgba() usage)
$old-moss-green-r: 134;
$old-moss-green-g: 126;
$old-moss-green-b: 54;
// Usage
.element {
background-color: $old-moss-green;
color: rgba($old-moss-green-r, $old-moss-green-g, $old-moss-green-b, 0.8);
}
How Old Moss Green appears to people with different types of color vision deficiency.
#867E36
How the color appears with full color vision.
#808035
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#7F7F36
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#8C7878
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#7C7C7C
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.