Shades of Olivetone #766C12
Tints of Olivetone #766C12
RGB
CMYK
RGB Variations
Color information
#766C12 (or 0x766C12) is known color: Olivetone. HEX triplet: 76, 6C and 12. RGB value is (118,108,18). Sum of RGB (Red+Green+Blue) = 118+108+18=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #766C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C12 is #8993ED. Grayscale: #656565. Windows color (decimal): -9016302 or 1207414. OLE color: 1207414.
HSL color Cylindrical-coordinate representation of color #766C12: hue angle of 54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #766C12 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 18 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.54 |
| HSL | 54º | 0.74% | 0.27% | - |
| HSV(B) | 54º | 0.85% | 0.46% | - |
| XYZ | 12.94 | 14.62 | 2.71 | - |
| YUV | 100.73 | 81.31 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 18 | 0 | 0.08 | 0.85 | 0.54 | 54 | 0.74 | 0.27 |
| Hex | 76 | 6C | 12 | 0 | 8 | 55 | 36 | 36 | 4A | 1B |
| Octal | 166 | 154 | 22 | 0 | 10 | 125 | 66 | 66 | 112 | 33 |
| Binary | 1110110 | 1101100 | 10010 | 0 | 1000 | 1010101 | 110110 | 110110 | 1001010 | 11011 |
Color Harmonies of #766C12
Complementary color
Monochromatic Colors of #766C12
Black with #766C12
Text Example
Text Example
White with #766C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C12; }
p { color: rgb(118,108,18); }
H1.HeaderClassName
{
color: #766C12;
}
.AnyTagClassName
{
color: #766C12;
}
</style>
background-color css
<style>
a { background-color: #766C12; }
a { background-color: rgb(118,108,18); }
div.DivClassName
{
background-color: #766C12;
}
.BgClassName
{
background-color: #766C12;
}
</style>
border-color css
<style>
span { border-color: #766C12; }
span { border-color: rgb(118,108,18); }
td.TdClassName
{
border-color: #766C12;
}
.TagClassName
{
border-color: #766C12;
}
</style>