#667C5F
A medium, muted green closely aligning with Darkolivegreen.
About #667C5F
The hex code #667C5F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 124, and 95.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 18% C, 0% M, 23% Y, and 51% K. The HSL representation is 105.5° hue, 13.2% saturation, and 42.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#667C5F
RGB102, 124, 95
HSL105.5°, 13.2%, 42.9%
CMYK18%, 0%, 23%, 51%
HSV105.5°, 23.4%, 48.6%
LAB49.6, -13.9, 13.2
XYZ14.8, 18.1, 13.5
Decimal6716511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.61:1
Text on #000000
AA
4.35:1
Text on #F8FAFC
AA Large
3.92:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C5F;
}
.text-color {
color: #667C5F;
}
.border-color {
border: 2px solid #667C5F;
}