Shades of Olive Drab #70960E
Tints of Olive Drab #70960E
RGB
CMYK
RGB Variations
Color information
#70960E (or 0x70960E) is known color: Olive Drab. HEX triplet: 70, 96 and 0E. RGB value is (112,150,14). Sum of RGB (Red+Green+Blue) = 112+150+14=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #70960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70960E is #8F69F1. Grayscale: #7B7B7B. Windows color (decimal): -9398770 or 956016. OLE color: 956016.
HSL color Cylindrical-coordinate representation of color #70960E: hue angle of 76.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70960E is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 14 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.41 |
| HSL | 76.76º | 0.83% | 0.32% | - |
| HSV(B) | 76.76º | 0.91% | 0.59% | - |
| XYZ | 17.67 | 25.29 | 4.37 | - |
| YUV | 123.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 14 | 0.25 | 0 | 0.91 | 0.41 | 76.76 | 0.83 | 0.32 |
| Hex | 70 | 96 | E | 19 | 0 | 5B | 29 | 4D | 53 | 20 |
| Octal | 160 | 226 | 16 | 31 | 0 | 133 | 51 | 115 | 123 | 40 |
| Binary | 1110000 | 10010110 | 1110 | 11001 | 0 | 1011011 | 101001 | 1001101 | 1010011 | 100000 |
Color Harmonies of #70960E
Complementary color
Monochromatic Colors of #70960E
Black with #70960E
Text Example
Text Example
White with #70960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70960E; }
p { color: rgb(112,150,14); }
H1.HeaderClassName
{
color: #70960E;
}
.AnyTagClassName
{
color: #70960E;
}
</style>
background-color css
<style>
a { background-color: #70960E; }
a { background-color: rgb(112,150,14); }
div.DivClassName
{
background-color: #70960E;
}
.BgClassName
{
background-color: #70960E;
}
</style>
border-color css
<style>
span { border-color: #70960E; }
span { border-color: rgb(112,150,14); }
td.TdClassName
{
border-color: #70960E;
}
.TagClassName
{
border-color: #70960E;
}
</style>