#707b13
a dark, vivid yellow · cool · closest name: olive
RGB
112, 123, 19
HSL
66°, 73%, 28%
CMYK
9, 0, 85, 52
Luminance
0.1766
Every format
| HEX | #707b13 |
| RGB | rgb(112, 123, 19) |
| HSL | hsl(66, 73%, 28%) |
| CMYK | cmyk(9%, 0%, 85%, 52%) |
| LAB | lab(49.1 -17.2 49.9) |
| LCH | lch(49.1 52.8 109.0) |
| OKLCH | oklch(0.555 0.120 116.0) |
Copy-ready code
/* CSS */
color: #707b13;
background-color: #707b13;
/* Tailwind (arbitrary) */
class="text-[#707b13] bg-[#707b13]"
/* SCSS */
$brand: #707b13;
/* SwiftUI */
Color(red: 0.439, green: 0.482, blue: 0.075)
/* Android */
Color.parseColor("#707b13")Accessibility — WCAG contrast
Aa
#707b13 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#707b13 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green48.2%
Blue7.5%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow84.6%
Key (black)51.8%
Color previews
#707b13 text on a black background
contrast 4.53:1
Card sample
#707b13 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #707b13;
Background color
Panel with #707b13 background
background-color: #707b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #707b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 123, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 123, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #707b13; background: linear-gradient(135deg, #707b13, #2B7B13);