#07B65F
A dark, vivid green closely aligning with Mediumseagreen.
About #07B65F
The precise color #07B65F is an excellent choice for modern design projects. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 182, and 95.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07B65F
RGB7, 182, 95
HSL150.2°, 92.6%, 37.1%
CMYK96%, 0%, 48%, 29%
HSV150.2°, 96.2%, 71.4%
LAB65.2, -58.4, 33.5
XYZ18.9, 34.3, 16.5
Decimal505439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B65F;
}
.text-color {
color: #07B65F;
}
.border-color {
border: 2px solid #07B65F;
}