Shades of Olivetone #766E26
Tints of Olivetone #766E26
RGB
CMYK
RGB Variations
Color information
#766E26 (or 0x766E26) is known color: Olivetone. HEX triplet: 76, 6E and 26. RGB value is (118,110,38). Sum of RGB (Red+Green+Blue) = 118+110+38=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #766E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766E26 is #8991D9. Grayscale: #686868. Windows color (decimal): -9015770 or 2518646. OLE color: 2518646.
HSL color Cylindrical-coordinate representation of color #766E26: hue angle of 54º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #766E26 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 38 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.54 |
| HSL | 54º | 0.51% | 0.31% | - |
| HSV(B) | 54º | 0.68% | 0.46% | - |
| XYZ | 13.4 | 15.14 | 4.05 | - |
| YUV | 104.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 38 | 0 | 0.07 | 0.68 | 0.54 | 54 | 0.51 | 0.31 |
| Hex | 76 | 6E | 26 | 0 | 7 | 44 | 36 | 36 | 33 | 1F |
| Octal | 166 | 156 | 46 | 0 | 7 | 104 | 66 | 66 | 63 | 37 |
| Binary | 1110110 | 1101110 | 100110 | 0 | 111 | 1000100 | 110110 | 110110 | 110011 | 11111 |
Color Harmonies of #766E26
Complementary color
Monochromatic Colors of #766E26
Black with #766E26
Text Example
Text Example
White with #766E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E26; }
p { color: rgb(118,110,38); }
H1.HeaderClassName
{
color: #766E26;
}
.AnyTagClassName
{
color: #766E26;
}
</style>
background-color css
<style>
a { background-color: #766E26; }
a { background-color: rgb(118,110,38); }
div.DivClassName
{
background-color: #766E26;
}
.BgClassName
{
background-color: #766E26;
}
</style>
border-color css
<style>
span { border-color: #766E26; }
span { border-color: rgb(118,110,38); }
td.TdClassName
{
border-color: #766E26;
}
.TagClassName
{
border-color: #766E26;
}
</style>