#666D33
A dark, moderate yellow closely aligning with Darkolivegreen.
About #666D33
The precise color #666D33 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 109, and 51.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 6% C, 0% M, 53% Y, and 57% K. With a hue angle of 67.2 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. 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#666D33
RGB102, 109, 51
HSL67.2°, 36.2%, 31.4%
CMYK6%, 0%, 53%, 57%
HSV67.2°, 53.2%, 42.7%
LAB44.2, -12.0, 31.2
XYZ11.5, 14.0, 5.2
Decimal6712627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.53:1
Text on #FFFFFF
AA
3.80:1
Text on #000000
AA Large
5.28:1
Text on #F8FAFC
AA
3.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666D33;
}
.text-color {
color: #666D33;
}
.border-color {
border: 2px solid #666D33;
}