Shades of Olivetone #79761A
Tints of Olivetone #79761A
RGB
CMYK
RGB Variations
Color information
#79761A (or 0x79761A) is known color: Olivetone. HEX triplet: 79, 76 and 1A. RGB value is (121,118,26). Sum of RGB (Red+Green+Blue) = 121+118+26=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79761A is #8689E5. Grayscale: #6C6C6C. Windows color (decimal): -8817126 or 1734265. OLE color: 1734265.
HSL color Cylindrical-coordinate representation of color #79761A: hue angle of 58.11º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79761A is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 26 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.53 |
| HSL | 58.11º | 0.65% | 0.29% | - |
| HSV(B) | 58.11º | 0.79% | 0.47% | - |
| XYZ | 14.55 | 17.1 | 3.51 | - |
| YUV | 108.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 26 | 0 | 0.02 | 0.79 | 0.53 | 58.11 | 0.65 | 0.29 |
| Hex | 79 | 76 | 1A | 0 | 2 | 4F | 35 | 3A | 41 | 1D |
| Octal | 171 | 166 | 32 | 0 | 2 | 117 | 65 | 72 | 101 | 35 |
| Binary | 1111001 | 1110110 | 11010 | 0 | 10 | 1001111 | 110101 | 111010 | 1000001 | 11101 |
Color Harmonies of #79761A
Complementary color
Monochromatic Colors of #79761A
Black with #79761A
Text Example
Text Example
White with #79761A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79761A; }
p { color: rgb(121,118,26); }
H1.HeaderClassName
{
color: #79761A;
}
.AnyTagClassName
{
color: #79761A;
}
</style>
background-color css
<style>
a { background-color: #79761A; }
a { background-color: rgb(121,118,26); }
div.DivClassName
{
background-color: #79761A;
}
.BgClassName
{
background-color: #79761A;
}
</style>
border-color css
<style>
span { border-color: #79761A; }
span { border-color: rgb(121,118,26); }
td.TdClassName
{
border-color: #79761A;
}
.TagClassName
{
border-color: #79761A;
}
</style>