Shades of Olive Drab #70962C
Tints of Olive Drab #70962C
RGB
CMYK
RGB Variations
Color information
#70962C (or 0x70962C) is known color: Olive Drab. HEX triplet: 70, 96 and 2C. RGB value is (112,150,44). Sum of RGB (Red+Green+Blue) = 112+150+44=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #70962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70962C is #8F69D3. Grayscale: #7E7E7E. Windows color (decimal): -9398740 or 2922096. OLE color: 2922096.
HSL color Cylindrical-coordinate representation of color #70962C: hue angle of 81.51º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70962C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 44 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.41 |
| HSL | 81.51º | 0.55% | 0.38% | - |
| HSV(B) | 81.51º | 0.71% | 0.59% | - |
| XYZ | 18.04 | 25.44 | 6.34 | - |
| YUV | 126.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 44 | 0.25 | 0 | 0.71 | 0.41 | 81.51 | 0.55 | 0.38 |
| Hex | 70 | 96 | 2C | 19 | 0 | 47 | 29 | 52 | 37 | 26 |
| Octal | 160 | 226 | 54 | 31 | 0 | 107 | 51 | 122 | 67 | 46 |
| Binary | 1110000 | 10010110 | 101100 | 11001 | 0 | 1000111 | 101001 | 1010010 | 110111 | 100110 |
Color Harmonies of #70962C
Complementary color
Monochromatic Colors of #70962C
Black with #70962C
Text Example
Text Example
White with #70962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70962C; }
p { color: rgb(112,150,44); }
H1.HeaderClassName
{
color: #70962C;
}
.AnyTagClassName
{
color: #70962C;
}
</style>
background-color css
<style>
a { background-color: #70962C; }
a { background-color: rgb(112,150,44); }
div.DivClassName
{
background-color: #70962C;
}
.BgClassName
{
background-color: #70962C;
}
</style>
border-color css
<style>
span { border-color: #70962C; }
span { border-color: rgb(112,150,44); }
td.TdClassName
{
border-color: #70962C;
}
.TagClassName
{
border-color: #70962C;
}
</style>