#75AF50
A medium, moderate green closely aligning with Olivedrab.
About #75AF50
Visually, #75AF50 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 175, and 80.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 33% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75AF50
RGB117, 175, 80
HSL96.6°, 37.3%, 50.0%
CMYK33%, 0%, 54%, 31%
HSV96.6°, 54.3%, 68.6%
LAB65.8, -35.9, 42.3
XYZ24.1, 35.0, 13.1
Decimal7712592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.00:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75AF50;
}
.text-color {
color: #75AF50;
}
.border-color {
border: 2px solid #75AF50;
}