#7CA83A
A medium, moderate green closely aligning with Olivedrab.
About #7CA83A
The precise color #7CA83A is an excellent choice for modern design projects. Its closest recognized web color is Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 168, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 26% Cyan, 0% Magenta, 65% Yellow, and 34% Black. The HSL representation is 84.0° hue, 48.7% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CA83A
RGB124, 168, 58
HSL84.0°, 48.7%, 44.3%
CMYK26%, 0%, 65%, 34%
HSV84.0°, 65.5%, 65.9%
LAB63.8, -32.2, 50.3
XYZ23.1, 32.6, 9.1
Decimal8169530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.79:1
Text on #FFFFFF
FAIL
7.52:1
Text on #000000
AAA
2.67:1
Text on #F8FAFC
FAIL
6.39:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CA83A;
}
.text-color {
color: #7CA83A;
}
.border-color {
border: 2px solid #7CA83A;
}