Shades of Olive Drab #70873B
Tints of Olive Drab #70873B
RGB
CMYK
RGB Variations
Color information
#70873B (or 0x70873B) is known color: Olive Drab. HEX triplet: 70, 87 and 3B. RGB value is (112,135,59). Sum of RGB (Red+Green+Blue) = 112+135+59=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #70873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70873B is #8F78C4. Grayscale: #777777. Windows color (decimal): -9402565 or 3901296. OLE color: 3901296.
HSL color Cylindrical-coordinate representation of color #70873B: hue angle of 78.16º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70873B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 59 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.47 |
| HSL | 78.16º | 0.39% | 0.38% | - |
| HSV(B) | 78.16º | 0.56% | 0.53% | - |
| XYZ | 16.14 | 21.09 | 7.36 | - |
| YUV | 119.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 59 | 0.17 | 0 | 0.56 | 0.47 | 78.16 | 0.39 | 0.38 |
| Hex | 70 | 87 | 3B | 11 | 0 | 38 | 2F | 4E | 27 | 26 |
| Octal | 160 | 207 | 73 | 21 | 0 | 70 | 57 | 116 | 47 | 46 |
| Binary | 1110000 | 10000111 | 111011 | 10001 | 0 | 111000 | 101111 | 1001110 | 100111 | 100110 |
Color Harmonies of #70873B
Complementary color
Monochromatic Colors of #70873B
Black with #70873B
Text Example
Text Example
White with #70873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70873B; }
p { color: rgb(112,135,59); }
H1.HeaderClassName
{
color: #70873B;
}
.AnyTagClassName
{
color: #70873B;
}
</style>
background-color css
<style>
a { background-color: #70873B; }
a { background-color: rgb(112,135,59); }
div.DivClassName
{
background-color: #70873B;
}
.BgClassName
{
background-color: #70873B;
}
</style>
border-color css
<style>
span { border-color: #70873B; }
span { border-color: rgb(112,135,59); }
td.TdClassName
{
border-color: #70873B;
}
.TagClassName
{
border-color: #70873B;
}
</style>