#758A49
A medium, moderate green closely aligning with Darkolivegreen.
About #758A49
The hex code #758A49 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 117 parts red, 138 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 15% Cyan, 0% Magenta, 47% Yellow, and 46% Black. With a hue angle of 79.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#758A49
RGB117, 138, 73
HSL79.4°, 30.8%, 41.4%
CMYK15%, 0%, 47%, 46%
HSV79.4°, 47.1%, 54.1%
LAB54.5, -18.7, 32.2
XYZ17.6, 22.4, 9.7
Decimal7703113
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.83:1
Text on #FFFFFF
AA Large
5.49:1
Text on #000000
AA
3.66:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758A49;
}
.text-color {
color: #758A49;
}
.border-color {
border: 2px solid #758A49;
}