Shades of Olivetone #757312
Tints of Olivetone #757312
RGB
CMYK
RGB Variations
Color information
#757312 (or 0x757312) is known color: Olivetone. HEX triplet: 75, 73 and 12. RGB value is (117,115,18). Sum of RGB (Red+Green+Blue) = 117+115+18=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #757312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757312 is #8A8CED. Grayscale: #686868. Windows color (decimal): -9080046 or 1209205. OLE color: 1209205.
HSL color Cylindrical-coordinate representation of color #757312: hue angle of 58.79º 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 #757312 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 18 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.54 |
| HSL | 58.79º | 0.73% | 0.26% | - |
| HSV(B) | 58.79º | 0.85% | 0.46% | - |
| XYZ | 13.58 | 16.09 | 2.96 | - |
| YUV | 104.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 18 | 0 | 0.02 | 0.85 | 0.54 | 58.79 | 0.73 | 0.26 |
| Hex | 75 | 73 | 12 | 0 | 2 | 55 | 36 | 3B | 49 | 1A |
| Octal | 165 | 163 | 22 | 0 | 2 | 125 | 66 | 73 | 111 | 32 |
| Binary | 1110101 | 1110011 | 10010 | 0 | 10 | 1010101 | 110110 | 111011 | 1001001 | 11010 |
Color Harmonies of #757312
Complementary color
Monochromatic Colors of #757312
Black with #757312
Text Example
Text Example
White with #757312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757312; }
p { color: rgb(117,115,18); }
H1.HeaderClassName
{
color: #757312;
}
.AnyTagClassName
{
color: #757312;
}
</style>
background-color css
<style>
a { background-color: #757312; }
a { background-color: rgb(117,115,18); }
div.DivClassName
{
background-color: #757312;
}
.BgClassName
{
background-color: #757312;
}
</style>
border-color css
<style>
span { border-color: #757312; }
span { border-color: rgb(117,115,18); }
td.TdClassName
{
border-color: #757312;
}
.TagClassName
{
border-color: #757312;
}
</style>