Shades of Olive Drab #759619
Tints of Olive Drab #759619
RGB
CMYK
RGB Variations
Color information
#759619 (or 0x759619) is known color: Olive Drab. HEX triplet: 75, 96 and 19. RGB value is (117,150,25). Sum of RGB (Red+Green+Blue) = 117+150+25=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #759619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759619 is #8A69E6. Grayscale: #7E7E7E. Windows color (decimal): -9071079 or 1676917. OLE color: 1676917.
HSL color Cylindrical-coordinate representation of color #759619: hue angle of 75.84º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759619 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 150 | 25 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.41 |
| HSL | 75.84º | 0.71% | 0.34% | - |
| HSV(B) | 75.84º | 0.83% | 0.59% | - |
| XYZ | 18.42 | 25.66 | 4.9 | - |
| YUV | 125.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 150 | 25 | 0.22 | 0 | 0.83 | 0.41 | 75.84 | 0.71 | 0.34 |
| Hex | 75 | 96 | 19 | 16 | 0 | 53 | 29 | 4C | 47 | 22 |
| Octal | 165 | 226 | 31 | 26 | 0 | 123 | 51 | 114 | 107 | 42 |
| Binary | 1110101 | 10010110 | 11001 | 10110 | 0 | 1010011 | 101001 | 1001100 | 1000111 | 100010 |
Color Harmonies of #759619
Complementary color
Monochromatic Colors of #759619
Black with #759619
Text Example
Text Example
White with #759619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759619; }
p { color: rgb(117,150,25); }
H1.HeaderClassName
{
color: #759619;
}
.AnyTagClassName
{
color: #759619;
}
</style>
background-color css
<style>
a { background-color: #759619; }
a { background-color: rgb(117,150,25); }
div.DivClassName
{
background-color: #759619;
}
.BgClassName
{
background-color: #759619;
}
</style>
border-color css
<style>
span { border-color: #759619; }
span { border-color: rgb(117,150,25); }
td.TdClassName
{
border-color: #759619;
}
.TagClassName
{
border-color: #759619;
}
</style>