Shades of Trendy Green #798513
Tints of Trendy Green #798513
RGB
CMYK
RGB Variations
Color information
#798513 (or 0x798513) is known color: Trendy Green. HEX triplet: 79, 85 and 13. RGB value is (121,133,19). Sum of RGB (Red+Green+Blue) = 121+133+19=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #798513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798513 is #867AEC. Grayscale: #747474. Windows color (decimal): -8813293 or 1279353. OLE color: 1279353.
HSL color Cylindrical-coordinate representation of color #798513: hue angle of 66.32º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #798513 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 19 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.48 |
| HSL | 66.32º | 0.75% | 0.3% | - |
| HSV(B) | 66.32º | 0.86% | 0.52% | - |
| XYZ | 16.39 | 20.89 | 3.78 | - |
| YUV | 116.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 19 | 0.09 | 0 | 0.86 | 0.48 | 66.32 | 0.75 | 0.3 |
| Hex | 79 | 85 | 13 | 9 | 0 | 56 | 30 | 42 | 4B | 1E |
| Octal | 171 | 205 | 23 | 11 | 0 | 126 | 60 | 102 | 113 | 36 |
| Binary | 1111001 | 10000101 | 10011 | 1001 | 0 | 1010110 | 110000 | 1000010 | 1001011 | 11110 |
Color Harmonies of #798513
Complementary color
Monochromatic Colors of #798513
Black with #798513
Text Example
Text Example
White with #798513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798513; }
p { color: rgb(121,133,19); }
H1.HeaderClassName
{
color: #798513;
}
.AnyTagClassName
{
color: #798513;
}
</style>
background-color css
<style>
a { background-color: #798513; }
a { background-color: rgb(121,133,19); }
div.DivClassName
{
background-color: #798513;
}
.BgClassName
{
background-color: #798513;
}
</style>
border-color css
<style>
span { border-color: #798513; }
span { border-color: rgb(121,133,19); }
td.TdClassName
{
border-color: #798513;
}
.TagClassName
{
border-color: #798513;
}
</style>