#75AF3A
A medium, moderate green closely aligning with Olivedrab.
About #75AF3A
Visually, #75AF3A is defined as a moderate green. It is closely associated with the named CSS color Olivedrab. Its digital footprint relies on 117 parts red, 175 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. With a hue angle of 89.7 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AF3A
RGB117, 175, 58
HSL89.7°, 50.2%, 45.7%
CMYK33%, 0%, 67%, 31%
HSV89.7°, 66.9%, 68.6%
LAB65.6, -38.0, 52.0
XYZ23.4, 34.7, 9.5
Decimal7712570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF3A;
}
.text-color {
color: #75AF3A;
}
.border-color {
border: 2px solid #75AF3A;
}