#6D996D
A medium, muted green closely aligning with Darkseagreen.
About #6D996D
Visually, #6D996D is defined as a muted green. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 109 parts red, 153 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 29% cyan, 0% magenta, 29% yellow, and 40% black. Always request a physical proof before doing a large print run with this exact code.
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#6D996D
RGB109, 153, 109
HSL120.0°, 17.7%, 51.4%
CMYK29%, 0%, 29%, 40%
HSV120.0°, 28.8%, 60.0%
LAB59.1, -24.1, 18.5
XYZ20.5, 27.1, 18.6
Decimal7182701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D996D;
}
.text-color {
color: #6D996D;
}
.border-color {
border: 2px solid #6D996D;
}