Shades of Trendy Green #797F14
Tints of Trendy Green #797F14
RGB
CMYK
RGB Variations
Color information
#797F14 (or 0x797F14) is known color: Trendy Green. HEX triplet: 79, 7F and 14. RGB value is (121,127,20). Sum of RGB (Red+Green+Blue) = 121+127+20=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 127 (50% from 255 or 47.39% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 127 - color contains mainly: green. Hex color #797F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797F14 is #8680EB. Grayscale: #717171. Windows color (decimal): -8814828 or 1343353. OLE color: 1343353.
HSL color Cylindrical-coordinate representation of color #797F14: hue angle of 63.36º 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 #797F14 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 20 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.50 |
| HSL | 63.36º | 0.73% | 0.29% | - |
| HSV(B) | 63.36º | 0.84% | 0.5% | - |
| XYZ | 15.6 | 19.29 | 3.56 | - |
| YUV | 113.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 20 | 0.05 | 0 | 0.84 | 0.50 | 63.36 | 0.73 | 0.29 |
| Hex | 79 | 7F | 14 | 5 | 0 | 54 | 32 | 3F | 49 | 1D |
| Octal | 171 | 177 | 24 | 5 | 0 | 124 | 62 | 77 | 111 | 35 |
| Binary | 1111001 | 1111111 | 10100 | 101 | 0 | 1010100 | 110010 | 111111 | 1001001 | 11101 |
Color Harmonies of #797F14
Complementary color
Monochromatic Colors of #797F14
Black with #797F14
Text Example
Text Example
White with #797F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F14; }
p { color: rgb(121,127,20); }
H1.HeaderClassName
{
color: #797F14;
}
.AnyTagClassName
{
color: #797F14;
}
</style>
background-color css
<style>
a { background-color: #797F14; }
a { background-color: rgb(121,127,20); }
div.DivClassName
{
background-color: #797F14;
}
.BgClassName
{
background-color: #797F14;
}
</style>
border-color css
<style>
span { border-color: #797F14; }
span { border-color: rgb(121,127,20); }
td.TdClassName
{
border-color: #797F14;
}
.TagClassName
{
border-color: #797F14;
}
</style>