Shades of Olive Drab #709012
Tints of Olive Drab #709012
RGB
CMYK
RGB Variations
Color information
#709012 (or 0x709012) is known color: Olive Drab. HEX triplet: 70, 90 and 12. RGB value is (112,144,18). Sum of RGB (Red+Green+Blue) = 112+144+18=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #709012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709012 is #8F6FED. Grayscale: #787878. Windows color (decimal): -9400302 or 1216624. OLE color: 1216624.
HSL color Cylindrical-coordinate representation of color #709012: hue angle of 75.24º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #709012 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 18 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.44 |
| HSL | 75.24º | 0.78% | 0.32% | - |
| HSV(B) | 75.24º | 0.88% | 0.56% | - |
| XYZ | 16.76 | 23.43 | 4.21 | - |
| YUV | 120.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 18 | 0.22 | 0 | 0.88 | 0.44 | 75.24 | 0.78 | 0.32 |
| Hex | 70 | 90 | 12 | 16 | 0 | 58 | 2C | 4B | 4E | 20 |
| Octal | 160 | 220 | 22 | 26 | 0 | 130 | 54 | 113 | 116 | 40 |
| Binary | 1110000 | 10010000 | 10010 | 10110 | 0 | 1011000 | 101100 | 1001011 | 1001110 | 100000 |
Color Harmonies of #709012
Complementary color
Monochromatic Colors of #709012
Black with #709012
Text Example
Text Example
White with #709012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709012; }
p { color: rgb(112,144,18); }
H1.HeaderClassName
{
color: #709012;
}
.AnyTagClassName
{
color: #709012;
}
</style>
background-color css
<style>
a { background-color: #709012; }
a { background-color: rgb(112,144,18); }
div.DivClassName
{
background-color: #709012;
}
.BgClassName
{
background-color: #709012;
}
</style>
border-color css
<style>
span { border-color: #709012; }
span { border-color: rgb(112,144,18); }
td.TdClassName
{
border-color: #709012;
}
.TagClassName
{
border-color: #709012;
}
</style>