Shades of Olivetone #766B1E
Tints of Olivetone #766B1E
RGB
CMYK
RGB Variations
Color information
#766B1E (or 0x766B1E) is known color: Olivetone. HEX triplet: 76, 6B and 1E. RGB value is (118,107,30). Sum of RGB (Red+Green+Blue) = 118+107+30=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #766B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B1E is #8994E1. Grayscale: #656565. Windows color (decimal): -9016546 or 1993590. OLE color: 1993590.
HSL color Cylindrical-coordinate representation of color #766B1E: hue angle of 52.5º 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 #766B1E is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 30 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.54 |
| HSL | 52.5º | 0.59% | 0.29% | - |
| HSV(B) | 52.5º | 0.75% | 0.46% | - |
| XYZ | 12.96 | 14.46 | 3.34 | - |
| YUV | 101.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 30 | 0 | 0.09 | 0.75 | 0.54 | 52.5 | 0.59 | 0.29 |
| Hex | 76 | 6B | 1E | 0 | 9 | 4B | 36 | 34 | 3B | 1D |
| Octal | 166 | 153 | 36 | 0 | 11 | 113 | 66 | 64 | 73 | 35 |
| Binary | 1110110 | 1101011 | 11110 | 0 | 1001 | 1001011 | 110110 | 110100 | 111011 | 11101 |
Color Harmonies of #766B1E
Complementary color
Monochromatic Colors of #766B1E
Black with #766B1E
Text Example
Text Example
White with #766B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B1E; }
p { color: rgb(118,107,30); }
H1.HeaderClassName
{
color: #766B1E;
}
.AnyTagClassName
{
color: #766B1E;
}
</style>
background-color css
<style>
a { background-color: #766B1E; }
a { background-color: rgb(118,107,30); }
div.DivClassName
{
background-color: #766B1E;
}
.BgClassName
{
background-color: #766B1E;
}
</style>
border-color css
<style>
span { border-color: #766B1E; }
span { border-color: rgb(118,107,30); }
td.TdClassName
{
border-color: #766B1E;
}
.TagClassName
{
border-color: #766B1E;
}
</style>