Shades of Olivetone #767619
Tints of Olivetone #767619
RGB
CMYK
RGB Variations
Color information
#767619 (or 0x767619) is known color: Olivetone. HEX triplet: 76, 76 and 19. RGB value is (118,118,25). Sum of RGB (Red+Green+Blue) = 118+118+25=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767619 is #8989E6. Grayscale: #6B6B6B. Windows color (decimal): -9013735 or 1668726. OLE color: 1668726.
HSL color Cylindrical-coordinate representation of color #767619: hue angle of 60º 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 #767619 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 25 | - |
| CMYK | 0 | 0 | 0.79 | 0.54 |
| HSL | 60º | 0.65% | 0.28% | - |
| HSV(B) | 60º | 0.79% | 0.46% | - |
| XYZ | 14.13 | 16.88 | 3.43 | - |
| YUV | 107.4 | 81.5 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 25 | 0 | 0 | 0.79 | 0.54 | 60 | 0.65 | 0.28 |
| Hex | 76 | 76 | 19 | 0 | 0 | 4F | 36 | 3C | 41 | 1C |
| Octal | 166 | 166 | 31 | 0 | 0 | 117 | 66 | 74 | 101 | 34 |
| Binary | 1110110 | 1110110 | 11001 | 0 | 0 | 1001111 | 110110 | 111100 | 1000001 | 11100 |
Color Harmonies of #767619
Complementary color
Monochromatic Colors of #767619
Black with #767619
Text Example
Text Example
White with #767619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767619; }
p { color: rgb(118,118,25); }
H1.HeaderClassName
{
color: #767619;
}
.AnyTagClassName
{
color: #767619;
}
</style>
background-color css
<style>
a { background-color: #767619; }
a { background-color: rgb(118,118,25); }
div.DivClassName
{
background-color: #767619;
}
.BgClassName
{
background-color: #767619;
}
</style>
border-color css
<style>
span { border-color: #767619; }
span { border-color: rgb(118,118,25); }
td.TdClassName
{
border-color: #767619;
}
.TagClassName
{
border-color: #767619;
}
</style>