Shades of Trendy Green #79791F
Tints of Trendy Green #79791F
RGB
CMYK
RGB Variations
Color information
#79791F (or 0x79791F) is known color: Trendy Green. HEX triplet: 79, 79 and 1F. RGB value is (121,121,31). Sum of RGB (Red+Green+Blue) = 121+121+31=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 121 - color contains mainly: red, green. Hex color #79791F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79791F is #8686E0. Grayscale: #6F6F6F. Windows color (decimal): -8816353 or 2062713. OLE color: 2062713.
HSL color Cylindrical-coordinate representation of color #79791F: hue angle of 60º 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 #79791F is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 121 | 31 | - |
| CMYK | 0 | 0 | 0.74 | 0.53 |
| HSL | 60º | 0.59% | 0.3% | - |
| HSV(B) | 60º | 0.74% | 0.47% | - |
| XYZ | 14.97 | 17.84 | 3.95 | - |
| YUV | 110.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 121 | 31 | 0 | 0 | 0.74 | 0.53 | 60 | 0.59 | 0.3 |
| Hex | 79 | 79 | 1F | 0 | 0 | 4A | 35 | 3C | 3B | 1E |
| Octal | 171 | 171 | 37 | 0 | 0 | 112 | 65 | 74 | 73 | 36 |
| Binary | 1111001 | 1111001 | 11111 | 0 | 0 | 1001010 | 110101 | 111100 | 111011 | 11110 |
Color Harmonies of #79791F
Complementary color
Monochromatic Colors of #79791F
Black with #79791F
Text Example
Text Example
White with #79791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79791F; }
p { color: rgb(121,121,31); }
H1.HeaderClassName
{
color: #79791F;
}
.AnyTagClassName
{
color: #79791F;
}
</style>
background-color css
<style>
a { background-color: #79791F; }
a { background-color: rgb(121,121,31); }
div.DivClassName
{
background-color: #79791F;
}
.BgClassName
{
background-color: #79791F;
}
</style>
border-color css
<style>
span { border-color: #79791F; }
span { border-color: rgb(121,121,31); }
td.TdClassName
{
border-color: #79791F;
}
.TagClassName
{
border-color: #79791F;
}
</style>