Shades of Olive Drab #749518
Tints of Olive Drab #749518
RGB
CMYK
RGB Variations
Color information
#749518 (or 0x749518) is known color: Olive Drab. HEX triplet: 74, 95 and 18. RGB value is (116,149,24). Sum of RGB (Red+Green+Blue) = 116+149+24=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #749518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749518 is #8B6AE7. Grayscale: #7D7D7D. Windows color (decimal): -9136872 or 1611124. OLE color: 1611124.
HSL color Cylindrical-coordinate representation of color #749518: hue angle of 75.84º 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 #749518 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 24 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.42 |
| HSL | 75.84º | 0.72% | 0.34% | - |
| HSV(B) | 75.84º | 0.84% | 0.58% | - |
| XYZ | 18.11 | 25.27 | 4.79 | - |
| YUV | 124.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 24 | 0.22 | 0 | 0.84 | 0.42 | 75.84 | 0.72 | 0.34 |
| Hex | 74 | 95 | 18 | 16 | 0 | 54 | 2A | 4C | 48 | 22 |
| Octal | 164 | 225 | 30 | 26 | 0 | 124 | 52 | 114 | 110 | 42 |
| Binary | 1110100 | 10010101 | 11000 | 10110 | 0 | 1010100 | 101010 | 1001100 | 1001000 | 100010 |
Color Harmonies of #749518
Complementary color
Monochromatic Colors of #749518
Black with #749518
Text Example
Text Example
White with #749518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749518; }
p { color: rgb(116,149,24); }
H1.HeaderClassName
{
color: #749518;
}
.AnyTagClassName
{
color: #749518;
}
</style>
background-color css
<style>
a { background-color: #749518; }
a { background-color: rgb(116,149,24); }
div.DivClassName
{
background-color: #749518;
}
.BgClassName
{
background-color: #749518;
}
</style>
border-color css
<style>
span { border-color: #749518; }
span { border-color: rgb(116,149,24); }
td.TdClassName
{
border-color: #749518;
}
.TagClassName
{
border-color: #749518;
}
</style>