Shades of Olive Drab #739115
Tints of Olive Drab #739115
RGB
CMYK
RGB Variations
Color information
#739115 (or 0x739115) is known color: Olive Drab. HEX triplet: 73, 91 and 15. RGB value is (115,145,21). Sum of RGB (Red+Green+Blue) = 115+145+21=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #739115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739115 is #8C6EEA. Grayscale: #7A7A7A. Windows color (decimal): -9203435 or 1413491. OLE color: 1413491.
HSL color Cylindrical-coordinate representation of color #739115: hue angle of 74.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #739115 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 21 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.43 |
| HSL | 74.52º | 0.75% | 0.33% | - |
| HSV(B) | 74.52º | 0.86% | 0.57% | - |
| XYZ | 17.33 | 23.95 | 4.42 | - |
| YUV | 121.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 21 | 0.21 | 0 | 0.86 | 0.43 | 74.52 | 0.75 | 0.33 |
| Hex | 73 | 91 | 15 | 15 | 0 | 56 | 2B | 4B | 4B | 21 |
| Octal | 163 | 221 | 25 | 25 | 0 | 126 | 53 | 113 | 113 | 41 |
| Binary | 1110011 | 10010001 | 10101 | 10101 | 0 | 1010110 | 101011 | 1001011 | 1001011 | 100001 |
Color Harmonies of #739115
Complementary color
Monochromatic Colors of #739115
Black with #739115
Text Example
Text Example
White with #739115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739115; }
p { color: rgb(115,145,21); }
H1.HeaderClassName
{
color: #739115;
}
.AnyTagClassName
{
color: #739115;
}
</style>
background-color css
<style>
a { background-color: #739115; }
a { background-color: rgb(115,145,21); }
div.DivClassName
{
background-color: #739115;
}
.BgClassName
{
background-color: #739115;
}
</style>
border-color css
<style>
span { border-color: #739115; }
span { border-color: rgb(115,145,21); }
td.TdClassName
{
border-color: #739115;
}
.TagClassName
{
border-color: #739115;
}
</style>