Shades of Trendy Green #7E9222
Tints of Trendy Green #7E9222
RGB
CMYK
RGB Variations
Color information
#7E9222 (or 0x7E9222) is known color: Trendy Green. HEX triplet: 7E, 92 and 22. RGB value is (126,146,34). Sum of RGB (Red+Green+Blue) = 126+146+34=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9222 is #816DDD. Grayscale: #7F7F7F. Windows color (decimal): -8482270 or 2265726. OLE color: 2265726.
HSL color Cylindrical-coordinate representation of color #7E9222: hue angle of 70.71º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E9222 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 34 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.43 |
| HSL | 70.71º | 0.62% | 0.35% | - |
| HSV(B) | 70.71º | 0.77% | 0.57% | - |
| XYZ | 19.17 | 25.11 | 5.35 | - |
| YUV | 127.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 34 | 0.14 | 0 | 0.77 | 0.43 | 70.71 | 0.62 | 0.35 |
| Hex | 7E | 92 | 22 | E | 0 | 4D | 2B | 47 | 3E | 23 |
| Octal | 176 | 222 | 42 | 16 | 0 | 115 | 53 | 107 | 76 | 43 |
| Binary | 1111110 | 10010010 | 100010 | 1110 | 0 | 1001101 | 101011 | 1000111 | 111110 | 100011 |
Color Harmonies of #7E9222
Complementary color
Monochromatic Colors of #7E9222
Black with #7E9222
Text Example
Text Example
White with #7E9222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9222; }
p { color: rgb(126,146,34); }
H1.HeaderClassName
{
color: #7E9222;
}
.AnyTagClassName
{
color: #7E9222;
}
</style>
background-color css
<style>
a { background-color: #7E9222; }
a { background-color: rgb(126,146,34); }
div.DivClassName
{
background-color: #7E9222;
}
.BgClassName
{
background-color: #7E9222;
}
</style>
border-color css
<style>
span { border-color: #7E9222; }
span { border-color: rgb(126,146,34); }
td.TdClassName
{
border-color: #7E9222;
}
.TagClassName
{
border-color: #7E9222;
}
</style>