#666642
A dark, muted yellow closely aligning with Darkolivegreen.
About #666642
The precise color #666642 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 102 red, 102 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 0% M, 35% Y, and 60% K. With a hue angle of 60.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#666642
RGB102, 102, 66
HSL60.0°, 21.4%, 32.9%
CMYK0%, 0%, 35%, 60%
HSV60.0°, 35.3%, 40.0%
LAB42.3, -6.2, 20.4
XYZ11.2, 12.7, 7.0
Decimal6710850
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.93:1
Text on #FFFFFF
AA
3.54:1
Text on #000000
AA Large
5.66:1
Text on #F8FAFC
AA
3.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #666642;
}
.text-color {
color: #666642;
}
.border-color {
border: 2px solid #666642;
}