#6D7557
A medium, muted green closely aligning with Dimgray.
About #6D7557
Visually, #6D7557 is defined as a muted green. If you're using CSS, you might find it aligns closely with Dimgray. This translates to an RGB value of rgb(109, 117, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 7% C, 0% M, 26% Y, and 54% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D7557
RGB109, 117, 87
HSL76.0°, 14.7%, 40.0%
CMYK7%, 0%, 26%, 54%
HSV76.0°, 25.6%, 45.9%
LAB47.8, -8.7, 15.6
XYZ14.4, 16.7, 11.5
Decimal7173463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.85:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #6D7557;
}
.text-color {
color: #6D7557;
}
.border-color {
border: 2px solid #6D7557;
}