Shades of Olivetone #756D21
Tints of Olivetone #756D21
RGB
CMYK
RGB Variations
Color information
#756D21 (or 0x756D21) is known color: Olivetone. HEX triplet: 75, 6D and 21. RGB value is (117,109,33). Sum of RGB (Red+Green+Blue) = 117+109+33=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #756D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D21 is #8A92DE. Grayscale: #676767. Windows color (decimal): -9081567 or 2190709. OLE color: 2190709.
HSL color Cylindrical-coordinate representation of color #756D21: hue angle of 54.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #756D21 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 33 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.54 |
| HSL | 54.29º | 0.56% | 0.29% | - |
| HSV(B) | 54.29º | 0.72% | 0.46% | - |
| XYZ | 13.08 | 14.83 | 3.61 | - |
| YUV | 102.73 | 88.65 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 33 | 0 | 0.07 | 0.72 | 0.54 | 54.29 | 0.56 | 0.29 |
| Hex | 75 | 6D | 21 | 0 | 7 | 48 | 36 | 36 | 38 | 1D |
| Octal | 165 | 155 | 41 | 0 | 7 | 110 | 66 | 66 | 70 | 35 |
| Binary | 1110101 | 1101101 | 100001 | 0 | 111 | 1001000 | 110110 | 110110 | 111000 | 11101 |
Color Harmonies of #756D21
Complementary color
Monochromatic Colors of #756D21
Black with #756D21
Text Example
Text Example
White with #756D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D21; }
p { color: rgb(117,109,33); }
H1.HeaderClassName
{
color: #756D21;
}
.AnyTagClassName
{
color: #756D21;
}
</style>
background-color css
<style>
a { background-color: #756D21; }
a { background-color: rgb(117,109,33); }
div.DivClassName
{
background-color: #756D21;
}
.BgClassName
{
background-color: #756D21;
}
</style>
border-color css
<style>
span { border-color: #756D21; }
span { border-color: rgb(117,109,33); }
td.TdClassName
{
border-color: #756D21;
}
.TagClassName
{
border-color: #756D21;
}
</style>