#507C57
A medium, muted green closely aligning with Darkolivegreen.
About #507C57
Visually, #507C57 is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 80 red, 124 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 35% Cyan, 0% Magenta, 30% Yellow, and 51% Black. The HSL representation is 129.5° hue, 21.6% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#507C57
RGB80, 124, 87
HSL129.5°, 21.6%, 40.0%
CMYK35%, 0%, 30%, 51%
HSV129.5°, 35.5%, 48.6%
LAB48.0, -23.5, 15.5
XYZ12.2, 16.8, 11.6
Decimal5274711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #507C57;
}
.text-color {
color: #507C57;
}
.border-color {
border: 2px solid #507C57;
}