#6D8A6D
A medium, muted green closely aligning with Darkseagreen.
About #6D8A6D
At its core, #6D8A6D is a medium and muted hue. If you're using CSS, you might find it aligns closely with Darkseagreen. Its digital footprint relies on 109 parts red, 138 parts green, and 109 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 21% cyan, 0% magenta, 21% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6D8A6D
RGB109, 138, 109
HSL120.0°, 11.7%, 48.4%
CMYK21%, 0%, 21%, 46%
HSV120.0°, 21.0%, 54.1%
LAB54.6, -16.3, 12.2
XYZ18.2, 22.5, 17.9
Decimal7178861
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6D8A6D;
}
.text-color {
color: #6D8A6D;
}
.border-color {
border: 2px solid #6D8A6D;
}