Shades of Trendy Green #797F32
Tints of Trendy Green #797F32
RGB
CMYK
RGB Variations
Color information
#797F32 (or 0x797F32) is known color: Trendy Green. HEX triplet: 79, 7F and 32. RGB value is (121,127,50). Sum of RGB (Red+Green+Blue) = 121+127+50=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #797F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797F32 is #8680CD. Grayscale: #747474. Windows color (decimal): -8814798 or 3309433. OLE color: 3309433.
HSL color Cylindrical-coordinate representation of color #797F32: hue angle of 64.68º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #797F32 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 127 | 50 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.50 |
| HSL | 64.68º | 0.44% | 0.35% | - |
| HSV(B) | 64.68º | 0.61% | 0.5% | - |
| XYZ | 16.05 | 19.47 | 5.93 | - |
| YUV | 116.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 50 | 0.05 | 0 | 0.61 | 0.50 | 64.68 | 0.44 | 0.35 |
| Hex | 79 | 7F | 32 | 5 | 0 | 3D | 32 | 41 | 2C | 23 |
| Octal | 171 | 177 | 62 | 5 | 0 | 75 | 62 | 101 | 54 | 43 |
| Binary | 1111001 | 1111111 | 110010 | 101 | 0 | 111101 | 110010 | 1000001 | 101100 | 100011 |
Color Harmonies of #797F32
Complementary color
Monochromatic Colors of #797F32
Black with #797F32
Text Example
Text Example
White with #797F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F32; }
p { color: rgb(121,127,50); }
H1.HeaderClassName
{
color: #797F32;
}
.AnyTagClassName
{
color: #797F32;
}
</style>
background-color css
<style>
a { background-color: #797F32; }
a { background-color: rgb(121,127,50); }
div.DivClassName
{
background-color: #797F32;
}
.BgClassName
{
background-color: #797F32;
}
</style>
border-color css
<style>
span { border-color: #797F32; }
span { border-color: rgb(121,127,50); }
td.TdClassName
{
border-color: #797F32;
}
.TagClassName
{
border-color: #797F32;
}
</style>