Shades of Trendy Green #798028
Tints of Trendy Green #798028
RGB
CMYK
RGB Variations
Color information
#798028 (or 0x798028) is known color: Trendy Green. HEX triplet: 79, 80 and 28. RGB value is (121,128,40). Sum of RGB (Red+Green+Blue) = 121+128+40=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #798028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798028 is #867FD7. Grayscale: #747474. Windows color (decimal): -8814552 or 2654329. OLE color: 2654329.
HSL color Cylindrical-coordinate representation of color #798028: hue angle of 64.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #798028 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 40 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.50 |
| HSL | 64.77º | 0.52% | 0.33% | - |
| HSV(B) | 64.77º | 0.69% | 0.5% | - |
| XYZ | 15.99 | 19.66 | 4.96 | - |
| YUV | 115.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 40 | 0.05 | 0 | 0.69 | 0.50 | 64.77 | 0.52 | 0.33 |
| Hex | 79 | 80 | 28 | 5 | 0 | 45 | 32 | 41 | 34 | 21 |
| Octal | 171 | 200 | 50 | 5 | 0 | 105 | 62 | 101 | 64 | 41 |
| Binary | 1111001 | 10000000 | 101000 | 101 | 0 | 1000101 | 110010 | 1000001 | 110100 | 100001 |
Color Harmonies of #798028
Complementary color
Monochromatic Colors of #798028
Black with #798028
Text Example
Text Example
White with #798028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798028; }
p { color: rgb(121,128,40); }
H1.HeaderClassName
{
color: #798028;
}
.AnyTagClassName
{
color: #798028;
}
</style>
background-color css
<style>
a { background-color: #798028; }
a { background-color: rgb(121,128,40); }
div.DivClassName
{
background-color: #798028;
}
.BgClassName
{
background-color: #798028;
}
</style>
border-color css
<style>
span { border-color: #798028; }
span { border-color: rgb(121,128,40); }
td.TdClassName
{
border-color: #798028;
}
.TagClassName
{
border-color: #798028;
}
</style>