Shades of Olivetone #756C16
Tints of Olivetone #756C16
RGB
CMYK
RGB Variations
Color information
#756C16 (or 0x756C16) is known color: Olivetone. HEX triplet: 75, 6C and 16. RGB value is (117,108,22). Sum of RGB (Red+Green+Blue) = 117+108+22=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C16 is #8A93E9. Grayscale: #656565. Windows color (decimal): -9081834 or 1469557. OLE color: 1469557.
HSL color Cylindrical-coordinate representation of color #756C16: hue angle of 54.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #756C16 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 22 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.54 |
| HSL | 54.32º | 0.68% | 0.27% | - |
| HSV(B) | 54.32º | 0.81% | 0.46% | - |
| XYZ | 12.84 | 14.56 | 2.89 | - |
| YUV | 100.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 22 | 0 | 0.08 | 0.81 | 0.54 | 54.32 | 0.68 | 0.27 |
| Hex | 75 | 6C | 16 | 0 | 8 | 51 | 36 | 36 | 44 | 1B |
| Octal | 165 | 154 | 26 | 0 | 10 | 121 | 66 | 66 | 104 | 33 |
| Binary | 1110101 | 1101100 | 10110 | 0 | 1000 | 1010001 | 110110 | 110110 | 1000100 | 11011 |
Color Harmonies of #756C16
Complementary color
Monochromatic Colors of #756C16
Black with #756C16
Text Example
Text Example
White with #756C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C16; }
p { color: rgb(117,108,22); }
H1.HeaderClassName
{
color: #756C16;
}
.AnyTagClassName
{
color: #756C16;
}
</style>
background-color css
<style>
a { background-color: #756C16; }
a { background-color: rgb(117,108,22); }
div.DivClassName
{
background-color: #756C16;
}
.BgClassName
{
background-color: #756C16;
}
</style>
border-color css
<style>
span { border-color: #756C16; }
span { border-color: rgb(117,108,22); }
td.TdClassName
{
border-color: #756C16;
}
.TagClassName
{
border-color: #756C16;
}
</style>