Shades of Olive Drab #758F29
Tints of Olive Drab #758F29
RGB
CMYK
RGB Variations
Color information
#758F29 (or 0x758F29) is known color: Olive Drab. HEX triplet: 75, 8F and 29. RGB value is (117,143,41). Sum of RGB (Red+Green+Blue) = 117+143+41=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 143 (56.25% from 255 or 47.51% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 143 - color contains mainly: green. Hex color #758F29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F29 is #8A70D6. Grayscale: #7B7B7B. Windows color (decimal): -9072855 or 2723701. OLE color: 2723701.
HSL color Cylindrical-coordinate representation of color #758F29: hue angle of 75.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #758F29 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 41 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.44 |
| HSL | 75.29º | 0.55% | 0.36% | - |
| HSV(B) | 75.29º | 0.71% | 0.56% | - |
| XYZ | 17.56 | 23.59 | 5.73 | - |
| YUV | 123.6 | 81.39 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 41 | 0.18 | 0 | 0.71 | 0.44 | 75.29 | 0.55 | 0.36 |
| Hex | 75 | 8F | 29 | 12 | 0 | 47 | 2C | 4B | 37 | 24 |
| Octal | 165 | 217 | 51 | 22 | 0 | 107 | 54 | 113 | 67 | 44 |
| Binary | 1110101 | 10001111 | 101001 | 10010 | 0 | 1000111 | 101100 | 1001011 | 110111 | 100100 |
Color Harmonies of #758F29
Complementary color
Monochromatic Colors of #758F29
Black with #758F29
Text Example
Text Example
White with #758F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F29; }
p { color: rgb(117,143,41); }
H1.HeaderClassName
{
color: #758F29;
}
.AnyTagClassName
{
color: #758F29;
}
</style>
background-color css
<style>
a { background-color: #758F29; }
a { background-color: rgb(117,143,41); }
div.DivClassName
{
background-color: #758F29;
}
.BgClassName
{
background-color: #758F29;
}
</style>
border-color css
<style>
span { border-color: #758F29; }
span { border-color: rgb(117,143,41); }
td.TdClassName
{
border-color: #758F29;
}
.TagClassName
{
border-color: #758F29;
}
</style>