#7CA946
A medium, moderate green closely aligning with Olivedrab.
About #7CA946
Visually, #7CA946 is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. This translates to an RGB value of rgb(124, 169, 70).
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 0% Magenta, 59% Yellow, and 34% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7CA946
RGB124, 169, 70
HSL87.3°, 41.4%, 46.9%
CMYK27%, 0%, 59%, 34%
HSV87.3°, 58.6%, 66.3%
LAB64.2, -31.6, 45.4
XYZ23.6, 33.1, 10.9
Decimal8169798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.76:1
Text on #FFFFFF
FAIL
7.62:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA946;
}
.text-color {
color: #7CA946;
}
.border-color {
border: 2px solid #7CA946;
}