Shades of Olive Drab #70862C
Tints of Olive Drab #70862C
RGB
CMYK
RGB Variations
Color information
#70862C (or 0x70862C) is known color: Olive Drab. HEX triplet: 70, 86 and 2C. RGB value is (112,134,44). Sum of RGB (Red+Green+Blue) = 112+134+44=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #70862C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70862C is #8F79D3. Grayscale: #757575. Windows color (decimal): -9402836 or 2918000. OLE color: 2918000.
HSL color Cylindrical-coordinate representation of color #70862C: hue angle of 74.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70862C is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 44 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.47 |
| HSL | 74.67º | 0.51% | 0.35% | - |
| HSV(B) | 74.67º | 0.67% | 0.53% | - |
| XYZ | 15.66 | 20.68 | 5.55 | - |
| YUV | 117.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 44 | 0.16 | 0 | 0.67 | 0.47 | 74.67 | 0.51 | 0.35 |
| Hex | 70 | 86 | 2C | 10 | 0 | 43 | 2F | 4B | 33 | 23 |
| Octal | 160 | 206 | 54 | 20 | 0 | 103 | 57 | 113 | 63 | 43 |
| Binary | 1110000 | 10000110 | 101100 | 10000 | 0 | 1000011 | 101111 | 1001011 | 110011 | 100011 |
Color Harmonies of #70862C
Complementary color
Monochromatic Colors of #70862C
Black with #70862C
Text Example
Text Example
White with #70862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70862C; }
p { color: rgb(112,134,44); }
H1.HeaderClassName
{
color: #70862C;
}
.AnyTagClassName
{
color: #70862C;
}
</style>
background-color css
<style>
a { background-color: #70862C; }
a { background-color: rgb(112,134,44); }
div.DivClassName
{
background-color: #70862C;
}
.BgClassName
{
background-color: #70862C;
}
</style>
border-color css
<style>
span { border-color: #70862C; }
span { border-color: rgb(112,134,44); }
td.TdClassName
{
border-color: #70862C;
}
.TagClassName
{
border-color: #70862C;
}
</style>