Shades of Olivetone #757129
Tints of Olivetone #757129
RGB
CMYK
RGB Variations
Color information
#757129 (or 0x757129) is known color: Olivetone. HEX triplet: 75, 71 and 29. RGB value is (117,113,41). Sum of RGB (Red+Green+Blue) = 117+113+41=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #757129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757129 is #8A8ED6. Grayscale: #6A6A6A. Windows color (decimal): -9080535 or 2716021. OLE color: 2716021.
HSL color Cylindrical-coordinate representation of color #757129: hue angle of 56.84º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #757129 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 41 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.54 |
| HSL | 56.84º | 0.48% | 0.31% | - |
| HSV(B) | 56.84º | 0.65% | 0.46% | - |
| XYZ | 13.64 | 15.75 | 4.42 | - |
| YUV | 105.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 41 | 0 | 0.03 | 0.65 | 0.54 | 56.84 | 0.48 | 0.31 |
| Hex | 75 | 71 | 29 | 0 | 3 | 41 | 36 | 39 | 30 | 1F |
| Octal | 165 | 161 | 51 | 0 | 3 | 101 | 66 | 71 | 60 | 37 |
| Binary | 1110101 | 1110001 | 101001 | 0 | 11 | 1000001 | 110110 | 111001 | 110000 | 11111 |
Color Harmonies of #757129
Complementary color
Monochromatic Colors of #757129
Black with #757129
Text Example
Text Example
White with #757129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757129; }
p { color: rgb(117,113,41); }
H1.HeaderClassName
{
color: #757129;
}
.AnyTagClassName
{
color: #757129;
}
</style>
background-color css
<style>
a { background-color: #757129; }
a { background-color: rgb(117,113,41); }
div.DivClassName
{
background-color: #757129;
}
.BgClassName
{
background-color: #757129;
}
</style>
border-color css
<style>
span { border-color: #757129; }
span { border-color: rgb(117,113,41); }
td.TdClassName
{
border-color: #757129;
}
.TagClassName
{
border-color: #757129;
}
</style>