Shades of Olivetone #757112
Tints of Olivetone #757112
RGB
CMYK
RGB Variations
Color information
#757112 (or 0x757112) is known color: Olivetone. HEX triplet: 75, 71 and 12. RGB value is (117,113,18). Sum of RGB (Red+Green+Blue) = 117+113+18=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #757112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757112 is #8A8EED. Grayscale: #676767. Windows color (decimal): -9080558 or 1208693. OLE color: 1208693.
HSL color Cylindrical-coordinate representation of color #757112: hue angle of 57.58º degrees, saturation: 0.73, 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 #757112 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 18 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.54 |
| HSL | 57.58º | 0.73% | 0.26% | - |
| HSV(B) | 57.58º | 0.85% | 0.46% | - |
| XYZ | 13.35 | 15.64 | 2.89 | - |
| YUV | 103.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 18 | 0 | 0.03 | 0.85 | 0.54 | 57.58 | 0.73 | 0.26 |
| Hex | 75 | 71 | 12 | 0 | 3 | 55 | 36 | 3A | 49 | 1A |
| Octal | 165 | 161 | 22 | 0 | 3 | 125 | 66 | 72 | 111 | 32 |
| Binary | 1110101 | 1110001 | 10010 | 0 | 11 | 1010101 | 110110 | 111010 | 1001001 | 11010 |
Color Harmonies of #757112
Complementary color
Monochromatic Colors of #757112
Black with #757112
Text Example
Text Example
White with #757112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757112; }
p { color: rgb(117,113,18); }
H1.HeaderClassName
{
color: #757112;
}
.AnyTagClassName
{
color: #757112;
}
</style>
background-color css
<style>
a { background-color: #757112; }
a { background-color: rgb(117,113,18); }
div.DivClassName
{
background-color: #757112;
}
.BgClassName
{
background-color: #757112;
}
</style>
border-color css
<style>
span { border-color: #757112; }
span { border-color: rgb(117,113,18); }
td.TdClassName
{
border-color: #757112;
}
.TagClassName
{
border-color: #757112;
}
</style>