#07750F
A dark, vivid green closely aligning with Darkgreen.
About #07750F
The hex code #07750F represents a beautifully specific shade of green. Its closest recognized web color is Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 117, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 87% Y, and 54% K. With a hue angle of 124.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07750F
RGB7, 117, 15
HSL124.4°, 88.7%, 24.3%
CMYK94%, 0%, 87%, 54%
HSV124.4°, 94.0%, 45.9%
LAB42.5, -47.2, 43.4
XYZ6.5, 12.8, 2.6
Decimal488719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.90:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.64:1
Text on #F8FAFC
AA
3.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #07750F;
}
.text-color {
color: #07750F;
}
.border-color {
border: 2px solid #07750F;
}