Shades of Olive Drab #70853B
Tints of Olive Drab #70853B
RGB
CMYK
RGB Variations
Color information
#70853B (or 0x70853B) is known color: Olive Drab. HEX triplet: 70, 85 and 3B. RGB value is (112,133,59). Sum of RGB (Red+Green+Blue) = 112+133+59=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #70853B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853B is #8F7AC4. Grayscale: #767676. Windows color (decimal): -9403077 or 3900784. OLE color: 3900784.
HSL color Cylindrical-coordinate representation of color #70853B: hue angle of 77.03º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70853B is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 59 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.48 |
| HSL | 77.03º | 0.39% | 0.38% | - |
| HSV(B) | 77.03º | 0.56% | 0.52% | - |
| XYZ | 15.86 | 20.54 | 7.27 | - |
| YUV | 118.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 59 | 0.16 | 0 | 0.56 | 0.48 | 77.03 | 0.39 | 0.38 |
| Hex | 70 | 85 | 3B | 10 | 0 | 38 | 30 | 4D | 27 | 26 |
| Octal | 160 | 205 | 73 | 20 | 0 | 70 | 60 | 115 | 47 | 46 |
| Binary | 1110000 | 10000101 | 111011 | 10000 | 0 | 111000 | 110000 | 1001101 | 100111 | 100110 |
Color Harmonies of #70853B
Complementary color
Monochromatic Colors of #70853B
Black with #70853B
Text Example
Text Example
White with #70853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70853B; }
p { color: rgb(112,133,59); }
H1.HeaderClassName
{
color: #70853B;
}
.AnyTagClassName
{
color: #70853B;
}
</style>
background-color css
<style>
a { background-color: #70853B; }
a { background-color: rgb(112,133,59); }
div.DivClassName
{
background-color: #70853B;
}
.BgClassName
{
background-color: #70853B;
}
</style>
border-color css
<style>
span { border-color: #70853B; }
span { border-color: rgb(112,133,59); }
td.TdClassName
{
border-color: #70853B;
}
.TagClassName
{
border-color: #70853B;
}
</style>