#7CA024
A dark, moderate green closely aligning with Olivedrab.
About #7CA024
The hex code #7CA024 represents a beautifully specific shade of green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 124 red, 160 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 22% cyan, 0% magenta, 78% yellow, and 37% black. With a hue angle of 77.4 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA024
RGB124, 160, 36
HSL77.4°, 63.3%, 38.4%
CMYK22%, 0%, 78%, 37%
HSV77.4°, 77.5%, 62.7%
LAB61.3, -29.8, 56.0
XYZ21.2, 29.6, 6.3
Decimal8167460
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.04:1
Text on #FFFFFF
AA Large
6.91:1
Text on #000000
AA
2.90:1
Text on #F8FAFC
FAIL
5.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA024;
}
.text-color {
color: #7CA024;
}
.border-color {
border: 2px solid #7CA024;
}