Shades of Olive Drab #70882C
Tints of Olive Drab #70882C
RGB
CMYK
RGB Variations
Color information
#70882C (or 0x70882C) is known color: Olive Drab. HEX triplet: 70, 88 and 2C. RGB value is (112,136,44). Sum of RGB (Red+Green+Blue) = 112+136+44=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #70882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70882C is #8F77D3. Grayscale: #767676. Windows color (decimal): -9402324 or 2918512. OLE color: 2918512.
HSL color Cylindrical-coordinate representation of color #70882C: hue angle of 75.65º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70882C is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 44 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.47 |
| HSL | 75.65º | 0.51% | 0.35% | - |
| HSV(B) | 75.65º | 0.68% | 0.53% | - |
| XYZ | 15.94 | 21.23 | 5.64 | - |
| YUV | 118.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 44 | 0.18 | 0 | 0.68 | 0.47 | 75.65 | 0.51 | 0.35 |
| Hex | 70 | 88 | 2C | 12 | 0 | 44 | 2F | 4C | 33 | 23 |
| Octal | 160 | 210 | 54 | 22 | 0 | 104 | 57 | 114 | 63 | 43 |
| Binary | 1110000 | 10001000 | 101100 | 10010 | 0 | 1000100 | 101111 | 1001100 | 110011 | 100011 |
Color Harmonies of #70882C
Complementary color
Monochromatic Colors of #70882C
Black with #70882C
Text Example
Text Example
White with #70882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70882C; }
p { color: rgb(112,136,44); }
H1.HeaderClassName
{
color: #70882C;
}
.AnyTagClassName
{
color: #70882C;
}
</style>
background-color css
<style>
a { background-color: #70882C; }
a { background-color: rgb(112,136,44); }
div.DivClassName
{
background-color: #70882C;
}
.BgClassName
{
background-color: #70882C;
}
</style>
border-color css
<style>
span { border-color: #70882C; }
span { border-color: rgb(112,136,44); }
td.TdClassName
{
border-color: #70882C;
}
.TagClassName
{
border-color: #70882C;
}
</style>