#75AF57
A medium, moderate green closely aligning with Olivedrab.
About #75AF57
Visually, #75AF57 is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. In the RGB color space, it consists of 117 red, 175 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 33% C, 0% M, 50% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75AF57
RGB117, 175, 87
HSL99.5°, 35.5%, 51.4%
CMYK33%, 0%, 50%, 31%
HSV99.5°, 50.3%, 68.6%
LAB65.8, -35.1, 39.0
XYZ24.4, 35.1, 14.5
Decimal7712599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF57;
}
.text-color {
color: #75AF57;
}
.border-color {
border: 2px solid #75AF57;
}