Shades of Olivetone #766E19
Tints of Olivetone #766E19
RGB
CMYK
RGB Variations
Color information
#766E19 (or 0x766E19) is known color: Olivetone. HEX triplet: 76, 6E and 19. RGB value is (118,110,25). Sum of RGB (Red+Green+Blue) = 118+110+25=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E19 is #8991E6. Grayscale: #676767. Windows color (decimal): -9015783 or 1666678. OLE color: 1666678.
HSL color Cylindrical-coordinate representation of color #766E19: hue angle of 54.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #766E19 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 25 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.54 |
| HSL | 54.84º | 0.65% | 0.28% | - |
| HSV(B) | 54.84º | 0.79% | 0.46% | - |
| XYZ | 13.22 | 15.07 | 3.13 | - |
| YUV | 102.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 25 | 0 | 0.07 | 0.79 | 0.54 | 54.84 | 0.65 | 0.28 |
| Hex | 76 | 6E | 19 | 0 | 7 | 4F | 36 | 37 | 41 | 1C |
| Octal | 166 | 156 | 31 | 0 | 7 | 117 | 66 | 67 | 101 | 34 |
| Binary | 1110110 | 1101110 | 11001 | 0 | 111 | 1001111 | 110110 | 110111 | 1000001 | 11100 |
Color Harmonies of #766E19
Complementary color
Monochromatic Colors of #766E19
Black with #766E19
Text Example
Text Example
White with #766E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E19; }
p { color: rgb(118,110,25); }
H1.HeaderClassName
{
color: #766E19;
}
.AnyTagClassName
{
color: #766E19;
}
</style>
background-color css
<style>
a { background-color: #766E19; }
a { background-color: rgb(118,110,25); }
div.DivClassName
{
background-color: #766E19;
}
.BgClassName
{
background-color: #766E19;
}
</style>
border-color css
<style>
span { border-color: #766E19; }
span { border-color: rgb(118,110,25); }
td.TdClassName
{
border-color: #766E19;
}
.TagClassName
{
border-color: #766E19;
}
</style>