Shades of Olivetone #766B21
Tints of Olivetone #766B21
RGB
CMYK
RGB Variations
Color information
#766B21 (or 0x766B21) is known color: Olivetone. HEX triplet: 76, 6B and 21. RGB value is (118,107,33). Sum of RGB (Red+Green+Blue) = 118+107+33=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B21 is #8994DE. Grayscale: #666666. Windows color (decimal): -9016543 or 2190198. OLE color: 2190198.
HSL color Cylindrical-coordinate representation of color #766B21: hue angle of 52.24º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #766B21 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 107 | 33 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.54 |
| HSL | 52.24º | 0.56% | 0.3% | - |
| HSV(B) | 52.24º | 0.72% | 0.46% | - |
| XYZ | 13 | 14.48 | 3.55 | - |
| YUV | 101.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 33 | 0 | 0.09 | 0.72 | 0.54 | 52.24 | 0.56 | 0.3 |
| Hex | 76 | 6B | 21 | 0 | 9 | 48 | 36 | 34 | 38 | 1E |
| Octal | 166 | 153 | 41 | 0 | 11 | 110 | 66 | 64 | 70 | 36 |
| Binary | 1110110 | 1101011 | 100001 | 0 | 1001 | 1001000 | 110110 | 110100 | 111000 | 11110 |
Color Harmonies of #766B21
Complementary color
Monochromatic Colors of #766B21
Black with #766B21
Text Example
Text Example
White with #766B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766B21; }
p { color: rgb(118,107,33); }
H1.HeaderClassName
{
color: #766B21;
}
.AnyTagClassName
{
color: #766B21;
}
</style>
background-color css
<style>
a { background-color: #766B21; }
a { background-color: rgb(118,107,33); }
div.DivClassName
{
background-color: #766B21;
}
.BgClassName
{
background-color: #766B21;
}
</style>
border-color css
<style>
span { border-color: #766B21; }
span { border-color: rgb(118,107,33); }
td.TdClassName
{
border-color: #766B21;
}
.TagClassName
{
border-color: #766B21;
}
</style>