#758A5F
A medium, muted green closely aligning with Darkolivegreen.
About #758A5F
At its core, #758A5F is a medium and muted hue. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 117 red, 138 green, and 95 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 15% cyan, 0% magenta, 31% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#758A5F
RGB117, 138, 95
HSL89.3°, 18.5%, 45.7%
CMYK15%, 0%, 31%, 46%
HSV89.3°, 31.2%, 54.1%
LAB54.9, -15.7, 20.6
XYZ18.5, 22.8, 14.2
Decimal7703135
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.78:1
Text on #FFFFFF
AA Large
5.56:1
Text on #000000
AA
3.61:1
Text on #F8FAFC
AA Large
4.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758A5F;
}
.text-color {
color: #758A5F;
}
.border-color {
border: 2px solid #758A5F;
}