Shades of Olive Drab #70863A
Tints of Olive Drab #70863A
RGB
CMYK
RGB Variations
Color information
#70863A (or 0x70863A) is known color: Olive Drab. HEX triplet: 70, 86 and 3A. RGB value is (112,134,58). Sum of RGB (Red+Green+Blue) = 112+134+58=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #70863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70863A is #8F79C5. Grayscale: #777777. Windows color (decimal): -9402822 or 3835504. OLE color: 3835504.
HSL color Cylindrical-coordinate representation of color #70863A: hue angle of 77.37º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70863A is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 58 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.47 |
| HSL | 77.37º | 0.4% | 0.38% | - |
| HSV(B) | 77.37º | 0.57% | 0.53% | - |
| XYZ | 15.97 | 20.8 | 7.18 | - |
| YUV | 118.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 58 | 0.16 | 0 | 0.57 | 0.47 | 77.37 | 0.4 | 0.38 |
| Hex | 70 | 86 | 3A | 10 | 0 | 39 | 2F | 4D | 28 | 26 |
| Octal | 160 | 206 | 72 | 20 | 0 | 71 | 57 | 115 | 50 | 46 |
| Binary | 1110000 | 10000110 | 111010 | 10000 | 0 | 111001 | 101111 | 1001101 | 101000 | 100110 |
Color Harmonies of #70863A
Complementary color
Monochromatic Colors of #70863A
Black with #70863A
Text Example
Text Example
White with #70863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70863A; }
p { color: rgb(112,134,58); }
H1.HeaderClassName
{
color: #70863A;
}
.AnyTagClassName
{
color: #70863A;
}
</style>
background-color css
<style>
a { background-color: #70863A; }
a { background-color: rgb(112,134,58); }
div.DivClassName
{
background-color: #70863A;
}
.BgClassName
{
background-color: #70863A;
}
</style>
border-color css
<style>
span { border-color: #70863A; }
span { border-color: rgb(112,134,58); }
td.TdClassName
{
border-color: #70863A;
}
.TagClassName
{
border-color: #70863A;
}
</style>