#667C50
A medium, muted green closely aligning with Darkolivegreen.
About #667C50
At its core, #667C50 is a medium and muted hue. Designers often compare it to the standard color Darkolivegreen. Its digital footprint relies on 102 parts red, 124 parts green, and 80 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 18% cyan, 0% magenta, 35% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#667C50
RGB102, 124, 80
HSL90.0°, 21.6%, 40.0%
CMYK18%, 0%, 35%, 51%
HSV90.0°, 35.5%, 48.6%
LAB49.3, -16.5, 21.5
XYZ14.1, 17.8, 10.3
Decimal6716496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.60:1
Text on #FFFFFF
AA
4.56:1
Text on #000000
AA
4.40:1
Text on #F8FAFC
AA Large
3.88:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C50;
}
.text-color {
color: #667C50;
}
.border-color {
border: 2px solid #667C50;
}