#665F00
A dark, vivid yellow closely aligning with Olive.
About #665F00
At its core, #665F00 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 102 red, 95 green, and 0 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 7% M, 100% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#665F00
RGB102, 95, 0
HSL55.9°, 100.0%, 20.0%
CMYK0%, 7%, 100%, 60%
HSV55.9°, 100.0%, 40.0%
LAB39.6, -7.0, 46.7
XYZ9.6, 11.0, 1.6
Decimal6708992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665F00;
}
.text-color {
color: #665F00;
}
.border-color {
border: 2px solid #665F00;
}