Shades of Olivetone #766C14
Tints of Olivetone #766C14
RGB
CMYK
RGB Variations
Color information
#766C14 (or 0x766C14) is known color: Olivetone. HEX triplet: 76, 6C and 14. RGB value is (118,108,20). Sum of RGB (Red+Green+Blue) = 118+108+20=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #766C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C14 is #8993EB. Grayscale: #656565. Windows color (decimal): -9016300 or 1338486. OLE color: 1338486.
HSL color Cylindrical-coordinate representation of color #766C14: hue angle of 53.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #766C14 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 20 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.54 |
| HSL | 53.88º | 0.71% | 0.27% | - |
| HSV(B) | 53.88º | 0.83% | 0.46% | - |
| XYZ | 12.96 | 14.63 | 2.8 | - |
| YUV | 100.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 20 | 0 | 0.08 | 0.83 | 0.54 | 53.88 | 0.71 | 0.27 |
| Hex | 76 | 6C | 14 | 0 | 8 | 53 | 36 | 36 | 47 | 1B |
| Octal | 166 | 154 | 24 | 0 | 10 | 123 | 66 | 66 | 107 | 33 |
| Binary | 1110110 | 1101100 | 10100 | 0 | 1000 | 1010011 | 110110 | 110110 | 1000111 | 11011 |
Color Harmonies of #766C14
Complementary color
Monochromatic Colors of #766C14
Black with #766C14
Text Example
Text Example
White with #766C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C14; }
p { color: rgb(118,108,20); }
H1.HeaderClassName
{
color: #766C14;
}
.AnyTagClassName
{
color: #766C14;
}
</style>
background-color css
<style>
a { background-color: #766C14; }
a { background-color: rgb(118,108,20); }
div.DivClassName
{
background-color: #766C14;
}
.BgClassName
{
background-color: #766C14;
}
</style>
border-color css
<style>
span { border-color: #766C14; }
span { border-color: rgb(118,108,20); }
td.TdClassName
{
border-color: #766C14;
}
.TagClassName
{
border-color: #766C14;
}
</style>