Shades of Olive Drab #739915
Tints of Olive Drab #739915
RGB
CMYK
RGB Variations
Color information
#739915 (or 0x739915) is known color: Olive Drab. HEX triplet: 73, 99 and 15. RGB value is (115,153,21). Sum of RGB (Red+Green+Blue) = 115+153+21=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #739915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739915 is #8C66EA. Grayscale: #7F7F7F. Windows color (decimal): -9201387 or 1415539. OLE color: 1415539.
HSL color Cylindrical-coordinate representation of color #739915: hue angle of 77.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #739915 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 153 | 21 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.4 |
| HSL | 77.27º | 0.76% | 0.34% | - |
| HSV(B) | 77.27º | 0.86% | 0.6% | - |
| XYZ | 18.6 | 26.48 | 4.84 | - |
| YUV | 126.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 21 | 0.25 | 0 | 0.86 | 0.4 | 77.27 | 0.76 | 0.34 |
| Hex | 73 | 99 | 15 | 19 | 0 | 56 | 28 | 4D | 4C | 22 |
| Octal | 163 | 231 | 25 | 31 | 0 | 126 | 50 | 115 | 114 | 42 |
| Binary | 1110011 | 10011001 | 10101 | 11001 | 0 | 1010110 | 101000 | 1001101 | 1001100 | 100010 |
Color Harmonies of #739915
Complementary color
Monochromatic Colors of #739915
Black with #739915
Text Example
Text Example
White with #739915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739915; }
p { color: rgb(115,153,21); }
H1.HeaderClassName
{
color: #739915;
}
.AnyTagClassName
{
color: #739915;
}
</style>
background-color css
<style>
a { background-color: #739915; }
a { background-color: rgb(115,153,21); }
div.DivClassName
{
background-color: #739915;
}
.BgClassName
{
background-color: #739915;
}
</style>
border-color css
<style>
span { border-color: #739915; }
span { border-color: rgb(115,153,21); }
td.TdClassName
{
border-color: #739915;
}
.TagClassName
{
border-color: #739915;
}
</style>