Shades of Olive Drab #71971E
Tints of Olive Drab #71971E
RGB
CMYK
RGB Variations
Color information
#71971E (or 0x71971E) is known color: Olive Drab. HEX triplet: 71, 97 and 1E. RGB value is (113,151,30). Sum of RGB (Red+Green+Blue) = 113+151+30=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #71971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71971E is #8E68E1. Grayscale: #7E7E7E. Windows color (decimal): -9332962 or 2004849. OLE color: 2004849.
HSL color Cylindrical-coordinate representation of color #71971E: hue angle of 78.84º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71971E is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 151 | 30 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.41 |
| HSL | 78.84º | 0.67% | 0.35% | - |
| HSV(B) | 78.84º | 0.8% | 0.59% | - |
| XYZ | 18.11 | 25.74 | 5.24 | - |
| YUV | 125.84 | 73.91 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 151 | 30 | 0.25 | 0 | 0.80 | 0.41 | 78.84 | 0.67 | 0.35 |
| Hex | 71 | 97 | 1E | 19 | 0 | 50 | 29 | 4F | 43 | 23 |
| Octal | 161 | 227 | 36 | 31 | 0 | 120 | 51 | 117 | 103 | 43 |
| Binary | 1110001 | 10010111 | 11110 | 11001 | 0 | 1010000 | 101001 | 1001111 | 1000011 | 100011 |
Color Harmonies of #71971E
Complementary color
Monochromatic Colors of #71971E
Black with #71971E
Text Example
Text Example
White with #71971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71971E; }
p { color: rgb(113,151,30); }
H1.HeaderClassName
{
color: #71971E;
}
.AnyTagClassName
{
color: #71971E;
}
</style>
background-color css
<style>
a { background-color: #71971E; }
a { background-color: rgb(113,151,30); }
div.DivClassName
{
background-color: #71971E;
}
.BgClassName
{
background-color: #71971E;
}
</style>
border-color css
<style>
span { border-color: #71971E; }
span { border-color: rgb(113,151,30); }
td.TdClassName
{
border-color: #71971E;
}
.TagClassName
{
border-color: #71971E;
}
</style>