#075000
A very dark, vivid green closely aligning with Darkgreen.
About #075000
Visually, #075000 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(7, 80, 0).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 0% Magenta, 100% Yellow, and 69% Black. The HSL representation is 114.8° hue, 100.0% saturation, and 15.7% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075000
RGB7, 80, 0
HSL114.8°, 100.0%, 15.7%
CMYK91%, 0%, 100%, 69%
HSV114.8°, 100.0%, 31.4%
LAB28.9, -36.1, 36.0
XYZ3.0, 5.8, 1.0
Decimal479232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.74:1
Text on #FFFFFF
AAA
2.16:1
Text on #000000
FAIL
9.31:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075000;
}
.text-color {
color: #075000;
}
.border-color {
border: 2px solid #075000;
}