#667C1D
A dark, moderate yellow closely aligning with Olivedrab.
About #667C1D
Visually, #667C1D is defined as a moderate yellow. It is closely associated with the named CSS color Olivedrab. Its digital footprint relies on 102 parts red, 124 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 18% Cyan, 0% Magenta, 77% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#667C1D
RGB102, 124, 29
HSL73.9°, 62.1%, 30.0%
CMYK18%, 0%, 77%, 51%
HSV73.9°, 76.6%, 48.6%
LAB48.7, -21.7, 46.0
XYZ12.9, 17.3, 3.8
Decimal6716445
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.70:1
Text on #FFFFFF
AA
4.47:1
Text on #000000
AA Large
4.49:1
Text on #F8FAFC
AA Large
3.80:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #667C1D;
}
.text-color {
color: #667C1D;
}
.border-color {
border: 2px solid #667C1D;
}