Shades of Olive Drab #759022
Tints of Olive Drab #759022
RGB
CMYK
RGB Variations
Color information
#759022 (or 0x759022) is known color: Olive Drab. HEX triplet: 75, 90 and 22. RGB value is (117,144,34). Sum of RGB (Red+Green+Blue) = 117+144+34=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 144 (56.64% from 255 or 48.81% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 144 - color contains mainly: green. Hex color #759022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759022 is #8A6FDD. Grayscale: #7B7B7B. Windows color (decimal): -9072606 or 2265205. OLE color: 2265205.
HSL color Cylindrical-coordinate representation of color #759022: hue angle of 74.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759022 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 34 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.44 |
| HSL | 74.73º | 0.62% | 0.35% | - |
| HSV(B) | 74.73º | 0.76% | 0.56% | - |
| XYZ | 17.6 | 23.84 | 5.19 | - |
| YUV | 123.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 34 | 0.19 | 0 | 0.76 | 0.44 | 74.73 | 0.62 | 0.35 |
| Hex | 75 | 90 | 22 | 13 | 0 | 4C | 2C | 4B | 3E | 23 |
| Octal | 165 | 220 | 42 | 23 | 0 | 114 | 54 | 113 | 76 | 43 |
| Binary | 1110101 | 10010000 | 100010 | 10011 | 0 | 1001100 | 101100 | 1001011 | 111110 | 100011 |
Color Harmonies of #759022
Complementary color
Monochromatic Colors of #759022
Black with #759022
Text Example
Text Example
White with #759022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759022; }
p { color: rgb(117,144,34); }
H1.HeaderClassName
{
color: #759022;
}
.AnyTagClassName
{
color: #759022;
}
</style>
background-color css
<style>
a { background-color: #759022; }
a { background-color: rgb(117,144,34); }
div.DivClassName
{
background-color: #759022;
}
.BgClassName
{
background-color: #759022;
}
</style>
border-color css
<style>
span { border-color: #759022; }
span { border-color: rgb(117,144,34); }
td.TdClassName
{
border-color: #759022;
}
.TagClassName
{
border-color: #759022;
}
</style>