Shades of Olive Drab #70900E
Tints of Olive Drab #70900E
RGB
CMYK
RGB Variations
Color information
#70900E (or 0x70900E) is known color: Olive Drab. HEX triplet: 70, 90 and 0E. RGB value is (112,144,14). Sum of RGB (Red+Green+Blue) = 112+144+14=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #70900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70900E is #8F6FF1. Grayscale: #787878. Windows color (decimal): -9400306 or 954480. OLE color: 954480.
HSL color Cylindrical-coordinate representation of color #70900E: hue angle of 74.77º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70900E is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 14 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.44 |
| HSL | 74.77º | 0.82% | 0.31% | - |
| HSV(B) | 74.77º | 0.9% | 0.56% | - |
| XYZ | 16.73 | 23.42 | 4.05 | - |
| YUV | 119.61 | 68.4 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 14 | 0.22 | 0 | 0.90 | 0.44 | 74.77 | 0.82 | 0.31 |
| Hex | 70 | 90 | E | 16 | 0 | 5A | 2C | 4B | 52 | 1F |
| Octal | 160 | 220 | 16 | 26 | 0 | 132 | 54 | 113 | 122 | 37 |
| Binary | 1110000 | 10010000 | 1110 | 10110 | 0 | 1011010 | 101100 | 1001011 | 1010010 | 11111 |
Color Harmonies of #70900E
Complementary color
Monochromatic Colors of #70900E
Black with #70900E
Text Example
Text Example
White with #70900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70900E; }
p { color: rgb(112,144,14); }
H1.HeaderClassName
{
color: #70900E;
}
.AnyTagClassName
{
color: #70900E;
}
</style>
background-color css
<style>
a { background-color: #70900E; }
a { background-color: rgb(112,144,14); }
div.DivClassName
{
background-color: #70900E;
}
.BgClassName
{
background-color: #70900E;
}
</style>
border-color css
<style>
span { border-color: #70900E; }
span { border-color: rgb(112,144,14); }
td.TdClassName
{
border-color: #70900E;
}
.TagClassName
{
border-color: #70900E;
}
</style>