Shades of Trendy Green #79842A
Tints of Trendy Green #79842A
RGB
CMYK
RGB Variations
Color information
#79842A (or 0x79842A) is known color: Trendy Green. HEX triplet: 79, 84 and 2A. RGB value is (121,132,42). Sum of RGB (Red+Green+Blue) = 121+132+42=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #79842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79842A is #867BD5. Grayscale: #767676. Windows color (decimal): -8813526 or 2786425. OLE color: 2786425.
HSL color Cylindrical-coordinate representation of color #79842A: hue angle of 67.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #79842A is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 132 | 42 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.48 |
| HSL | 67.33º | 0.52% | 0.34% | - |
| HSV(B) | 67.33º | 0.68% | 0.52% | - |
| XYZ | 16.55 | 20.73 | 5.32 | - |
| YUV | 118.45 | 84.86 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 42 | 0.08 | 0 | 0.68 | 0.48 | 67.33 | 0.52 | 0.34 |
| Hex | 79 | 84 | 2A | 8 | 0 | 44 | 30 | 43 | 34 | 22 |
| Octal | 171 | 204 | 52 | 10 | 0 | 104 | 60 | 103 | 64 | 42 |
| Binary | 1111001 | 10000100 | 101010 | 1000 | 0 | 1000100 | 110000 | 1000011 | 110100 | 100010 |
Color Harmonies of #79842A
Complementary color
Monochromatic Colors of #79842A
Black with #79842A
Text Example
Text Example
White with #79842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79842A; }
p { color: rgb(121,132,42); }
H1.HeaderClassName
{
color: #79842A;
}
.AnyTagClassName
{
color: #79842A;
}
</style>
background-color css
<style>
a { background-color: #79842A; }
a { background-color: rgb(121,132,42); }
div.DivClassName
{
background-color: #79842A;
}
.BgClassName
{
background-color: #79842A;
}
</style>
border-color css
<style>
span { border-color: #79842A; }
span { border-color: rgb(121,132,42); }
td.TdClassName
{
border-color: #79842A;
}
.TagClassName
{
border-color: #79842A;
}
</style>