Shades of Olive Drab #759119
Tints of Olive Drab #759119
RGB
CMYK
RGB Variations
Color information
#759119 (or 0x759119) is known color: Olive Drab. HEX triplet: 75, 91 and 19. RGB value is (117,145,25). Sum of RGB (Red+Green+Blue) = 117+145+25=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #759119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759119 is #8A6EE6. Grayscale: #7B7B7B. Windows color (decimal): -9072359 or 1675637. OLE color: 1675637.
HSL color Cylindrical-coordinate representation of color #759119: hue angle of 74º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759119 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 25 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.43 |
| HSL | 74º | 0.71% | 0.33% | - |
| HSV(B) | 74º | 0.83% | 0.57% | - |
| XYZ | 17.64 | 24.1 | 4.64 | - |
| YUV | 122.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 25 | 0.19 | 0 | 0.83 | 0.43 | 74 | 0.71 | 0.33 |
| Hex | 75 | 91 | 19 | 13 | 0 | 53 | 2B | 4A | 47 | 21 |
| Octal | 165 | 221 | 31 | 23 | 0 | 123 | 53 | 112 | 107 | 41 |
| Binary | 1110101 | 10010001 | 11001 | 10011 | 0 | 1010011 | 101011 | 1001010 | 1000111 | 100001 |
Color Harmonies of #759119
Complementary color
Monochromatic Colors of #759119
Black with #759119
Text Example
Text Example
White with #759119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759119; }
p { color: rgb(117,145,25); }
H1.HeaderClassName
{
color: #759119;
}
.AnyTagClassName
{
color: #759119;
}
</style>
background-color css
<style>
a { background-color: #759119; }
a { background-color: rgb(117,145,25); }
div.DivClassName
{
background-color: #759119;
}
.BgClassName
{
background-color: #759119;
}
</style>
border-color css
<style>
span { border-color: #759119; }
span { border-color: rgb(117,145,25); }
td.TdClassName
{
border-color: #759119;
}
.TagClassName
{
border-color: #759119;
}
</style>