Shades of Olive Drab #739913
Tints of Olive Drab #739913
RGB
CMYK
RGB Variations
Color information
#739913 (or 0x739913) is known color: Olive Drab. HEX triplet: 73, 99 and 13. RGB value is (115,153,19). Sum of RGB (Red+Green+Blue) = 115+153+19=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #739913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739913 is #8C66EC. Grayscale: #7E7E7E. Windows color (decimal): -9201389 or 1284467. OLE color: 1284467.
HSL color Cylindrical-coordinate representation of color #739913: hue angle of 77.01º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739913 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 19 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.4 |
| HSL | 77.01º | 0.78% | 0.34% | - |
| HSV(B) | 77.01º | 0.88% | 0.6% | - |
| XYZ | 18.58 | 26.47 | 4.75 | - |
| YUV | 126.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 19 | 0.25 | 0 | 0.88 | 0.4 | 77.01 | 0.78 | 0.34 |
| Hex | 73 | 99 | 13 | 19 | 0 | 58 | 28 | 4D | 4E | 22 |
| Octal | 163 | 231 | 23 | 31 | 0 | 130 | 50 | 115 | 116 | 42 |
| Binary | 1110011 | 10011001 | 10011 | 11001 | 0 | 1011000 | 101000 | 1001101 | 1001110 | 100010 |
Color Harmonies of #739913
Complementary color
Monochromatic Colors of #739913
Black with #739913
Text Example
Text Example
White with #739913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739913; }
p { color: rgb(115,153,19); }
H1.HeaderClassName
{
color: #739913;
}
.AnyTagClassName
{
color: #739913;
}
</style>
background-color css
<style>
a { background-color: #739913; }
a { background-color: rgb(115,153,19); }
div.DivClassName
{
background-color: #739913;
}
.BgClassName
{
background-color: #739913;
}
</style>
border-color css
<style>
span { border-color: #739913; }
span { border-color: rgb(115,153,19); }
td.TdClassName
{
border-color: #739913;
}
.TagClassName
{
border-color: #739913;
}
</style>