Shades of Olive Drab #70950E
Tints of Olive Drab #70950E
RGB
CMYK
RGB Variations
Color information
#70950E (or 0x70950E) is known color: Olive Drab. HEX triplet: 70, 95 and 0E. RGB value is (112,149,14). Sum of RGB (Red+Green+Blue) = 112+149+14=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #70950E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70950E is #8F6AF1. Grayscale: #7B7B7B. Windows color (decimal): -9399026 or 955760. OLE color: 955760.
HSL color Cylindrical-coordinate representation of color #70950E: hue angle of 76.44º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70950E is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 14 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.42 |
| HSL | 76.44º | 0.83% | 0.32% | - |
| HSV(B) | 76.44º | 0.91% | 0.58% | - |
| XYZ | 17.51 | 24.97 | 4.31 | - |
| YUV | 122.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 14 | 0.25 | 0 | 0.91 | 0.42 | 76.44 | 0.83 | 0.32 |
| Hex | 70 | 95 | E | 19 | 0 | 5B | 2A | 4C | 53 | 20 |
| Octal | 160 | 225 | 16 | 31 | 0 | 133 | 52 | 114 | 123 | 40 |
| Binary | 1110000 | 10010101 | 1110 | 11001 | 0 | 1011011 | 101010 | 1001100 | 1010011 | 100000 |
Color Harmonies of #70950E
Complementary color
Monochromatic Colors of #70950E
Black with #70950E
Text Example
Text Example
White with #70950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70950E; }
p { color: rgb(112,149,14); }
H1.HeaderClassName
{
color: #70950E;
}
.AnyTagClassName
{
color: #70950E;
}
</style>
background-color css
<style>
a { background-color: #70950E; }
a { background-color: rgb(112,149,14); }
div.DivClassName
{
background-color: #70950E;
}
.BgClassName
{
background-color: #70950E;
}
</style>
border-color css
<style>
span { border-color: #70950E; }
span { border-color: rgb(112,149,14); }
td.TdClassName
{
border-color: #70950E;
}
.TagClassName
{
border-color: #70950E;
}
</style>