Shades of Trendy Green #7E842B
Tints of Trendy Green #7E842B
RGB
CMYK
RGB Variations
Color information
#7E842B (or 0x7E842B) is known color: Trendy Green. HEX triplet: 7E, 84 and 2B. RGB value is (126,132,43). Sum of RGB (Red+Green+Blue) = 126+132+43=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 132 - color contains mainly: green. Hex color #7E842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E842B is #817BD4. Grayscale: #787878. Windows color (decimal): -8485845 or 2851966. OLE color: 2851966.
HSL color Cylindrical-coordinate representation of color #7E842B: hue angle of 64.04º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E842B is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 43 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.48 |
| HSL | 64.04º | 0.51% | 0.34% | - |
| HSV(B) | 64.04º | 0.67% | 0.52% | - |
| XYZ | 17.29 | 21.11 | 5.45 | - |
| YUV | 120.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 43 | 0.05 | 0 | 0.67 | 0.48 | 64.04 | 0.51 | 0.34 |
| Hex | 7E | 84 | 2B | 5 | 0 | 43 | 30 | 40 | 33 | 22 |
| Octal | 176 | 204 | 53 | 5 | 0 | 103 | 60 | 100 | 63 | 42 |
| Binary | 1111110 | 10000100 | 101011 | 101 | 0 | 1000011 | 110000 | 1000000 | 110011 | 100010 |
Color Harmonies of #7E842B
Complementary color
Monochromatic Colors of #7E842B
Black with #7E842B
Text Example
Text Example
White with #7E842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E842B; }
p { color: rgb(126,132,43); }
H1.HeaderClassName
{
color: #7E842B;
}
.AnyTagClassName
{
color: #7E842B;
}
</style>
background-color css
<style>
a { background-color: #7E842B; }
a { background-color: rgb(126,132,43); }
div.DivClassName
{
background-color: #7E842B;
}
.BgClassName
{
background-color: #7E842B;
}
</style>
border-color css
<style>
span { border-color: #7E842B; }
span { border-color: rgb(126,132,43); }
td.TdClassName
{
border-color: #7E842B;
}
.TagClassName
{
border-color: #7E842B;
}
</style>