Shades of Olivetone #756E15
Tints of Olivetone #756E15
RGB
CMYK
RGB Variations
Color information
#756E15 (or 0x756E15) is known color: Olivetone. HEX triplet: 75, 6E and 15. RGB value is (117,110,21). Sum of RGB (Red+Green+Blue) = 117+110+21=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E15 is #8A91EA. Grayscale: #666666. Windows color (decimal): -9081323 or 1404533. OLE color: 1404533.
HSL color Cylindrical-coordinate representation of color #756E15: hue angle of 55.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #756E15 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 21 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.54 |
| HSL | 55.63º | 0.7% | 0.27% | - |
| HSV(B) | 55.63º | 0.82% | 0.46% | - |
| XYZ | 13.05 | 14.99 | 2.91 | - |
| YUV | 101.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 21 | 0 | 0.06 | 0.82 | 0.54 | 55.63 | 0.7 | 0.27 |
| Hex | 75 | 6E | 15 | 0 | 6 | 52 | 36 | 38 | 46 | 1B |
| Octal | 165 | 156 | 25 | 0 | 6 | 122 | 66 | 70 | 106 | 33 |
| Binary | 1110101 | 1101110 | 10101 | 0 | 110 | 1010010 | 110110 | 111000 | 1000110 | 11011 |
Color Harmonies of #756E15
Complementary color
Monochromatic Colors of #756E15
Black with #756E15
Text Example
Text Example
White with #756E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E15; }
p { color: rgb(117,110,21); }
H1.HeaderClassName
{
color: #756E15;
}
.AnyTagClassName
{
color: #756E15;
}
</style>
background-color css
<style>
a { background-color: #756E15; }
a { background-color: rgb(117,110,21); }
div.DivClassName
{
background-color: #756E15;
}
.BgClassName
{
background-color: #756E15;
}
</style>
border-color css
<style>
span { border-color: #756E15; }
span { border-color: rgb(117,110,21); }
td.TdClassName
{
border-color: #756E15;
}
.TagClassName
{
border-color: #756E15;
}
</style>