Shades of Olivetone #756B1E
Tints of Olivetone #756B1E
RGB
CMYK
RGB Variations
Color information
#756B1E (or 0x756B1E) is known color: Olivetone. HEX triplet: 75, 6B and 1E. RGB value is (117,107,30). Sum of RGB (Red+Green+Blue) = 117+107+30=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B1E is #8A94E1. Grayscale: #656565. Windows color (decimal): -9082082 or 1993589. OLE color: 1993589.
HSL color Cylindrical-coordinate representation of color #756B1E: hue angle of 53.1º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #756B1E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 107 | 30 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.54 |
| HSL | 53.1º | 0.59% | 0.29% | - |
| HSV(B) | 53.1º | 0.74% | 0.46% | - |
| XYZ | 12.83 | 14.39 | 3.33 | - |
| YUV | 101.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 107 | 30 | 0 | 0.09 | 0.74 | 0.54 | 53.1 | 0.59 | 0.29 |
| Hex | 75 | 6B | 1E | 0 | 9 | 4A | 36 | 35 | 3B | 1D |
| Octal | 165 | 153 | 36 | 0 | 11 | 112 | 66 | 65 | 73 | 35 |
| Binary | 1110101 | 1101011 | 11110 | 0 | 1001 | 1001010 | 110110 | 110101 | 111011 | 11101 |
Color Harmonies of #756B1E
Complementary color
Monochromatic Colors of #756B1E
Black with #756B1E
Text Example
Text Example
White with #756B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756B1E; }
p { color: rgb(117,107,30); }
H1.HeaderClassName
{
color: #756B1E;
}
.AnyTagClassName
{
color: #756B1E;
}
</style>
background-color css
<style>
a { background-color: #756B1E; }
a { background-color: rgb(117,107,30); }
div.DivClassName
{
background-color: #756B1E;
}
.BgClassName
{
background-color: #756B1E;
}
</style>
border-color css
<style>
span { border-color: #756B1E; }
span { border-color: rgb(117,107,30); }
td.TdClassName
{
border-color: #756B1E;
}
.TagClassName
{
border-color: #756B1E;
}
</style>