Shades of Olive Drab #70872C
Tints of Olive Drab #70872C
RGB
CMYK
RGB Variations
Color information
#70872C (or 0x70872C) is known color: Olive Drab. HEX triplet: 70, 87 and 2C. RGB value is (112,135,44). Sum of RGB (Red+Green+Blue) = 112+135+44=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #70872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70872C is #8F78D3. Grayscale: #767676. Windows color (decimal): -9402580 or 2918256. OLE color: 2918256.
HSL color Cylindrical-coordinate representation of color #70872C: hue angle of 75.16º 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 #70872C is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 44 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.47 |
| HSL | 75.16º | 0.51% | 0.35% | - |
| HSV(B) | 75.16º | 0.67% | 0.53% | - |
| XYZ | 15.8 | 20.95 | 5.59 | - |
| YUV | 117.75 | 86.38 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 44 | 0.17 | 0 | 0.67 | 0.47 | 75.16 | 0.51 | 0.35 |
| Hex | 70 | 87 | 2C | 11 | 0 | 43 | 2F | 4B | 33 | 23 |
| Octal | 160 | 207 | 54 | 21 | 0 | 103 | 57 | 113 | 63 | 43 |
| Binary | 1110000 | 10000111 | 101100 | 10001 | 0 | 1000011 | 101111 | 1001011 | 110011 | 100011 |
Color Harmonies of #70872C
Complementary color
Monochromatic Colors of #70872C
Black with #70872C
Text Example
Text Example
White with #70872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70872C; }
p { color: rgb(112,135,44); }
H1.HeaderClassName
{
color: #70872C;
}
.AnyTagClassName
{
color: #70872C;
}
</style>
background-color css
<style>
a { background-color: #70872C; }
a { background-color: rgb(112,135,44); }
div.DivClassName
{
background-color: #70872C;
}
.BgClassName
{
background-color: #70872C;
}
</style>
border-color css
<style>
span { border-color: #70872C; }
span { border-color: rgb(112,135,44); }
td.TdClassName
{
border-color: #70872C;
}
.TagClassName
{
border-color: #70872C;
}
</style>