#7CAF50
A medium, moderate green closely aligning with Olivedrab.
About #7CAF50
The precise color #7CAF50 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(124, 175, 80).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 29% cyan, 0% magenta, 54% yellow, and 31% black. With a hue angle of 92.2 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7CAF50
RGB124, 175, 80
HSL92.2°, 37.3%, 50.0%
CMYK29%, 0%, 54%, 31%
HSV92.2°, 54.3%, 68.6%
LAB66.2, -33.4, 42.9
XYZ25.1, 35.5, 13.1
Decimal8171344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.59:1
Text on #FFFFFF
FAIL
8.10:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7CAF50;
}
.text-color {
color: #7CAF50;
}
.border-color {
border: 2px solid #7CAF50;
}