Shades of Trendy Green #797D16
Tints of Trendy Green #797D16
RGB
CMYK
RGB Variations
Color information
#797D16 (or 0x797D16) is known color: Trendy Green. HEX triplet: 79, 7D and 16. RGB value is (121,125,22). Sum of RGB (Red+Green+Blue) = 121+125+22=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 125 (49.22% from 255 or 46.64% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 125 - color contains mainly: green. Hex color #797D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797D16 is #8682E9. Grayscale: #707070. Windows color (decimal): -8815338 or 1473913. OLE color: 1473913.
HSL color Cylindrical-coordinate representation of color #797D16: hue angle of 62.33º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #797D16 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 22 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.51 |
| HSL | 62.33º | 0.7% | 0.29% | - |
| HSV(B) | 62.33º | 0.82% | 0.49% | - |
| XYZ | 15.36 | 18.79 | 3.58 | - |
| YUV | 112.06 | 77.17 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 22 | 0.03 | 0 | 0.82 | 0.51 | 62.33 | 0.7 | 0.29 |
| Hex | 79 | 7D | 16 | 3 | 0 | 52 | 33 | 3E | 46 | 1D |
| Octal | 171 | 175 | 26 | 3 | 0 | 122 | 63 | 76 | 106 | 35 |
| Binary | 1111001 | 1111101 | 10110 | 11 | 0 | 1010010 | 110011 | 111110 | 1000110 | 11101 |
Color Harmonies of #797D16
Complementary color
Monochromatic Colors of #797D16
Black with #797D16
Text Example
Text Example
White with #797D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D16; }
p { color: rgb(121,125,22); }
H1.HeaderClassName
{
color: #797D16;
}
.AnyTagClassName
{
color: #797D16;
}
</style>
background-color css
<style>
a { background-color: #797D16; }
a { background-color: rgb(121,125,22); }
div.DivClassName
{
background-color: #797D16;
}
.BgClassName
{
background-color: #797D16;
}
</style>
border-color css
<style>
span { border-color: #797D16; }
span { border-color: rgb(121,125,22); }
td.TdClassName
{
border-color: #797D16;
}
.TagClassName
{
border-color: #797D16;
}
</style>