Shades of Olive Drab #759919
Tints of Olive Drab #759919
RGB
CMYK
RGB Variations
Color information
#759919 (or 0x759919) is known color: Olive Drab. HEX triplet: 75, 99 and 19. RGB value is (117,153,25). Sum of RGB (Red+Green+Blue) = 117+153+25=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #759919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759919 is #8A66E6. Grayscale: #808080. Windows color (decimal): -9070311 or 1677685. OLE color: 1677685.
HSL color Cylindrical-coordinate representation of color #759919: hue angle of 76.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759919 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 25 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.4 |
| HSL | 76.88º | 0.72% | 0.35% | - |
| HSV(B) | 76.88º | 0.84% | 0.6% | - |
| XYZ | 18.9 | 26.63 | 5.06 | - |
| YUV | 127.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 25 | 0.24 | 0 | 0.84 | 0.4 | 76.88 | 0.72 | 0.35 |
| Hex | 75 | 99 | 19 | 18 | 0 | 54 | 28 | 4D | 48 | 23 |
| Octal | 165 | 231 | 31 | 30 | 0 | 124 | 50 | 115 | 110 | 43 |
| Binary | 1110101 | 10011001 | 11001 | 11000 | 0 | 1010100 | 101000 | 1001101 | 1001000 | 100011 |
Color Harmonies of #759919
Complementary color
Monochromatic Colors of #759919
Black with #759919
Text Example
Text Example
White with #759919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759919; }
p { color: rgb(117,153,25); }
H1.HeaderClassName
{
color: #759919;
}
.AnyTagClassName
{
color: #759919;
}
</style>
background-color css
<style>
a { background-color: #759919; }
a { background-color: rgb(117,153,25); }
div.DivClassName
{
background-color: #759919;
}
.BgClassName
{
background-color: #759919;
}
</style>
border-color css
<style>
span { border-color: #759919; }
span { border-color: rgb(117,153,25); }
td.TdClassName
{
border-color: #759919;
}
.TagClassName
{
border-color: #759919;
}
</style>