#6b7730
a dark, soft green · cool · closest name: olivedrab
RGB
107, 119, 48
HSL
70°, 43%, 33%
CMYK
10, 0, 60, 53
Luminance
0.1653
Every format
| HEX | #6b7730 |
| RGB | rgb(107, 119, 48) |
| HSL | hsl(70, 43%, 33%) |
| CMYK | cmyk(10%, 0%, 60%, 53%) |
| LAB | lab(47.7 -15.5 36.8) |
| LCH | lch(47.7 39.9 112.9) |
| OKLCH | oklch(0.543 0.097 117.8) |
Copy-ready code
/* CSS */
color: #6b7730;
background-color: #6b7730;
/* Tailwind (arbitrary) */
class="text-[#6b7730] bg-[#6b7730]"
/* SCSS */
$brand: #6b7730;
/* SwiftUI */
Color(red: 0.420, green: 0.467, blue: 0.188)
/* Android */
Color.parseColor("#6b7730")Accessibility — WCAG contrast
Aa
#6b7730 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6b7730 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green46.7%
Blue18.8%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow59.7%
Key (black)53.3%
Color previews
#6b7730 text on a black background
contrast 4.31:1
Card sample
#6b7730 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6b7730;
Background color
Panel with #6b7730 background
background-color: #6b7730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6b7730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 119, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 119, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6b7730; background: linear-gradient(135deg, #6b7730, #3C7730);