Shades of Olive Drab #759029
Tints of Olive Drab #759029
RGB
CMYK
RGB Variations
Color information
#759029 (or 0x759029) is known color: Olive Drab. HEX triplet: 75, 90 and 29. RGB value is (117,144,41). Sum of RGB (Red+Green+Blue) = 117+144+41=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #759029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759029 is #8A6FD6. Grayscale: #7C7C7C. Windows color (decimal): -9072599 or 2723957. OLE color: 2723957.
HSL color Cylindrical-coordinate representation of color #759029: hue angle of 75.73º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #759029 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 41 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.44 |
| HSL | 75.73º | 0.56% | 0.36% | - |
| HSV(B) | 75.73º | 0.72% | 0.56% | - |
| XYZ | 17.71 | 23.89 | 5.78 | - |
| YUV | 124.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 41 | 0.19 | 0 | 0.72 | 0.44 | 75.73 | 0.56 | 0.36 |
| Hex | 75 | 90 | 29 | 13 | 0 | 48 | 2C | 4C | 38 | 24 |
| Octal | 165 | 220 | 51 | 23 | 0 | 110 | 54 | 114 | 70 | 44 |
| Binary | 1110101 | 10010000 | 101001 | 10011 | 0 | 1001000 | 101100 | 1001100 | 111000 | 100100 |
Color Harmonies of #759029
Complementary color
Monochromatic Colors of #759029
Black with #759029
Text Example
Text Example
White with #759029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759029; }
p { color: rgb(117,144,41); }
H1.HeaderClassName
{
color: #759029;
}
.AnyTagClassName
{
color: #759029;
}
</style>
background-color css
<style>
a { background-color: #759029; }
a { background-color: rgb(117,144,41); }
div.DivClassName
{
background-color: #759029;
}
.BgClassName
{
background-color: #759029;
}
</style>
border-color css
<style>
span { border-color: #759029; }
span { border-color: rgb(117,144,41); }
td.TdClassName
{
border-color: #759029;
}
.TagClassName
{
border-color: #759029;
}
</style>