#75A857
A medium, moderate green closely aligning with Olivedrab.
About #75A857
Visually, #75A857 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. This translates to an RGB value of rgb(117, 168, 87).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 30% cyan, 0% magenta, 48% yellow, and 34% black. With a hue angle of 97.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium 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#75A857
RGB117, 168, 87
HSL97.8°, 31.8%, 50.0%
CMYK30%, 0%, 48%, 34%
HSV97.8°, 48.2%, 65.9%
LAB63.7, -31.8, 36.4
XYZ23.1, 32.5, 14.1
Decimal7710807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.80:1
Text on #FFFFFF
FAIL
7.50:1
Text on #000000
AAA
2.68:1
Text on #F8FAFC
FAIL
6.37:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A857;
}
.text-color {
color: #75A857;
}
.border-color {
border: 2px solid #75A857;
}