Shades of Trendy Green #798016
Tints of Trendy Green #798016
RGB
CMYK
RGB Variations
Color information
#798016 (or 0x798016) is known color: Trendy Green. HEX triplet: 79, 80 and 16. RGB value is (121,128,22). Sum of RGB (Red+Green+Blue) = 121+128+22=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #798016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798016 is #867FE9. Grayscale: #727272. Windows color (decimal): -8814570 or 1474681. OLE color: 1474681.
HSL color Cylindrical-coordinate representation of color #798016: hue angle of 63.96º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #798016 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 22 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.50 |
| HSL | 63.96º | 0.71% | 0.29% | - |
| HSV(B) | 63.96º | 0.83% | 0.5% | - |
| XYZ | 15.75 | 19.56 | 3.7 | - |
| YUV | 113.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 22 | 0.05 | 0 | 0.83 | 0.50 | 63.96 | 0.71 | 0.29 |
| Hex | 79 | 80 | 16 | 5 | 0 | 53 | 32 | 40 | 47 | 1D |
| Octal | 171 | 200 | 26 | 5 | 0 | 123 | 62 | 100 | 107 | 35 |
| Binary | 1111001 | 10000000 | 10110 | 101 | 0 | 1010011 | 110010 | 1000000 | 1000111 | 11101 |
Color Harmonies of #798016
Complementary color
Monochromatic Colors of #798016
Black with #798016
Text Example
Text Example
White with #798016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798016; }
p { color: rgb(121,128,22); }
H1.HeaderClassName
{
color: #798016;
}
.AnyTagClassName
{
color: #798016;
}
</style>
background-color css
<style>
a { background-color: #798016; }
a { background-color: rgb(121,128,22); }
div.DivClassName
{
background-color: #798016;
}
.BgClassName
{
background-color: #798016;
}
</style>
border-color css
<style>
span { border-color: #798016; }
span { border-color: rgb(121,128,22); }
td.TdClassName
{
border-color: #798016;
}
.TagClassName
{
border-color: #798016;
}
</style>