Shades of Olivetone #766F16
Tints of Olivetone #766F16
RGB
CMYK
RGB Variations
Color information
#766F16 (or 0x766F16) is known color: Olivetone. HEX triplet: 76, 6F and 16. RGB value is (118,111,22). Sum of RGB (Red+Green+Blue) = 118+111+22=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #766F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F16 is #8990E9. Grayscale: #676767. Windows color (decimal): -9015530 or 1470326. OLE color: 1470326.
HSL color Cylindrical-coordinate representation of color #766F16: hue angle of 55.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #766F16 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 22 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.54 |
| HSL | 55.63º | 0.69% | 0.27% | - |
| HSV(B) | 55.63º | 0.81% | 0.46% | - |
| XYZ | 13.3 | 15.28 | 3.01 | - |
| YUV | 102.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 22 | 0 | 0.06 | 0.81 | 0.54 | 55.63 | 0.69 | 0.27 |
| Hex | 76 | 6F | 16 | 0 | 6 | 51 | 36 | 38 | 45 | 1B |
| Octal | 166 | 157 | 26 | 0 | 6 | 121 | 66 | 70 | 105 | 33 |
| Binary | 1110110 | 1101111 | 10110 | 0 | 110 | 1010001 | 110110 | 111000 | 1000101 | 11011 |
Color Harmonies of #766F16
Complementary color
Monochromatic Colors of #766F16
Black with #766F16
Text Example
Text Example
White with #766F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F16; }
p { color: rgb(118,111,22); }
H1.HeaderClassName
{
color: #766F16;
}
.AnyTagClassName
{
color: #766F16;
}
</style>
background-color css
<style>
a { background-color: #766F16; }
a { background-color: rgb(118,111,22); }
div.DivClassName
{
background-color: #766F16;
}
.BgClassName
{
background-color: #766F16;
}
</style>
border-color css
<style>
span { border-color: #766F16; }
span { border-color: rgb(118,111,22); }
td.TdClassName
{
border-color: #766F16;
}
.TagClassName
{
border-color: #766F16;
}
</style>