Shades of Olivetone #767119
Tints of Olivetone #767119
RGB
CMYK
RGB Variations
Color information
#767119 (or 0x767119) is known color: Olivetone. HEX triplet: 76, 71 and 19. RGB value is (118,113,25). Sum of RGB (Red+Green+Blue) = 118+113+25=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #767119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767119 is #898EE6. Grayscale: #686868. Windows color (decimal): -9015015 or 1667446. OLE color: 1667446.
HSL color Cylindrical-coordinate representation of color #767119: hue angle of 56.77º 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 #767119 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 25 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.54 |
| HSL | 56.77º | 0.65% | 0.28% | - |
| HSV(B) | 56.77º | 0.79% | 0.46% | - |
| XYZ | 13.55 | 15.73 | 3.24 | - |
| YUV | 104.46 | 83.16 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 25 | 0 | 0.04 | 0.79 | 0.54 | 56.77 | 0.65 | 0.28 |
| Hex | 76 | 71 | 19 | 0 | 4 | 4F | 36 | 39 | 41 | 1C |
| Octal | 166 | 161 | 31 | 0 | 4 | 117 | 66 | 71 | 101 | 34 |
| Binary | 1110110 | 1110001 | 11001 | 0 | 100 | 1001111 | 110110 | 111001 | 1000001 | 11100 |
Color Harmonies of #767119
Complementary color
Monochromatic Colors of #767119
Black with #767119
Text Example
Text Example
White with #767119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767119; }
p { color: rgb(118,113,25); }
H1.HeaderClassName
{
color: #767119;
}
.AnyTagClassName
{
color: #767119;
}
</style>
background-color css
<style>
a { background-color: #767119; }
a { background-color: rgb(118,113,25); }
div.DivClassName
{
background-color: #767119;
}
.BgClassName
{
background-color: #767119;
}
</style>
border-color css
<style>
span { border-color: #767119; }
span { border-color: rgb(118,113,25); }
td.TdClassName
{
border-color: #767119;
}
.TagClassName
{
border-color: #767119;
}
</style>