Shades of Trendy Green #798514
Tints of Trendy Green #798514
RGB
CMYK
RGB Variations
Color information
#798514 (or 0x798514) is known color: Trendy Green. HEX triplet: 79, 85 and 14. RGB value is (121,133,20). Sum of RGB (Red+Green+Blue) = 121+133+20=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #798514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798514 is #867AEB. Grayscale: #747474. Windows color (decimal): -8813292 or 1344889. OLE color: 1344889.
HSL color Cylindrical-coordinate representation of color #798514: hue angle of 66.37º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #798514 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 20 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.48 |
| HSL | 66.37º | 0.74% | 0.3% | - |
| HSV(B) | 66.37º | 0.85% | 0.52% | - |
| XYZ | 16.4 | 20.89 | 3.83 | - |
| YUV | 116.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 20 | 0.09 | 0 | 0.85 | 0.48 | 66.37 | 0.74 | 0.3 |
| Hex | 79 | 85 | 14 | 9 | 0 | 55 | 30 | 42 | 4A | 1E |
| Octal | 171 | 205 | 24 | 11 | 0 | 125 | 60 | 102 | 112 | 36 |
| Binary | 1111001 | 10000101 | 10100 | 1001 | 0 | 1010101 | 110000 | 1000010 | 1001010 | 11110 |
Color Harmonies of #798514
Complementary color
Monochromatic Colors of #798514
Black with #798514
Text Example
Text Example
White with #798514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798514; }
p { color: rgb(121,133,20); }
H1.HeaderClassName
{
color: #798514;
}
.AnyTagClassName
{
color: #798514;
}
</style>
background-color css
<style>
a { background-color: #798514; }
a { background-color: rgb(121,133,20); }
div.DivClassName
{
background-color: #798514;
}
.BgClassName
{
background-color: #798514;
}
</style>
border-color css
<style>
span { border-color: #798514; }
span { border-color: rgb(121,133,20); }
td.TdClassName
{
border-color: #798514;
}
.TagClassName
{
border-color: #798514;
}
</style>