Shades of Trendy Green #797D32
Tints of Trendy Green #797D32
RGB
CMYK
RGB Variations
Color information
#797D32 (or 0x797D32) is known color: Trendy Green. HEX triplet: 79, 7D and 32. RGB value is (121,125,50). Sum of RGB (Red+Green+Blue) = 121+125+50=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 125 (49.22% from 255 or 42.23% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 125 - color contains mainly: green. Hex color #797D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797D32 is #8682CD. Grayscale: #737373. Windows color (decimal): -8815310 or 3308921. OLE color: 3308921.
HSL color Cylindrical-coordinate representation of color #797D32: hue angle of 63.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #797D32 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 50 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.51 |
| HSL | 63.2º | 0.43% | 0.34% | - |
| HSV(B) | 63.2º | 0.6% | 0.49% | - |
| XYZ | 15.79 | 18.96 | 5.85 | - |
| YUV | 115.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 50 | 0.03 | 0 | 0.60 | 0.51 | 63.2 | 0.43 | 0.34 |
| Hex | 79 | 7D | 32 | 3 | 0 | 3C | 33 | 3F | 2B | 22 |
| Octal | 171 | 175 | 62 | 3 | 0 | 74 | 63 | 77 | 53 | 42 |
| Binary | 1111001 | 1111101 | 110010 | 11 | 0 | 111100 | 110011 | 111111 | 101011 | 100010 |
Color Harmonies of #797D32
Complementary color
Monochromatic Colors of #797D32
Black with #797D32
Text Example
Text Example
White with #797D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D32; }
p { color: rgb(121,125,50); }
H1.HeaderClassName
{
color: #797D32;
}
.AnyTagClassName
{
color: #797D32;
}
</style>
background-color css
<style>
a { background-color: #797D32; }
a { background-color: rgb(121,125,50); }
div.DivClassName
{
background-color: #797D32;
}
.BgClassName
{
background-color: #797D32;
}
</style>
border-color css
<style>
span { border-color: #797D32; }
span { border-color: rgb(121,125,50); }
td.TdClassName
{
border-color: #797D32;
}
.TagClassName
{
border-color: #797D32;
}
</style>