#5F7557
A medium, muted green closely aligning with Darkolivegreen.
About #5F7557
At its core, #5F7557 is a medium and muted hue. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 95 red, 117 green, and 87 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 19% cyan, 0% magenta, 26% yellow, and 54% black. The HSL representation is 104.0° hue, 14.7% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F7557
RGB95, 117, 87
HSL104.0°, 14.7%, 40.0%
CMYK19%, 0%, 26%, 54%
HSV104.0°, 25.6%, 45.9%
LAB46.8, -14.3, 14.0
XYZ12.8, 15.8, 11.4
Decimal6255959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.04:1
Text on #FFFFFF
AA
4.17:1
Text on #000000
AA Large
4.81:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F7557;
}
.text-color {
color: #5F7557;
}
.border-color {
border: 2px solid #5F7557;
}