Shades of Olivetone #766F1E
Tints of Olivetone #766F1E
RGB
CMYK
RGB Variations
Color information
#766F1E (or 0x766F1E) is known color: Olivetone. HEX triplet: 76, 6F and 1E. RGB value is (118,111,30). Sum of RGB (Red+Green+Blue) = 118+111+30=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F1E is #8990E1. Grayscale: #686868. Windows color (decimal): -9015522 or 1994614. OLE color: 1994614.
HSL color Cylindrical-coordinate representation of color #766F1E: hue angle of 55.23º degrees, saturation: 0.59, 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 #766F1E is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 30 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.54 |
| HSL | 55.23º | 0.59% | 0.29% | - |
| HSV(B) | 55.23º | 0.75% | 0.46% | - |
| XYZ | 13.39 | 15.31 | 3.48 | - |
| YUV | 103.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 30 | 0 | 0.06 | 0.75 | 0.54 | 55.23 | 0.59 | 0.29 |
| Hex | 76 | 6F | 1E | 0 | 6 | 4B | 36 | 37 | 3B | 1D |
| Octal | 166 | 157 | 36 | 0 | 6 | 113 | 66 | 67 | 73 | 35 |
| Binary | 1110110 | 1101111 | 11110 | 0 | 110 | 1001011 | 110110 | 110111 | 111011 | 11101 |
Color Harmonies of #766F1E
Complementary color
Monochromatic Colors of #766F1E
Black with #766F1E
Text Example
Text Example
White with #766F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F1E; }
p { color: rgb(118,111,30); }
H1.HeaderClassName
{
color: #766F1E;
}
.AnyTagClassName
{
color: #766F1E;
}
</style>
background-color css
<style>
a { background-color: #766F1E; }
a { background-color: rgb(118,111,30); }
div.DivClassName
{
background-color: #766F1E;
}
.BgClassName
{
background-color: #766F1E;
}
</style>
border-color css
<style>
span { border-color: #766F1E; }
span { border-color: rgb(118,111,30); }
td.TdClassName
{
border-color: #766F1E;
}
.TagClassName
{
border-color: #766F1E;
}
</style>