Shades of Olive Drab #739112
Tints of Olive Drab #739112
RGB
CMYK
RGB Variations
Color information
#739112 (or 0x739112) is known color: Olive Drab. HEX triplet: 73, 91 and 12. RGB value is (115,145,18). Sum of RGB (Red+Green+Blue) = 115+145+18=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #739112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739112 is #8C6EED. Grayscale: #7A7A7A. Windows color (decimal): -9203438 or 1216883. OLE color: 1216883.
HSL color Cylindrical-coordinate representation of color #739112: hue angle of 74.17º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739112 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 18 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.43 |
| HSL | 74.17º | 0.78% | 0.32% | - |
| HSV(B) | 74.17º | 0.88% | 0.57% | - |
| XYZ | 17.3 | 23.94 | 4.28 | - |
| YUV | 121.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 18 | 0.21 | 0 | 0.88 | 0.43 | 74.17 | 0.78 | 0.32 |
| Hex | 73 | 91 | 12 | 15 | 0 | 58 | 2B | 4A | 4E | 20 |
| Octal | 163 | 221 | 22 | 25 | 0 | 130 | 53 | 112 | 116 | 40 |
| Binary | 1110011 | 10010001 | 10010 | 10101 | 0 | 1011000 | 101011 | 1001010 | 1001110 | 100000 |
Color Harmonies of #739112
Complementary color
Monochromatic Colors of #739112
Black with #739112
Text Example
Text Example
White with #739112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739112; }
p { color: rgb(115,145,18); }
H1.HeaderClassName
{
color: #739112;
}
.AnyTagClassName
{
color: #739112;
}
</style>
background-color css
<style>
a { background-color: #739112; }
a { background-color: rgb(115,145,18); }
div.DivClassName
{
background-color: #739112;
}
.BgClassName
{
background-color: #739112;
}
</style>
border-color css
<style>
span { border-color: #739112; }
span { border-color: rgb(115,145,18); }
td.TdClassName
{
border-color: #739112;
}
.TagClassName
{
border-color: #739112;
}
</style>