Shades of Trendy Green #797F30
Tints of Trendy Green #797F30
RGB
CMYK
RGB Variations
Color information
#797F30 (or 0x797F30) is known color: Trendy Green. HEX triplet: 79, 7F and 30. RGB value is (121,127,48). Sum of RGB (Red+Green+Blue) = 121+127+48=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #797F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797F30 is #8680CF. Grayscale: #747474. Windows color (decimal): -8814800 or 3178361. OLE color: 3178361.
HSL color Cylindrical-coordinate representation of color #797F30: hue angle of 64.56º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #797F30 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 48 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.50 |
| HSL | 64.56º | 0.45% | 0.34% | - |
| HSV(B) | 64.56º | 0.62% | 0.5% | - |
| XYZ | 16.01 | 19.46 | 5.71 | - |
| YUV | 116.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 48 | 0.05 | 0 | 0.62 | 0.50 | 64.56 | 0.45 | 0.34 |
| Hex | 79 | 7F | 30 | 5 | 0 | 3E | 32 | 41 | 2D | 22 |
| Octal | 171 | 177 | 60 | 5 | 0 | 76 | 62 | 101 | 55 | 42 |
| Binary | 1111001 | 1111111 | 110000 | 101 | 0 | 111110 | 110010 | 1000001 | 101101 | 100010 |
Color Harmonies of #797F30
Complementary color
Monochromatic Colors of #797F30
Black with #797F30
Text Example
Text Example
White with #797F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F30; }
p { color: rgb(121,127,48); }
H1.HeaderClassName
{
color: #797F30;
}
.AnyTagClassName
{
color: #797F30;
}
</style>
background-color css
<style>
a { background-color: #797F30; }
a { background-color: rgb(121,127,48); }
div.DivClassName
{
background-color: #797F30;
}
.BgClassName
{
background-color: #797F30;
}
</style>
border-color css
<style>
span { border-color: #797F30; }
span { border-color: rgb(121,127,48); }
td.TdClassName
{
border-color: #797F30;
}
.TagClassName
{
border-color: #797F30;
}
</style>