Shades of Olivetone #756E12
Tints of Olivetone #756E12
RGB
CMYK
RGB Variations
Color information
#756E12 (or 0x756E12) is known color: Olivetone. HEX triplet: 75, 6E and 12. RGB value is (117,110,18). Sum of RGB (Red+Green+Blue) = 117+110+18=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 110 (43.36% from 255 or 44.90% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E12 is #8A91ED. Grayscale: #656565. Windows color (decimal): -9081326 or 1207925. OLE color: 1207925.
HSL color Cylindrical-coordinate representation of color #756E12: hue angle of 55.76º 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 #756E12 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 18 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.54 |
| HSL | 55.76º | 0.73% | 0.26% | - |
| HSV(B) | 55.76º | 0.85% | 0.46% | - |
| XYZ | 13.02 | 14.98 | 2.78 | - |
| YUV | 101.61 | 80.82 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 18 | 0 | 0.06 | 0.85 | 0.54 | 55.76 | 0.73 | 0.26 |
| Hex | 75 | 6E | 12 | 0 | 6 | 55 | 36 | 38 | 49 | 1A |
| Octal | 165 | 156 | 22 | 0 | 6 | 125 | 66 | 70 | 111 | 32 |
| Binary | 1110101 | 1101110 | 10010 | 0 | 110 | 1010101 | 110110 | 111000 | 1001001 | 11010 |
Color Harmonies of #756E12
Complementary color
Monochromatic Colors of #756E12
Black with #756E12
Text Example
Text Example
White with #756E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E12; }
p { color: rgb(117,110,18); }
H1.HeaderClassName
{
color: #756E12;
}
.AnyTagClassName
{
color: #756E12;
}
</style>
background-color css
<style>
a { background-color: #756E12; }
a { background-color: rgb(117,110,18); }
div.DivClassName
{
background-color: #756E12;
}
.BgClassName
{
background-color: #756E12;
}
</style>
border-color css
<style>
span { border-color: #756E12; }
span { border-color: rgb(117,110,18); }
td.TdClassName
{
border-color: #756E12;
}
.TagClassName
{
border-color: #756E12;
}
</style>