Shades of Olive Drab #71912C
Tints of Olive Drab #71912C
RGB
CMYK
RGB Variations
Color information
#71912C (or 0x71912C) is known color: Olive Drab. HEX triplet: 71, 91 and 2C. RGB value is (113,145,44). Sum of RGB (Red+Green+Blue) = 113+145+44=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #71912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71912C is #8E6ED3. Grayscale: #7C7C7C. Windows color (decimal): -9334484 or 2920817. OLE color: 2920817.
HSL color Cylindrical-coordinate representation of color #71912C: hue angle of 79.01º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71912C is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 145 | 44 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.43 |
| HSL | 79.01º | 0.53% | 0.37% | - |
| HSV(B) | 79.01º | 0.7% | 0.57% | - |
| XYZ | 17.39 | 23.94 | 6.09 | - |
| YUV | 123.92 | 82.9 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 44 | 0.22 | 0 | 0.70 | 0.43 | 79.01 | 0.53 | 0.37 |
| Hex | 71 | 91 | 2C | 16 | 0 | 46 | 2B | 4F | 35 | 25 |
| Octal | 161 | 221 | 54 | 26 | 0 | 106 | 53 | 117 | 65 | 45 |
| Binary | 1110001 | 10010001 | 101100 | 10110 | 0 | 1000110 | 101011 | 1001111 | 110101 | 100101 |
Color Harmonies of #71912C
Complementary color
Monochromatic Colors of #71912C
Black with #71912C
Text Example
Text Example
White with #71912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71912C; }
p { color: rgb(113,145,44); }
H1.HeaderClassName
{
color: #71912C;
}
.AnyTagClassName
{
color: #71912C;
}
</style>
background-color css
<style>
a { background-color: #71912C; }
a { background-color: rgb(113,145,44); }
div.DivClassName
{
background-color: #71912C;
}
.BgClassName
{
background-color: #71912C;
}
</style>
border-color css
<style>
span { border-color: #71912C; }
span { border-color: rgb(113,145,44); }
td.TdClassName
{
border-color: #71912C;
}
.TagClassName
{
border-color: #71912C;
}
</style>