Shades of Olivetone #79781F
Tints of Olivetone #79781F
RGB
CMYK
RGB Variations
Color information
#79781F (or 0x79781F) is known color: Olivetone. HEX triplet: 79, 78 and 1F. RGB value is (121,120,31). Sum of RGB (Red+Green+Blue) = 121+120+31=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #79781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79781F is #8687E0. Grayscale: #6E6E6E. Windows color (decimal): -8816609 or 2062457. OLE color: 2062457.
HSL color Cylindrical-coordinate representation of color #79781F: hue angle of 59.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79781F is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 120 | 31 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.53 |
| HSL | 59.33º | 0.59% | 0.3% | - |
| HSV(B) | 59.33º | 0.74% | 0.47% | - |
| XYZ | 14.85 | 17.6 | 3.91 | - |
| YUV | 110.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 120 | 31 | 0 | 0.01 | 0.74 | 0.53 | 59.33 | 0.59 | 0.3 |
| Hex | 79 | 78 | 1F | 0 | 1 | 4A | 35 | 3B | 3B | 1E |
| Octal | 171 | 170 | 37 | 0 | 1 | 112 | 65 | 73 | 73 | 36 |
| Binary | 1111001 | 1111000 | 11111 | 0 | 1 | 1001010 | 110101 | 111011 | 111011 | 11110 |
Color Harmonies of #79781F
Complementary color
Monochromatic Colors of #79781F
Black with #79781F
Text Example
Text Example
White with #79781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79781F; }
p { color: rgb(121,120,31); }
H1.HeaderClassName
{
color: #79781F;
}
.AnyTagClassName
{
color: #79781F;
}
</style>
background-color css
<style>
a { background-color: #79781F; }
a { background-color: rgb(121,120,31); }
div.DivClassName
{
background-color: #79781F;
}
.BgClassName
{
background-color: #79781F;
}
</style>
border-color css
<style>
span { border-color: #79781F; }
span { border-color: rgb(121,120,31); }
td.TdClassName
{
border-color: #79781F;
}
.TagClassName
{
border-color: #79781F;
}
</style>