Shades of Olivetone #757110
Tints of Olivetone #757110
RGB
CMYK
RGB Variations
Color information
#757110 (or 0x757110) is known color: Olivetone. HEX triplet: 75, 71 and 10. RGB value is (117,113,16). Sum of RGB (Red+Green+Blue) = 117+113+16=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #757110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757110 is #8A8EEF. Grayscale: #676767. Windows color (decimal): -9080560 or 1077621. OLE color: 1077621.
HSL color Cylindrical-coordinate representation of color #757110: hue angle of 57.62º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757110 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 16 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.54 |
| HSL | 57.62º | 0.76% | 0.26% | - |
| HSV(B) | 57.62º | 0.86% | 0.46% | - |
| XYZ | 13.33 | 15.63 | 2.8 | - |
| YUV | 103.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 16 | 0 | 0.03 | 0.86 | 0.54 | 57.62 | 0.76 | 0.26 |
| Hex | 75 | 71 | 10 | 0 | 3 | 56 | 36 | 3A | 4C | 1A |
| Octal | 165 | 161 | 20 | 0 | 3 | 126 | 66 | 72 | 114 | 32 |
| Binary | 1110101 | 1110001 | 10000 | 0 | 11 | 1010110 | 110110 | 111010 | 1001100 | 11010 |
Color Harmonies of #757110
Complementary color
Monochromatic Colors of #757110
Black with #757110
Text Example
Text Example
White with #757110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757110; }
p { color: rgb(117,113,16); }
H1.HeaderClassName
{
color: #757110;
}
.AnyTagClassName
{
color: #757110;
}
</style>
background-color css
<style>
a { background-color: #757110; }
a { background-color: rgb(117,113,16); }
div.DivClassName
{
background-color: #757110;
}
.BgClassName
{
background-color: #757110;
}
</style>
border-color css
<style>
span { border-color: #757110; }
span { border-color: rgb(117,113,16); }
td.TdClassName
{
border-color: #757110;
}
.TagClassName
{
border-color: #757110;
}
</style>