#66830F
A dark, vivid green closely aligning with Olivedrab.
About #66830F
The hex code #66830F represents a beautifully specific shade of green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 102 red, 131 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. The color uses 22% Cyan, 0% Magenta, 89% Yellow, and 49% Black. The HSL representation is 75.0° hue, 79.5% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66830F
RGB102, 131, 15
HSL75.0°, 79.5%, 28.6%
CMYK22%, 0%, 89%, 49%
HSV75.0°, 88.5%, 51.4%
LAB50.8, -25.9, 52.1
XYZ13.7, 19.1, 3.4
Decimal6718223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #66830F;
}
.text-color {
color: #66830F;
}
.border-color {
border: 2px solid #66830F;
}