#0c770c
a dark, electric green · cool · closest name: green
RGB
12, 119, 12
HSL
120°, 82%, 26%
CMYK
90, 0, 90, 53
Luminance
0.1330
Every format
| HEX | #0c770c |
| RGB | rgb(12, 119, 12) |
| HSL | hsl(120, 82%, 26%) |
| CMYK | cmyk(90%, 0%, 90%, 53%) |
| LAB | lab(43.2 -47.5 44.8) |
| LCH | lch(43.2 65.3 136.7) |
| OKLCH | oklch(0.495 0.162 142.6) |
Copy-ready code
/* CSS */
color: #0c770c;
background-color: #0c770c;
/* Tailwind (arbitrary) */
class="text-[#0c770c] bg-[#0c770c]"
/* SCSS */
$brand: #0c770c;
/* SwiftUI */
Color(red: 0.047, green: 0.467, blue: 0.047)
/* Android */
Color.parseColor("#0c770c")Accessibility — WCAG contrast
Aa
#0c770c on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c770c on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green46.7%
Blue4.7%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow89.9%
Key (black)53.3%
Color previews
#0c770c text on a black background
contrast 3.66:1
Card sample
#0c770c text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c770c;
Background color
Panel with #0c770c background
background-color: #0c770c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c770c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 119, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 119, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c770c; background: linear-gradient(135deg, #0c770c, #0C7753);