Shades of Trendy Green #7E9120
Tints of Trendy Green #7E9120
RGB
CMYK
RGB Variations
Color information
#7E9120 (or 0x7E9120) is known color: Trendy Green. HEX triplet: 7E, 91 and 20. RGB value is (126,145,32). Sum of RGB (Red+Green+Blue) = 126+145+32=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9120 is #816EDF. Grayscale: #7E7E7E. Windows color (decimal): -8482528 or 2134398. OLE color: 2134398.
HSL color Cylindrical-coordinate representation of color #7E9120: hue angle of 70.09º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E9120 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 32 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.43 |
| HSL | 70.09º | 0.64% | 0.35% | - |
| HSV(B) | 70.09º | 0.78% | 0.57% | - |
| XYZ | 18.99 | 24.79 | 5.15 | - |
| YUV | 126.44 | 74.71 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 32 | 0.13 | 0 | 0.78 | 0.43 | 70.09 | 0.64 | 0.35 |
| Hex | 7E | 91 | 20 | D | 0 | 4E | 2B | 46 | 40 | 23 |
| Octal | 176 | 221 | 40 | 15 | 0 | 116 | 53 | 106 | 100 | 43 |
| Binary | 1111110 | 10010001 | 100000 | 1101 | 0 | 1001110 | 101011 | 1000110 | 1000000 | 100011 |
Color Harmonies of #7E9120
Complementary color
Monochromatic Colors of #7E9120
Black with #7E9120
Text Example
Text Example
White with #7E9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9120; }
p { color: rgb(126,145,32); }
H1.HeaderClassName
{
color: #7E9120;
}
.AnyTagClassName
{
color: #7E9120;
}
</style>
background-color css
<style>
a { background-color: #7E9120; }
a { background-color: rgb(126,145,32); }
div.DivClassName
{
background-color: #7E9120;
}
.BgClassName
{
background-color: #7E9120;
}
</style>
border-color css
<style>
span { border-color: #7E9120; }
span { border-color: rgb(126,145,32); }
td.TdClassName
{
border-color: #7E9120;
}
.TagClassName
{
border-color: #7E9120;
}
</style>