#668300
A dark, vivid yellow closely aligning with Olivedrab.
About #668300
At its core, #668300 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olivedrab. In the RGB color space, it consists of 102 red, 131 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 22% C, 0% M, 100% Y, and 49% K. The HSL representation is 73.3° hue, 100.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#668300
RGB102, 131, 0
HSL73.3°, 100.0%, 25.7%
CMYK22%, 0%, 100%, 49%
HSV73.3°, 100.0%, 51.4%
LAB50.8, -26.2, 54.9
XYZ13.6, 19.1, 3.0
Decimal6718208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #668300;
}
.text-color {
color: #668300;
}
.border-color {
border: 2px solid #668300;
}