#75A82C
A medium, moderate green closely aligning with Olivedrab.
About #75A82C
Visually, #75A82C 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, 44).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 30% C, 0% M, 74% Y, and 34% K. The HSL representation is 84.7° hue, 58.5% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75A82C
RGB117, 168, 44
HSL84.7°, 58.5%, 41.6%
CMYK30%, 0%, 74%, 34%
HSV84.7°, 73.8%, 65.9%
LAB63.3, -35.9, 55.1
XYZ21.8, 32.0, 7.4
Decimal7710764
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.39:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A82C;
}
.text-color {
color: #75A82C;
}
.border-color {
border: 2px solid #75A82C;
}