Shades of Trendy Green #798116
Tints of Trendy Green #798116
RGB
CMYK
RGB Variations
Color information
#798116 (or 0x798116) is known color: Trendy Green. HEX triplet: 79, 81 and 16. RGB value is (121,129,22). Sum of RGB (Red+Green+Blue) = 121+129+22=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #798116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798116 is #867EE9. Grayscale: #727272. Windows color (decimal): -8814314 or 1474937. OLE color: 1474937.
HSL color Cylindrical-coordinate representation of color #798116: hue angle of 64.49º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #798116 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 22 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.49 |
| HSL | 64.49º | 0.71% | 0.3% | - |
| HSV(B) | 64.49º | 0.83% | 0.51% | - |
| XYZ | 15.88 | 19.82 | 3.75 | - |
| YUV | 114.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 22 | 0.06 | 0 | 0.83 | 0.49 | 64.49 | 0.71 | 0.3 |
| Hex | 79 | 81 | 16 | 6 | 0 | 53 | 31 | 40 | 47 | 1E |
| Octal | 171 | 201 | 26 | 6 | 0 | 123 | 61 | 100 | 107 | 36 |
| Binary | 1111001 | 10000001 | 10110 | 110 | 0 | 1010011 | 110001 | 1000000 | 1000111 | 11110 |
Color Harmonies of #798116
Complementary color
Monochromatic Colors of #798116
Black with #798116
Text Example
Text Example
White with #798116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798116; }
p { color: rgb(121,129,22); }
H1.HeaderClassName
{
color: #798116;
}
.AnyTagClassName
{
color: #798116;
}
</style>
background-color css
<style>
a { background-color: #798116; }
a { background-color: rgb(121,129,22); }
div.DivClassName
{
background-color: #798116;
}
.BgClassName
{
background-color: #798116;
}
</style>
border-color css
<style>
span { border-color: #798116; }
span { border-color: rgb(121,129,22); }
td.TdClassName
{
border-color: #798116;
}
.TagClassName
{
border-color: #798116;
}
</style>