#077635
a deep, electric green · cool · closest name: seagreen
RGB
7, 118, 53
HSL
145°, 89%, 25%
CMYK
94, 0, 55, 54
Luminance
0.1326
Every format
| HEX | #077635 |
| RGB | rgb(7, 118, 53) |
| HSL | hsl(145, 89%, 25%) |
| CMYK | cmyk(94%, 0%, 55%, 54%) |
| LAB | lab(43.1 -43.3 27.8) |
| LCH | lch(43.1 51.5 147.3) |
| OKLCH | oklch(0.495 0.134 150.0) |
Copy-ready code
/* CSS */
color: #077635;
background-color: #077635;
/* Tailwind (arbitrary) */
class="text-[#077635] bg-[#077635]"
/* SCSS */
$brand: #077635;
/* SwiftUI */
Color(red: 0.027, green: 0.463, blue: 0.208)
/* Android */
Color.parseColor("#077635")Accessibility — WCAG contrast
Aa
#077635 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#077635 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green46.3%
Blue20.8%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow55.1%
Key (black)53.7%
Color previews
#077635 text on a black background
contrast 3.65:1
Card sample
#077635 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #077635;
Background color
Panel with #077635 background
background-color: #077635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #077635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 118, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 118, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #077635; background: linear-gradient(135deg, #077635, #076D76);