Shades of Olive Drab #739518
Tints of Olive Drab #739518
RGB
CMYK
RGB Variations
Color information
#739518 (or 0x739518) is known color: Olive Drab. HEX triplet: 73, 95 and 18. RGB value is (115,149,24). Sum of RGB (Red+Green+Blue) = 115+149+24=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #739518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739518 is #8C6AE7. Grayscale: #7D7D7D. Windows color (decimal): -9202408 or 1611123. OLE color: 1611123.
HSL color Cylindrical-coordinate representation of color #739518: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #739518 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 149 | 24 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.42 |
| HSL | 76.32º | 0.72% | 0.34% | - |
| HSV(B) | 76.32º | 0.84% | 0.58% | - |
| XYZ | 17.98 | 25.21 | 4.78 | - |
| YUV | 124.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 149 | 24 | 0.23 | 0 | 0.84 | 0.42 | 76.32 | 0.72 | 0.34 |
| Hex | 73 | 95 | 18 | 17 | 0 | 54 | 2A | 4C | 48 | 22 |
| Octal | 163 | 225 | 30 | 27 | 0 | 124 | 52 | 114 | 110 | 42 |
| Binary | 1110011 | 10010101 | 11000 | 10111 | 0 | 1010100 | 101010 | 1001100 | 1001000 | 100010 |
Color Harmonies of #739518
Complementary color
Monochromatic Colors of #739518
Black with #739518
Text Example
Text Example
White with #739518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739518; }
p { color: rgb(115,149,24); }
H1.HeaderClassName
{
color: #739518;
}
.AnyTagClassName
{
color: #739518;
}
</style>
background-color css
<style>
a { background-color: #739518; }
a { background-color: rgb(115,149,24); }
div.DivClassName
{
background-color: #739518;
}
.BgClassName
{
background-color: #739518;
}
</style>
border-color css
<style>
span { border-color: #739518; }
span { border-color: rgb(115,149,24); }
td.TdClassName
{
border-color: #739518;
}
.TagClassName
{
border-color: #739518;
}
</style>