Shades of Olivetone #756C20
Tints of Olivetone #756C20
RGB
CMYK
RGB Variations
Color information
#756C20 (or 0x756C20) is known color: Olivetone. HEX triplet: 75, 6C and 20. RGB value is (117,108,32). Sum of RGB (Red+Green+Blue) = 117+108+32=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C20 is #8A93DF. Grayscale: #666666. Windows color (decimal): -9081824 or 2124917. OLE color: 2124917.
HSL color Cylindrical-coordinate representation of color #756C20: hue angle of 53.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #756C20 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 32 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.54 |
| HSL | 53.65º | 0.57% | 0.29% | - |
| HSV(B) | 53.65º | 0.73% | 0.46% | - |
| XYZ | 12.96 | 14.61 | 3.5 | - |
| YUV | 102.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 32 | 0 | 0.08 | 0.73 | 0.54 | 53.65 | 0.57 | 0.29 |
| Hex | 75 | 6C | 20 | 0 | 8 | 49 | 36 | 36 | 39 | 1D |
| Octal | 165 | 154 | 40 | 0 | 10 | 111 | 66 | 66 | 71 | 35 |
| Binary | 1110101 | 1101100 | 100000 | 0 | 1000 | 1001001 | 110110 | 110110 | 111001 | 11101 |
Color Harmonies of #756C20
Complementary color
Monochromatic Colors of #756C20
Black with #756C20
Text Example
Text Example
White with #756C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C20; }
p { color: rgb(117,108,32); }
H1.HeaderClassName
{
color: #756C20;
}
.AnyTagClassName
{
color: #756C20;
}
</style>
background-color css
<style>
a { background-color: #756C20; }
a { background-color: rgb(117,108,32); }
div.DivClassName
{
background-color: #756C20;
}
.BgClassName
{
background-color: #756C20;
}
</style>
border-color css
<style>
span { border-color: #756C20; }
span { border-color: rgb(117,108,32); }
td.TdClassName
{
border-color: #756C20;
}
.TagClassName
{
border-color: #756C20;
}
</style>