Shades of Trendy Green #798117
Tints of Trendy Green #798117
RGB
CMYK
RGB Variations
Color information
#798117 (or 0x798117) is known color: Trendy Green. HEX triplet: 79, 81 and 17. RGB value is (121,129,23). Sum of RGB (Red+Green+Blue) = 121+129+23=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #798117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798117 is #867EE8. Grayscale: #727272. Windows color (decimal): -8814313 or 1540473. OLE color: 1540473.
HSL color Cylindrical-coordinate representation of color #798117: hue angle of 64.53º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #798117 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 23 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.49 |
| HSL | 64.53º | 0.7% | 0.3% | - |
| HSV(B) | 64.53º | 0.82% | 0.51% | - |
| XYZ | 15.89 | 19.83 | 3.8 | - |
| YUV | 114.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 23 | 0.06 | 0 | 0.82 | 0.49 | 64.53 | 0.7 | 0.3 |
| Hex | 79 | 81 | 17 | 6 | 0 | 52 | 31 | 41 | 46 | 1E |
| Octal | 171 | 201 | 27 | 6 | 0 | 122 | 61 | 101 | 106 | 36 |
| Binary | 1111001 | 10000001 | 10111 | 110 | 0 | 1010010 | 110001 | 1000001 | 1000110 | 11110 |
Color Harmonies of #798117
Complementary color
Monochromatic Colors of #798117
Black with #798117
Text Example
Text Example
White with #798117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798117; }
p { color: rgb(121,129,23); }
H1.HeaderClassName
{
color: #798117;
}
.AnyTagClassName
{
color: #798117;
}
</style>
background-color css
<style>
a { background-color: #798117; }
a { background-color: rgb(121,129,23); }
div.DivClassName
{
background-color: #798117;
}
.BgClassName
{
background-color: #798117;
}
</style>
border-color css
<style>
span { border-color: #798117; }
span { border-color: rgb(121,129,23); }
td.TdClassName
{
border-color: #798117;
}
.TagClassName
{
border-color: #798117;
}
</style>