Shades of Olivetone #757311
Tints of Olivetone #757311
RGB
CMYK
RGB Variations
Color information
#757311 (or 0x757311) is known color: Olivetone. HEX triplet: 75, 73 and 11. RGB value is (117,115,17). Sum of RGB (Red+Green+Blue) = 117+115+17=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #757311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757311 is #8A8CEE. Grayscale: #686868. Windows color (decimal): -9080047 or 1143669. OLE color: 1143669.
HSL color Cylindrical-coordinate representation of color #757311: hue angle of 58.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #757311 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 17 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.54 |
| HSL | 58.8º | 0.75% | 0.26% | - |
| HSV(B) | 58.8º | 0.85% | 0.46% | - |
| XYZ | 13.57 | 16.08 | 2.92 | - |
| YUV | 104.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 17 | 0 | 0.02 | 0.85 | 0.54 | 58.8 | 0.75 | 0.26 |
| Hex | 75 | 73 | 11 | 0 | 2 | 55 | 36 | 3B | 4B | 1A |
| Octal | 165 | 163 | 21 | 0 | 2 | 125 | 66 | 73 | 113 | 32 |
| Binary | 1110101 | 1110011 | 10001 | 0 | 10 | 1010101 | 110110 | 111011 | 1001011 | 11010 |
Color Harmonies of #757311
Complementary color
Monochromatic Colors of #757311
Black with #757311
Text Example
Text Example
White with #757311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757311; }
p { color: rgb(117,115,17); }
H1.HeaderClassName
{
color: #757311;
}
.AnyTagClassName
{
color: #757311;
}
</style>
background-color css
<style>
a { background-color: #757311; }
a { background-color: rgb(117,115,17); }
div.DivClassName
{
background-color: #757311;
}
.BgClassName
{
background-color: #757311;
}
</style>
border-color css
<style>
span { border-color: #757311; }
span { border-color: rgb(117,115,17); }
td.TdClassName
{
border-color: #757311;
}
.TagClassName
{
border-color: #757311;
}
</style>