#6D8A75
A medium, muted green closely aligning with Gray.
About #6D8A75
Visually, #6D8A75 is defined as a muted green. Its closest recognized web color is Gray. In the RGB color space, it consists of 109 red, 138 green, and 117 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 21% cyan, 0% magenta, 15% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D8A75
RGB109, 138, 117
HSL136.6°, 11.7%, 48.4%
CMYK21%, 0%, 15%, 46%
HSV136.6°, 21.0%, 54.1%
LAB54.8, -14.7, 7.9
XYZ18.6, 22.7, 20.2
Decimal7178869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8A75;
}
.text-color {
color: #6D8A75;
}
.border-color {
border: 2px solid #6D8A75;
}