Shades of Olivetone #756E1D
Tints of Olivetone #756E1D
RGB
CMYK
RGB Variations
Color information
#756E1D (or 0x756E1D) is known color: Olivetone. HEX triplet: 75, 6E and 1D. RGB value is (117,110,29). Sum of RGB (Red+Green+Blue) = 117+110+29=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #756E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E1D is #8A91E2. Grayscale: #676767. Windows color (decimal): -9081315 or 1928821. OLE color: 1928821.
HSL color Cylindrical-coordinate representation of color #756E1D: hue angle of 55.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #756E1D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 29 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.54 |
| HSL | 55.23º | 0.6% | 0.29% | - |
| HSV(B) | 55.23º | 0.75% | 0.46% | - |
| XYZ | 13.13 | 15.02 | 3.37 | - |
| YUV | 102.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 29 | 0 | 0.06 | 0.75 | 0.54 | 55.23 | 0.6 | 0.29 |
| Hex | 75 | 6E | 1D | 0 | 6 | 4B | 36 | 37 | 3C | 1D |
| Octal | 165 | 156 | 35 | 0 | 6 | 113 | 66 | 67 | 74 | 35 |
| Binary | 1110101 | 1101110 | 11101 | 0 | 110 | 1001011 | 110110 | 110111 | 111100 | 11101 |
Color Harmonies of #756E1D
Complementary color
Monochromatic Colors of #756E1D
Black with #756E1D
Text Example
Text Example
White with #756E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E1D; }
p { color: rgb(117,110,29); }
H1.HeaderClassName
{
color: #756E1D;
}
.AnyTagClassName
{
color: #756E1D;
}
</style>
background-color css
<style>
a { background-color: #756E1D; }
a { background-color: rgb(117,110,29); }
div.DivClassName
{
background-color: #756E1D;
}
.BgClassName
{
background-color: #756E1D;
}
</style>
border-color css
<style>
span { border-color: #756E1D; }
span { border-color: rgb(117,110,29); }
td.TdClassName
{
border-color: #756E1D;
}
.TagClassName
{
border-color: #756E1D;
}
</style>