Shades of Olivetone #766A1E
Tints of Olivetone #766A1E
RGB
CMYK
RGB Variations
Color information
#766A1E (or 0x766A1E) is known color: Olivetone. HEX triplet: 76, 6A and 1E. RGB value is (118,106,30). Sum of RGB (Red+Green+Blue) = 118+106+30=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #766A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A1E is #8995E1. Grayscale: #656565. Windows color (decimal): -9016802 or 1993334. OLE color: 1993334.
HSL color Cylindrical-coordinate representation of color #766A1E: hue angle of 51.82º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #766A1E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 30 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.54 |
| HSL | 51.82º | 0.59% | 0.29% | - |
| HSV(B) | 51.82º | 0.75% | 0.46% | - |
| XYZ | 12.86 | 14.25 | 3.3 | - |
| YUV | 100.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 30 | 0 | 0.10 | 0.75 | 0.54 | 51.82 | 0.59 | 0.29 |
| Hex | 76 | 6A | 1E | 0 | A | 4B | 36 | 34 | 3B | 1D |
| Octal | 166 | 152 | 36 | 0 | 12 | 113 | 66 | 64 | 73 | 35 |
| Binary | 1110110 | 1101010 | 11110 | 0 | 1010 | 1001011 | 110110 | 110100 | 111011 | 11101 |
Color Harmonies of #766A1E
Complementary color
Monochromatic Colors of #766A1E
Black with #766A1E
Text Example
Text Example
White with #766A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A1E; }
p { color: rgb(118,106,30); }
H1.HeaderClassName
{
color: #766A1E;
}
.AnyTagClassName
{
color: #766A1E;
}
</style>
background-color css
<style>
a { background-color: #766A1E; }
a { background-color: rgb(118,106,30); }
div.DivClassName
{
background-color: #766A1E;
}
.BgClassName
{
background-color: #766A1E;
}
</style>
border-color css
<style>
span { border-color: #766A1E; }
span { border-color: rgb(118,106,30); }
td.TdClassName
{
border-color: #766A1E;
}
.TagClassName
{
border-color: #766A1E;
}
</style>