#426607
A dark, vivid green closely aligning with Darkolivegreen.
About #426607
At its core, #426607 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. In the RGB color space, it consists of 66 red, 102 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 0% Magenta, 93% Yellow, and 60% Black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF 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#426607
RGB66, 102, 7
HSL82.7°, 87.2%, 21.4%
CMYK35%, 0%, 93%, 60%
HSV82.7°, 93.1%, 40.0%
LAB39.0, -27.3, 43.1
XYZ7.0, 10.7, 1.9
Decimal4351495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.70:1
Text on #FFFFFF
AA
3.14:1
Text on #000000
AA Large
6.40:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #426607;
}
.text-color {
color: #426607;
}
.border-color {
border: 2px solid #426607;
}