#75A03A
A medium, moderate green closely aligning with Olivedrab.
About #75A03A
Visually, #75A03A is defined as a moderate green. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 117 red, 160 green, and 58 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 27% cyan, 0% magenta, 64% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75A03A
RGB117, 160, 58
HSL85.3°, 46.8%, 42.7%
CMYK27%, 0%, 64%, 37%
HSV85.3°, 63.8%, 62.7%
LAB61.0, -31.1, 47.1
XYZ20.7, 29.2, 8.6
Decimal7708730
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.85:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A03A;
}
.text-color {
color: #75A03A;
}
.border-color {
border: 2px solid #75A03A;
}