Shades of Olivetone #756F20
Tints of Olivetone #756F20
RGB
CMYK
RGB Variations
Color information
#756F20 (or 0x756F20) is known color: Olivetone. HEX triplet: 75, 6F and 20. RGB value is (117,111,32). Sum of RGB (Red+Green+Blue) = 117+111+32=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #756F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F20 is #8A90DF. Grayscale: #686868. Windows color (decimal): -9081056 or 2125685. OLE color: 2125685.
HSL color Cylindrical-coordinate representation of color #756F20: hue angle of 55.76º 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 #756F20 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 32 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.54 |
| HSL | 55.76º | 0.57% | 0.29% | - |
| HSV(B) | 55.76º | 0.73% | 0.46% | - |
| XYZ | 13.28 | 15.26 | 3.61 | - |
| YUV | 103.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 32 | 0 | 0.05 | 0.73 | 0.54 | 55.76 | 0.57 | 0.29 |
| Hex | 75 | 6F | 20 | 0 | 5 | 49 | 36 | 38 | 39 | 1D |
| Octal | 165 | 157 | 40 | 0 | 5 | 111 | 66 | 70 | 71 | 35 |
| Binary | 1110101 | 1101111 | 100000 | 0 | 101 | 1001001 | 110110 | 111000 | 111001 | 11101 |
Color Harmonies of #756F20
Complementary color
Monochromatic Colors of #756F20
Black with #756F20
Text Example
Text Example
White with #756F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F20; }
p { color: rgb(117,111,32); }
H1.HeaderClassName
{
color: #756F20;
}
.AnyTagClassName
{
color: #756F20;
}
</style>
background-color css
<style>
a { background-color: #756F20; }
a { background-color: rgb(117,111,32); }
div.DivClassName
{
background-color: #756F20;
}
.BgClassName
{
background-color: #756F20;
}
</style>
border-color css
<style>
span { border-color: #756F20; }
span { border-color: rgb(117,111,32); }
td.TdClassName
{
border-color: #756F20;
}
.TagClassName
{
border-color: #756F20;
}
</style>