Shades of Olivetone #766F26
Tints of Olivetone #766F26
RGB
CMYK
RGB Variations
Color information
#766F26 (or 0x766F26) is known color: Olivetone. HEX triplet: 76, 6F and 26. RGB value is (118,111,38). Sum of RGB (Red+Green+Blue) = 118+111+38=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F26 is #8990D9. Grayscale: #696969. Windows color (decimal): -9015514 or 2518902. OLE color: 2518902.
HSL color Cylindrical-coordinate representation of color #766F26: hue angle of 54.75º 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 #766F26 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 38 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.54 |
| HSL | 54.75º | 0.51% | 0.31% | - |
| HSV(B) | 54.75º | 0.68% | 0.46% | - |
| XYZ | 13.51 | 15.36 | 4.09 | - |
| YUV | 104.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 38 | 0 | 0.06 | 0.68 | 0.54 | 54.75 | 0.51 | 0.31 |
| Hex | 76 | 6F | 26 | 0 | 6 | 44 | 36 | 37 | 33 | 1F |
| Octal | 166 | 157 | 46 | 0 | 6 | 104 | 66 | 67 | 63 | 37 |
| Binary | 1110110 | 1101111 | 100110 | 0 | 110 | 1000100 | 110110 | 110111 | 110011 | 11111 |
Color Harmonies of #766F26
Complementary color
Monochromatic Colors of #766F26
Black with #766F26
Text Example
Text Example
White with #766F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F26; }
p { color: rgb(118,111,38); }
H1.HeaderClassName
{
color: #766F26;
}
.AnyTagClassName
{
color: #766F26;
}
</style>
background-color css
<style>
a { background-color: #766F26; }
a { background-color: rgb(118,111,38); }
div.DivClassName
{
background-color: #766F26;
}
.BgClassName
{
background-color: #766F26;
}
</style>
border-color css
<style>
span { border-color: #766F26; }
span { border-color: rgb(118,111,38); }
td.TdClassName
{
border-color: #766F26;
}
.TagClassName
{
border-color: #766F26;
}
</style>