Shades of Trendy Green #797E14
Tints of Trendy Green #797E14
RGB
CMYK
RGB Variations
Color information
#797E14 (or 0x797E14) is known color: Trendy Green. HEX triplet: 79, 7E and 14. RGB value is (121,126,20). Sum of RGB (Red+Green+Blue) = 121+126+20=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #797E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797E14 is #8681EB. Grayscale: #707070. Windows color (decimal): -8815084 or 1343097. OLE color: 1343097.
HSL color Cylindrical-coordinate representation of color #797E14: hue angle of 62.83º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #797E14 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 20 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.51 |
| HSL | 62.83º | 0.73% | 0.29% | - |
| HSV(B) | 62.83º | 0.84% | 0.49% | - |
| XYZ | 15.47 | 19.04 | 3.52 | - |
| YUV | 112.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 20 | 0.04 | 0 | 0.84 | 0.51 | 62.83 | 0.73 | 0.29 |
| Hex | 79 | 7E | 14 | 4 | 0 | 54 | 33 | 3F | 49 | 1D |
| Octal | 171 | 176 | 24 | 4 | 0 | 124 | 63 | 77 | 111 | 35 |
| Binary | 1111001 | 1111110 | 10100 | 100 | 0 | 1010100 | 110011 | 111111 | 1001001 | 11101 |
Color Harmonies of #797E14
Complementary color
Monochromatic Colors of #797E14
Black with #797E14
Text Example
Text Example
White with #797E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E14; }
p { color: rgb(121,126,20); }
H1.HeaderClassName
{
color: #797E14;
}
.AnyTagClassName
{
color: #797E14;
}
</style>
background-color css
<style>
a { background-color: #797E14; }
a { background-color: rgb(121,126,20); }
div.DivClassName
{
background-color: #797E14;
}
.BgClassName
{
background-color: #797E14;
}
</style>
border-color css
<style>
span { border-color: #797E14; }
span { border-color: rgb(121,126,20); }
td.TdClassName
{
border-color: #797E14;
}
.TagClassName
{
border-color: #797E14;
}
</style>