Shades of Trendy Green #798227
Tints of Trendy Green #798227
RGB
CMYK
RGB Variations
Color information
#798227 (or 0x798227) is known color: Trendy Green. HEX triplet: 79, 82 and 27. RGB value is (121,130,39). Sum of RGB (Red+Green+Blue) = 121+130+39=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #798227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798227 is #867DD8. Grayscale: #757575. Windows color (decimal): -8814041 or 2589305. OLE color: 2589305.
HSL color Cylindrical-coordinate representation of color #798227: hue angle of 65.93º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #798227 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 39 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.49 |
| HSL | 65.93º | 0.54% | 0.33% | - |
| HSV(B) | 65.93º | 0.7% | 0.51% | - |
| XYZ | 16.23 | 20.18 | 4.96 | - |
| YUV | 116.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 39 | 0.07 | 0 | 0.70 | 0.49 | 65.93 | 0.54 | 0.33 |
| Hex | 79 | 82 | 27 | 7 | 0 | 46 | 31 | 42 | 36 | 21 |
| Octal | 171 | 202 | 47 | 7 | 0 | 106 | 61 | 102 | 66 | 41 |
| Binary | 1111001 | 10000010 | 100111 | 111 | 0 | 1000110 | 110001 | 1000010 | 110110 | 100001 |
Color Harmonies of #798227
Complementary color
Monochromatic Colors of #798227
Black with #798227
Text Example
Text Example
White with #798227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798227; }
p { color: rgb(121,130,39); }
H1.HeaderClassName
{
color: #798227;
}
.AnyTagClassName
{
color: #798227;
}
</style>
background-color css
<style>
a { background-color: #798227; }
a { background-color: rgb(121,130,39); }
div.DivClassName
{
background-color: #798227;
}
.BgClassName
{
background-color: #798227;
}
</style>
border-color css
<style>
span { border-color: #798227; }
span { border-color: rgb(121,130,39); }
td.TdClassName
{
border-color: #798227;
}
.TagClassName
{
border-color: #798227;
}
</style>