Shades of Olive Drab #749519
Tints of Olive Drab #749519
RGB
CMYK
RGB Variations
Color information
#749519 (or 0x749519) is known color: Olive Drab. HEX triplet: 74, 95 and 19. RGB value is (116,149,25). Sum of RGB (Red+Green+Blue) = 116+149+25=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 149 (58.59% from 255 or 51.38% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 149 - color contains mainly: green. Hex color #749519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749519 is #8B6AE6. Grayscale: #7D7D7D. Windows color (decimal): -9136871 or 1676660. OLE color: 1676660.
HSL color Cylindrical-coordinate representation of color #749519: hue angle of 75.97º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749519 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 25 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.42 |
| HSL | 75.97º | 0.71% | 0.34% | - |
| HSV(B) | 75.97º | 0.83% | 0.58% | - |
| XYZ | 18.13 | 25.28 | 4.84 | - |
| YUV | 125 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 25 | 0.22 | 0 | 0.83 | 0.42 | 75.97 | 0.71 | 0.34 |
| Hex | 74 | 95 | 19 | 16 | 0 | 53 | 2A | 4C | 47 | 22 |
| Octal | 164 | 225 | 31 | 26 | 0 | 123 | 52 | 114 | 107 | 42 |
| Binary | 1110100 | 10010101 | 11001 | 10110 | 0 | 1010011 | 101010 | 1001100 | 1000111 | 100010 |
Color Harmonies of #749519
Complementary color
Monochromatic Colors of #749519
Black with #749519
Text Example
Text Example
White with #749519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749519; }
p { color: rgb(116,149,25); }
H1.HeaderClassName
{
color: #749519;
}
.AnyTagClassName
{
color: #749519;
}
</style>
background-color css
<style>
a { background-color: #749519; }
a { background-color: rgb(116,149,25); }
div.DivClassName
{
background-color: #749519;
}
.BgClassName
{
background-color: #749519;
}
</style>
border-color css
<style>
span { border-color: #749519; }
span { border-color: rgb(116,149,25); }
td.TdClassName
{
border-color: #749519;
}
.TagClassName
{
border-color: #749519;
}
</style>