#079707
a dark, electric green · cool · closest name: green
RGB
7, 151, 7
HSL
120°, 91%, 31%
CMYK
95, 0, 95, 41
Luminance
0.2219
Every format
| HEX | #079707 |
| RGB | rgb(7, 151, 7) |
| HSL | hsl(120, 91%, 31%) |
| CMYK | cmyk(95%, 0%, 95%, 41%) |
| LAB | lab(54.2 -57.6 55.2) |
| LCH | lch(54.2 79.8 136.2) |
| OKLCH | oklch(0.587 0.197 142.5) |
Copy-ready code
/* CSS */
color: #079707;
background-color: #079707;
/* Tailwind (arbitrary) */
class="text-[#079707] bg-[#079707]"
/* SCSS */
$brand: #079707;
/* SwiftUI */
Color(red: 0.027, green: 0.592, blue: 0.027)
/* Android */
Color.parseColor("#079707")Accessibility — WCAG contrast
Aa
#079707 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079707 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green59.2%
Blue2.7%
CMYK percentages
Cyan95.4%
Magenta0.0%
Yellow95.4%
Key (black)40.8%
Color previews
#079707 text on a black background
contrast 5.44:1
Card sample
#079707 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079707;
Background color
Panel with #079707 background
background-color: #079707;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079707;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 151, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 151, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079707; background: linear-gradient(135deg, #079707, #079767);