Shades of Olive Drab #759229
Tints of Olive Drab #759229
RGB
CMYK
RGB Variations
Color information
#759229 (or 0x759229) is known color: Olive Drab. HEX triplet: 75, 92 and 29. RGB value is (117,146,41). Sum of RGB (Red+Green+Blue) = 117+146+41=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #759229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759229 is #8A6DD6. Grayscale: #7D7D7D. Windows color (decimal): -9072087 or 2724469. OLE color: 2724469.
HSL color Cylindrical-coordinate representation of color #759229: hue angle of 76.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #759229 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 146 | 41 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.43 |
| HSL | 76.57º | 0.56% | 0.37% | - |
| HSV(B) | 76.57º | 0.72% | 0.57% | - |
| XYZ | 18.02 | 24.5 | 5.88 | - |
| YUV | 125.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 146 | 41 | 0.20 | 0 | 0.72 | 0.43 | 76.57 | 0.56 | 0.37 |
| Hex | 75 | 92 | 29 | 14 | 0 | 48 | 2B | 4D | 38 | 25 |
| Octal | 165 | 222 | 51 | 24 | 0 | 110 | 53 | 115 | 70 | 45 |
| Binary | 1110101 | 10010010 | 101001 | 10100 | 0 | 1001000 | 101011 | 1001101 | 111000 | 100101 |
Color Harmonies of #759229
Complementary color
Monochromatic Colors of #759229
Black with #759229
Text Example
Text Example
White with #759229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759229; }
p { color: rgb(117,146,41); }
H1.HeaderClassName
{
color: #759229;
}
.AnyTagClassName
{
color: #759229;
}
</style>
background-color css
<style>
a { background-color: #759229; }
a { background-color: rgb(117,146,41); }
div.DivClassName
{
background-color: #759229;
}
.BgClassName
{
background-color: #759229;
}
</style>
border-color css
<style>
span { border-color: #759229; }
span { border-color: rgb(117,146,41); }
td.TdClassName
{
border-color: #759229;
}
.TagClassName
{
border-color: #759229;
}
</style>