Shades of Olive Drab #758B29
Tints of Olive Drab #758B29
RGB
CMYK
RGB Variations
Color information
#758B29 (or 0x758B29) is known color: Olive Drab. HEX triplet: 75, 8B and 29. RGB value is (117,139,41). Sum of RGB (Red+Green+Blue) = 117+139+41=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #758B29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758B29 is #8A74D6. Grayscale: #797979. Windows color (decimal): -9073879 or 2722677. OLE color: 2722677.
HSL color Cylindrical-coordinate representation of color #758B29: hue angle of 73.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #758B29 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 41 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.45 |
| HSL | 73.47º | 0.54% | 0.35% | - |
| HSV(B) | 73.47º | 0.71% | 0.55% | - |
| XYZ | 16.97 | 22.41 | 5.53 | - |
| YUV | 121.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 41 | 0.16 | 0 | 0.71 | 0.45 | 73.47 | 0.54 | 0.35 |
| Hex | 75 | 8B | 29 | 10 | 0 | 47 | 2D | 49 | 36 | 23 |
| Octal | 165 | 213 | 51 | 20 | 0 | 107 | 55 | 111 | 66 | 43 |
| Binary | 1110101 | 10001011 | 101001 | 10000 | 0 | 1000111 | 101101 | 1001001 | 110110 | 100011 |
Color Harmonies of #758B29
Complementary color
Monochromatic Colors of #758B29
Black with #758B29
Text Example
Text Example
White with #758B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B29; }
p { color: rgb(117,139,41); }
H1.HeaderClassName
{
color: #758B29;
}
.AnyTagClassName
{
color: #758B29;
}
</style>
background-color css
<style>
a { background-color: #758B29; }
a { background-color: rgb(117,139,41); }
div.DivClassName
{
background-color: #758B29;
}
.BgClassName
{
background-color: #758B29;
}
</style>
border-color css
<style>
span { border-color: #758B29; }
span { border-color: rgb(117,139,41); }
td.TdClassName
{
border-color: #758B29;
}
.TagClassName
{
border-color: #758B29;
}
</style>