Shades of Olive Drab #70863B
Tints of Olive Drab #70863B
RGB
CMYK
RGB Variations
Color information
#70863B (or 0x70863B) is known color: Olive Drab. HEX triplet: 70, 86 and 3B. RGB value is (112,134,59). Sum of RGB (Red+Green+Blue) = 112+134+59=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #70863B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70863B is #8F79C4. Grayscale: #777777. Windows color (decimal): -9402821 or 3901040. OLE color: 3901040.
HSL color Cylindrical-coordinate representation of color #70863B: hue angle of 77.6º 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 #70863B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 59 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.47 |
| HSL | 77.6º | 0.39% | 0.38% | - |
| HSV(B) | 77.6º | 0.56% | 0.53% | - |
| XYZ | 16 | 20.81 | 7.31 | - |
| YUV | 118.87 | 94.21 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 59 | 0.16 | 0 | 0.56 | 0.47 | 77.6 | 0.39 | 0.38 |
| Hex | 70 | 86 | 3B | 10 | 0 | 38 | 2F | 4E | 27 | 26 |
| Octal | 160 | 206 | 73 | 20 | 0 | 70 | 57 | 116 | 47 | 46 |
| Binary | 1110000 | 10000110 | 111011 | 10000 | 0 | 111000 | 101111 | 1001110 | 100111 | 100110 |
Color Harmonies of #70863B
Complementary color
Monochromatic Colors of #70863B
Black with #70863B
Text Example
Text Example
White with #70863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70863B; }
p { color: rgb(112,134,59); }
H1.HeaderClassName
{
color: #70863B;
}
.AnyTagClassName
{
color: #70863B;
}
</style>
background-color css
<style>
a { background-color: #70863B; }
a { background-color: rgb(112,134,59); }
div.DivClassName
{
background-color: #70863B;
}
.BgClassName
{
background-color: #70863B;
}
</style>
border-color css
<style>
span { border-color: #70863B; }
span { border-color: rgb(112,134,59); }
td.TdClassName
{
border-color: #70863B;
}
.TagClassName
{
border-color: #70863B;
}
</style>