#668316
A dark, vivid green closely aligning with Olivedrab.
About #668316
At its core, #668316 is a dark and vivid hue. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(102, 131, 22).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 22% cyan, 0% magenta, 83% yellow, and 49% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 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#668316
RGB102, 131, 22
HSL76.0°, 71.2%, 30.0%
CMYK22%, 0%, 83%, 49%
HSV76.0°, 83.2%, 51.4%
LAB50.8, -25.6, 50.3
XYZ13.7, 19.1, 3.7
Decimal6718230
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #668316;
}
.text-color {
color: #668316;
}
.border-color {
border: 2px solid #668316;
}