Shades of Olivetone #766F11
Tints of Olivetone #766F11
RGB
CMYK
RGB Variations
Color information
#766F11 (or 0x766F11) is known color: Olivetone. HEX triplet: 76, 6F and 11. RGB value is (118,111,17). Sum of RGB (Red+Green+Blue) = 118+111+17=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F11 is #8990EE. Grayscale: #666666. Windows color (decimal): -9015535 or 1142646. OLE color: 1142646.
HSL color Cylindrical-coordinate representation of color #766F11: hue angle of 55.84º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #766F11 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 17 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.54 |
| HSL | 55.84º | 0.75% | 0.26% | - |
| HSV(B) | 55.84º | 0.86% | 0.46% | - |
| XYZ | 13.26 | 15.26 | 2.78 | - |
| YUV | 102.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 17 | 0 | 0.06 | 0.86 | 0.54 | 55.84 | 0.75 | 0.26 |
| Hex | 76 | 6F | 11 | 0 | 6 | 56 | 36 | 38 | 4B | 1A |
| Octal | 166 | 157 | 21 | 0 | 6 | 126 | 66 | 70 | 113 | 32 |
| Binary | 1110110 | 1101111 | 10001 | 0 | 110 | 1010110 | 110110 | 111000 | 1001011 | 11010 |
Color Harmonies of #766F11
Complementary color
Monochromatic Colors of #766F11
Black with #766F11
Text Example
Text Example
White with #766F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F11; }
p { color: rgb(118,111,17); }
H1.HeaderClassName
{
color: #766F11;
}
.AnyTagClassName
{
color: #766F11;
}
</style>
background-color css
<style>
a { background-color: #766F11; }
a { background-color: rgb(118,111,17); }
div.DivClassName
{
background-color: #766F11;
}
.BgClassName
{
background-color: #766F11;
}
</style>
border-color css
<style>
span { border-color: #766F11; }
span { border-color: rgb(118,111,17); }
td.TdClassName
{
border-color: #766F11;
}
.TagClassName
{
border-color: #766F11;
}
</style>