Shades of Olive Drab #739715
Tints of Olive Drab #739715
RGB
CMYK
RGB Variations
Color information
#739715 (or 0x739715) is known color: Olive Drab. HEX triplet: 73, 97 and 15. RGB value is (115,151,21). Sum of RGB (Red+Green+Blue) = 115+151+21=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #739715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739715 is #8C68EA. Grayscale: #7D7D7D. Windows color (decimal): -9201899 or 1415027. OLE color: 1415027.
HSL color Cylindrical-coordinate representation of color #739715: hue angle of 76.62º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #739715 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 115 | 151 | 21 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.41 |
| HSL | 76.62º | 0.76% | 0.34% | - |
| HSV(B) | 76.62º | 0.86% | 0.59% | - |
| XYZ | 18.27 | 25.83 | 4.73 | - |
| YUV | 125.42 | 69.07 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 21 | 0.24 | 0 | 0.86 | 0.41 | 76.62 | 0.76 | 0.34 |
| Hex | 73 | 97 | 15 | 18 | 0 | 56 | 29 | 4D | 4C | 22 |
| Octal | 163 | 227 | 25 | 30 | 0 | 126 | 51 | 115 | 114 | 42 |
| Binary | 1110011 | 10010111 | 10101 | 11000 | 0 | 1010110 | 101001 | 1001101 | 1001100 | 100010 |
Color Harmonies of #739715
Complementary color
Monochromatic Colors of #739715
Black with #739715
Text Example
Text Example
White with #739715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739715; }
p { color: rgb(115,151,21); }
H1.HeaderClassName
{
color: #739715;
}
.AnyTagClassName
{
color: #739715;
}
</style>
background-color css
<style>
a { background-color: #739715; }
a { background-color: rgb(115,151,21); }
div.DivClassName
{
background-color: #739715;
}
.BgClassName
{
background-color: #739715;
}
</style>
border-color css
<style>
span { border-color: #739715; }
span { border-color: rgb(115,151,21); }
td.TdClassName
{
border-color: #739715;
}
.TagClassName
{
border-color: #739715;
}
</style>