Shades of Olive Drab #70950F
Tints of Olive Drab #70950F
RGB
CMYK
RGB Variations
Color information
#70950F (or 0x70950F) is known color: Olive Drab. HEX triplet: 70, 95 and 0F. RGB value is (112,149,15). Sum of RGB (Red+Green+Blue) = 112+149+15=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #70950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70950F is #8F6AF0. Grayscale: #7B7B7B. Windows color (decimal): -9399025 or 1021296. OLE color: 1021296.
HSL color Cylindrical-coordinate representation of color #70950F: hue angle of 76.57º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70950F is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 149 | 15 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.42 |
| HSL | 76.57º | 0.82% | 0.32% | - |
| HSV(B) | 76.57º | 0.9% | 0.58% | - |
| XYZ | 17.52 | 24.97 | 4.35 | - |
| YUV | 122.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 149 | 15 | 0.25 | 0 | 0.90 | 0.42 | 76.57 | 0.82 | 0.32 |
| Hex | 70 | 95 | F | 19 | 0 | 5A | 2A | 4D | 52 | 20 |
| Octal | 160 | 225 | 17 | 31 | 0 | 132 | 52 | 115 | 122 | 40 |
| Binary | 1110000 | 10010101 | 1111 | 11001 | 0 | 1011010 | 101010 | 1001101 | 1010010 | 100000 |
Color Harmonies of #70950F
Complementary color
Monochromatic Colors of #70950F
Black with #70950F
Text Example
Text Example
White with #70950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70950F; }
p { color: rgb(112,149,15); }
H1.HeaderClassName
{
color: #70950F;
}
.AnyTagClassName
{
color: #70950F;
}
</style>
background-color css
<style>
a { background-color: #70950F; }
a { background-color: rgb(112,149,15); }
div.DivClassName
{
background-color: #70950F;
}
.BgClassName
{
background-color: #70950F;
}
</style>
border-color css
<style>
span { border-color: #70950F; }
span { border-color: rgb(112,149,15); }
td.TdClassName
{
border-color: #70950F;
}
.TagClassName
{
border-color: #70950F;
}
</style>