Shades of Olive Drab #70861E
Tints of Olive Drab #70861E
RGB
CMYK
RGB Variations
Color information
#70861E (or 0x70861E) is known color: Olive Drab. HEX triplet: 70, 86 and 1E. RGB value is (112,134,30). Sum of RGB (Red+Green+Blue) = 112+134+30=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #70861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70861E is #8F79E1. Grayscale: #737373. Windows color (decimal): -9402850 or 2000496. OLE color: 2000496.
HSL color Cylindrical-coordinate representation of color #70861E: hue angle of 72.69º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70861E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 30 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.47 |
| HSL | 72.69º | 0.63% | 0.32% | - |
| HSV(B) | 72.69º | 0.78% | 0.53% | - |
| XYZ | 15.44 | 20.59 | 4.39 | - |
| YUV | 115.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 30 | 0.16 | 0 | 0.78 | 0.47 | 72.69 | 0.63 | 0.32 |
| Hex | 70 | 86 | 1E | 10 | 0 | 4E | 2F | 49 | 3F | 20 |
| Octal | 160 | 206 | 36 | 20 | 0 | 116 | 57 | 111 | 77 | 40 |
| Binary | 1110000 | 10000110 | 11110 | 10000 | 0 | 1001110 | 101111 | 1001001 | 111111 | 100000 |
Color Harmonies of #70861E
Complementary color
Monochromatic Colors of #70861E
Black with #70861E
Text Example
Text Example
White with #70861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70861E; }
p { color: rgb(112,134,30); }
H1.HeaderClassName
{
color: #70861E;
}
.AnyTagClassName
{
color: #70861E;
}
</style>
background-color css
<style>
a { background-color: #70861E; }
a { background-color: rgb(112,134,30); }
div.DivClassName
{
background-color: #70861E;
}
.BgClassName
{
background-color: #70861E;
}
</style>
border-color css
<style>
span { border-color: #70861E; }
span { border-color: rgb(112,134,30); }
td.TdClassName
{
border-color: #70861E;
}
.TagClassName
{
border-color: #70861E;
}
</style>