Shades of Olivetone #79741A
Tints of Olivetone #79741A
RGB
CMYK
RGB Variations
Color information
#79741A (or 0x79741A) is known color: Olivetone. HEX triplet: 79, 74 and 1A. RGB value is (121,116,26). Sum of RGB (Red+Green+Blue) = 121+116+26=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #79741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79741A is #868BE5. Grayscale: #6B6B6B. Windows color (decimal): -8817638 or 1733753. OLE color: 1733753.
HSL color Cylindrical-coordinate representation of color #79741A: hue angle of 56.84º 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 #79741A is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 26 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.53 |
| HSL | 56.84º | 0.65% | 0.29% | - |
| HSV(B) | 56.84º | 0.79% | 0.47% | - |
| XYZ | 14.32 | 16.63 | 3.43 | - |
| YUV | 107.24 | 82.16 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 26 | 0 | 0.04 | 0.79 | 0.53 | 56.84 | 0.65 | 0.29 |
| Hex | 79 | 74 | 1A | 0 | 4 | 4F | 35 | 39 | 41 | 1D |
| Octal | 171 | 164 | 32 | 0 | 4 | 117 | 65 | 71 | 101 | 35 |
| Binary | 1111001 | 1110100 | 11010 | 0 | 100 | 1001111 | 110101 | 111001 | 1000001 | 11101 |
Color Harmonies of #79741A
Complementary color
Monochromatic Colors of #79741A
Black with #79741A
Text Example
Text Example
White with #79741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79741A; }
p { color: rgb(121,116,26); }
H1.HeaderClassName
{
color: #79741A;
}
.AnyTagClassName
{
color: #79741A;
}
</style>
background-color css
<style>
a { background-color: #79741A; }
a { background-color: rgb(121,116,26); }
div.DivClassName
{
background-color: #79741A;
}
.BgClassName
{
background-color: #79741A;
}
</style>
border-color css
<style>
span { border-color: #79741A; }
span { border-color: rgb(121,116,26); }
td.TdClassName
{
border-color: #79741A;
}
.TagClassName
{
border-color: #79741A;
}
</style>