#6DA050
A medium, moderate green closely aligning with Olivedrab.
About #6DA050
The precise color #6DA050 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Olivedrab. In the RGB color space, it consists of 109 red, 160 green, and 80 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 32% Cyan, 0% Magenta, 50% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DA050
RGB109, 160, 80
HSL98.3°, 33.3%, 47.1%
CMYK32%, 0%, 50%, 37%
HSV98.3°, 50.0%, 62.7%
LAB60.8, -31.8, 36.2
XYZ20.3, 29.0, 12.1
Decimal7184464
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.79:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #6DA050;
}
.text-color {
color: #6DA050;
}
.border-color {
border: 2px solid #6DA050;
}