Shades of Trendy Green #798014
Tints of Trendy Green #798014
RGB
CMYK
RGB Variations
Color information
#798014 (or 0x798014) is known color: Trendy Green. HEX triplet: 79, 80 and 14. RGB value is (121,128,20). Sum of RGB (Red+Green+Blue) = 121+128+20=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #798014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798014 is #867FEB. Grayscale: #727272. Windows color (decimal): -8814572 or 1343609. OLE color: 1343609.
HSL color Cylindrical-coordinate representation of color #798014: hue angle of 63.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #798014 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 20 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.50 |
| HSL | 63.89º | 0.73% | 0.29% | - |
| HSV(B) | 63.89º | 0.84% | 0.5% | - |
| XYZ | 15.73 | 19.55 | 3.61 | - |
| YUV | 113.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 20 | 0.05 | 0 | 0.84 | 0.50 | 63.89 | 0.73 | 0.29 |
| Hex | 79 | 80 | 14 | 5 | 0 | 54 | 32 | 40 | 49 | 1D |
| Octal | 171 | 200 | 24 | 5 | 0 | 124 | 62 | 100 | 111 | 35 |
| Binary | 1111001 | 10000000 | 10100 | 101 | 0 | 1010100 | 110010 | 1000000 | 1001001 | 11101 |
Color Harmonies of #798014
Complementary color
Monochromatic Colors of #798014
Black with #798014
Text Example
Text Example
White with #798014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798014; }
p { color: rgb(121,128,20); }
H1.HeaderClassName
{
color: #798014;
}
.AnyTagClassName
{
color: #798014;
}
</style>
background-color css
<style>
a { background-color: #798014; }
a { background-color: rgb(121,128,20); }
div.DivClassName
{
background-color: #798014;
}
.BgClassName
{
background-color: #798014;
}
</style>
border-color css
<style>
span { border-color: #798014; }
span { border-color: rgb(121,128,20); }
td.TdClassName
{
border-color: #798014;
}
.TagClassName
{
border-color: #798014;
}
</style>