Shades of Trendy Green #798522
Tints of Trendy Green #798522
RGB
CMYK
RGB Variations
Color information
#798522 (or 0x798522) is known color: Trendy Green. HEX triplet: 79, 85 and 22. RGB value is (121,133,34). Sum of RGB (Red+Green+Blue) = 121+133+34=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #798522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798522 is #867ADD. Grayscale: #767676. Windows color (decimal): -8813278 or 2262393. OLE color: 2262393.
HSL color Cylindrical-coordinate representation of color #798522: hue angle of 67.27º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #798522 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 133 | 34 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.48 |
| HSL | 67.27º | 0.59% | 0.33% | - |
| HSV(B) | 67.27º | 0.74% | 0.52% | - |
| XYZ | 16.56 | 20.96 | 4.69 | - |
| YUV | 118.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 34 | 0.09 | 0 | 0.74 | 0.48 | 67.27 | 0.59 | 0.33 |
| Hex | 79 | 85 | 22 | 9 | 0 | 4A | 30 | 43 | 3B | 21 |
| Octal | 171 | 205 | 42 | 11 | 0 | 112 | 60 | 103 | 73 | 41 |
| Binary | 1111001 | 10000101 | 100010 | 1001 | 0 | 1001010 | 110000 | 1000011 | 111011 | 100001 |
Color Harmonies of #798522
Complementary color
Monochromatic Colors of #798522
Black with #798522
Text Example
Text Example
White with #798522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798522; }
p { color: rgb(121,133,34); }
H1.HeaderClassName
{
color: #798522;
}
.AnyTagClassName
{
color: #798522;
}
</style>
background-color css
<style>
a { background-color: #798522; }
a { background-color: rgb(121,133,34); }
div.DivClassName
{
background-color: #798522;
}
.BgClassName
{
background-color: #798522;
}
</style>
border-color css
<style>
span { border-color: #798522; }
span { border-color: rgb(121,133,34); }
td.TdClassName
{
border-color: #798522;
}
.TagClassName
{
border-color: #798522;
}
</style>