Shades of Olive Drab #759524
Tints of Olive Drab #759524
RGB
CMYK
RGB Variations
Color information
#759524 (or 0x759524) is known color: Olive Drab. HEX triplet: 75, 95 and 24. RGB value is (117,149,36). Sum of RGB (Red+Green+Blue) = 117+149+36=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #759524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759524 is #8A6ADB. Grayscale: #7E7E7E. Windows color (decimal): -9071324 or 2397557. OLE color: 2397557.
HSL color Cylindrical-coordinate representation of color #759524: hue angle of 76.99º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759524 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 36 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.42 |
| HSL | 76.99º | 0.61% | 0.36% | - |
| HSV(B) | 76.99º | 0.76% | 0.58% | - |
| XYZ | 18.4 | 25.4 | 5.6 | - |
| YUV | 126.55 | 76.9 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 36 | 0.21 | 0 | 0.76 | 0.42 | 76.99 | 0.61 | 0.36 |
| Hex | 75 | 95 | 24 | 15 | 0 | 4C | 2A | 4D | 3D | 24 |
| Octal | 165 | 225 | 44 | 25 | 0 | 114 | 52 | 115 | 75 | 44 |
| Binary | 1110101 | 10010101 | 100100 | 10101 | 0 | 1001100 | 101010 | 1001101 | 111101 | 100100 |
Color Harmonies of #759524
Complementary color
Monochromatic Colors of #759524
Black with #759524
Text Example
Text Example
White with #759524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759524; }
p { color: rgb(117,149,36); }
H1.HeaderClassName
{
color: #759524;
}
.AnyTagClassName
{
color: #759524;
}
</style>
background-color css
<style>
a { background-color: #759524; }
a { background-color: rgb(117,149,36); }
div.DivClassName
{
background-color: #759524;
}
.BgClassName
{
background-color: #759524;
}
</style>
border-color css
<style>
span { border-color: #759524; }
span { border-color: rgb(117,149,36); }
td.TdClassName
{
border-color: #759524;
}
.TagClassName
{
border-color: #759524;
}
</style>