Shades of Olive Drab #70831F
Tints of Olive Drab #70831F
RGB
CMYK
RGB Variations
Color information
#70831F (or 0x70831F) is known color: Olive Drab. HEX triplet: 70, 83 and 1F. RGB value is (112,131,31). Sum of RGB (Red+Green+Blue) = 112+131+31=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #70831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70831F is #8F7CE0. Grayscale: #727272. Windows color (decimal): -9403617 or 2065264. OLE color: 2065264.
HSL color Cylindrical-coordinate representation of color #70831F: hue angle of 71.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70831F is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 31 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.49 |
| HSL | 71.4º | 0.62% | 0.32% | - |
| HSV(B) | 71.4º | 0.76% | 0.51% | - |
| XYZ | 15.05 | 19.78 | 4.32 | - |
| YUV | 113.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 31 | 0.15 | 0 | 0.76 | 0.49 | 71.4 | 0.62 | 0.32 |
| Hex | 70 | 83 | 1F | F | 0 | 4C | 31 | 47 | 3E | 20 |
| Octal | 160 | 203 | 37 | 17 | 0 | 114 | 61 | 107 | 76 | 40 |
| Binary | 1110000 | 10000011 | 11111 | 1111 | 0 | 1001100 | 110001 | 1000111 | 111110 | 100000 |
Color Harmonies of #70831F
Complementary color
Monochromatic Colors of #70831F
Black with #70831F
Text Example
Text Example
White with #70831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70831F; }
p { color: rgb(112,131,31); }
H1.HeaderClassName
{
color: #70831F;
}
.AnyTagClassName
{
color: #70831F;
}
</style>
background-color css
<style>
a { background-color: #70831F; }
a { background-color: rgb(112,131,31); }
div.DivClassName
{
background-color: #70831F;
}
.BgClassName
{
background-color: #70831F;
}
</style>
border-color css
<style>
span { border-color: #70831F; }
span { border-color: rgb(112,131,31); }
td.TdClassName
{
border-color: #70831F;
}
.TagClassName
{
border-color: #70831F;
}
</style>