Shades of Trendy Green #797E34
Tints of Trendy Green #797E34
RGB
CMYK
RGB Variations
Color information
#797E34 (or 0x797E34) is known color: Trendy Green. HEX triplet: 79, 7E and 34. RGB value is (121,126,52). Sum of RGB (Red+Green+Blue) = 121+126+52=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 126 (49.61% from 255 or 42.14% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 126 - color contains mainly: green. Hex color #797E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797E34 is #8681CB. Grayscale: #747474. Windows color (decimal): -8815052 or 3440249. OLE color: 3440249.
HSL color Cylindrical-coordinate representation of color #797E34: hue angle of 64.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #797E34 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 52 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.51 |
| HSL | 64.05º | 0.42% | 0.35% | - |
| HSV(B) | 64.05º | 0.59% | 0.49% | - |
| XYZ | 15.97 | 19.23 | 6.12 | - |
| YUV | 116.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 52 | 0.04 | 0 | 0.59 | 0.51 | 64.05 | 0.42 | 0.35 |
| Hex | 79 | 7E | 34 | 4 | 0 | 3B | 33 | 40 | 2A | 23 |
| Octal | 171 | 176 | 64 | 4 | 0 | 73 | 63 | 100 | 52 | 43 |
| Binary | 1111001 | 1111110 | 110100 | 100 | 0 | 111011 | 110011 | 1000000 | 101010 | 100011 |
Color Harmonies of #797E34
Complementary color
Monochromatic Colors of #797E34
Black with #797E34
Text Example
Text Example
White with #797E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E34; }
p { color: rgb(121,126,52); }
H1.HeaderClassName
{
color: #797E34;
}
.AnyTagClassName
{
color: #797E34;
}
</style>
background-color css
<style>
a { background-color: #797E34; }
a { background-color: rgb(121,126,52); }
div.DivClassName
{
background-color: #797E34;
}
.BgClassName
{
background-color: #797E34;
}
</style>
border-color css
<style>
span { border-color: #797E34; }
span { border-color: rgb(121,126,52); }
td.TdClassName
{
border-color: #797E34;
}
.TagClassName
{
border-color: #797E34;
}
</style>