#665F07
A dark, vivid yellow closely aligning with Olive.
About #665F07
At its core, #665F07 is a dark and vivid hue. It is closely associated with the named CSS color Olive. This translates to an RGB value of rgb(102, 95, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 93% yellow, and 60% black. With a hue angle of 55.6 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#665F07
RGB102, 95, 7
HSL55.6°, 87.2%, 21.4%
CMYK0%, 7%, 93%, 60%
HSV55.6°, 93.1%, 40.0%
LAB39.6, -6.8, 44.7
XYZ9.6, 11.0, 1.8
Decimal6708999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.55:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.26:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #665F07;
}
.text-color {
color: #665F07;
}
.border-color {
border: 2px solid #665F07;
}