Shades of Olivetone #766A20
Tints of Olivetone #766A20
RGB
CMYK
RGB Variations
Color information
#766A20 (or 0x766A20) is known color: Olivetone. HEX triplet: 76, 6A and 20. RGB value is (118,106,32). Sum of RGB (Red+Green+Blue) = 118+106+32=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A20 is #8995DF. Grayscale: #656565. Windows color (decimal): -9016800 or 2124406. OLE color: 2124406.
HSL color Cylindrical-coordinate representation of color #766A20: hue angle of 51.63º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #766A20 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 32 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.54 |
| HSL | 51.63º | 0.57% | 0.29% | - |
| HSV(B) | 51.63º | 0.73% | 0.46% | - |
| XYZ | 12.89 | 14.26 | 3.44 | - |
| YUV | 101.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 32 | 0 | 0.10 | 0.73 | 0.54 | 51.63 | 0.57 | 0.29 |
| Hex | 76 | 6A | 20 | 0 | A | 49 | 36 | 34 | 39 | 1D |
| Octal | 166 | 152 | 40 | 0 | 12 | 111 | 66 | 64 | 71 | 35 |
| Binary | 1110110 | 1101010 | 100000 | 0 | 1010 | 1001001 | 110110 | 110100 | 111001 | 11101 |
Color Harmonies of #766A20
Complementary color
Monochromatic Colors of #766A20
Black with #766A20
Text Example
Text Example
White with #766A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A20; }
p { color: rgb(118,106,32); }
H1.HeaderClassName
{
color: #766A20;
}
.AnyTagClassName
{
color: #766A20;
}
</style>
background-color css
<style>
a { background-color: #766A20; }
a { background-color: rgb(118,106,32); }
div.DivClassName
{
background-color: #766A20;
}
.BgClassName
{
background-color: #766A20;
}
</style>
border-color css
<style>
span { border-color: #766A20; }
span { border-color: rgb(118,106,32); }
td.TdClassName
{
border-color: #766A20;
}
.TagClassName
{
border-color: #766A20;
}
</style>