Shades of Olive Drab #70952E
Tints of Olive Drab #70952E
RGB
CMYK
RGB Variations
Color information
#70952E (or 0x70952E) is known color: Olive Drab. HEX triplet: 70, 95 and 2E. RGB value is (112,149,46). Sum of RGB (Red+Green+Blue) = 112+149+46=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #70952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70952E is #8F6AD1. Grayscale: #7E7E7E. Windows color (decimal): -9398994 or 3052912. OLE color: 3052912.
HSL color Cylindrical-coordinate representation of color #70952E: hue angle of 81.55º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70952E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 46 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.42 |
| HSL | 81.55º | 0.53% | 0.38% | - |
| HSV(B) | 81.55º | 0.69% | 0.58% | - |
| XYZ | 17.92 | 25.14 | 6.49 | - |
| YUV | 126.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 46 | 0.25 | 0 | 0.69 | 0.42 | 81.55 | 0.53 | 0.38 |
| Hex | 70 | 95 | 2E | 19 | 0 | 45 | 2A | 52 | 35 | 26 |
| Octal | 160 | 225 | 56 | 31 | 0 | 105 | 52 | 122 | 65 | 46 |
| Binary | 1110000 | 10010101 | 101110 | 11001 | 0 | 1000101 | 101010 | 1010010 | 110101 | 100110 |
Color Harmonies of #70952E
Complementary color
Monochromatic Colors of #70952E
Black with #70952E
Text Example
Text Example
White with #70952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70952E; }
p { color: rgb(112,149,46); }
H1.HeaderClassName
{
color: #70952E;
}
.AnyTagClassName
{
color: #70952E;
}
</style>
background-color css
<style>
a { background-color: #70952E; }
a { background-color: rgb(112,149,46); }
div.DivClassName
{
background-color: #70952E;
}
.BgClassName
{
background-color: #70952E;
}
</style>
border-color css
<style>
span { border-color: #70952E; }
span { border-color: rgb(112,149,46); }
td.TdClassName
{
border-color: #70952E;
}
.TagClassName
{
border-color: #70952E;
}
</style>