Shades of Trendy Green #7E842E
Tints of Trendy Green #7E842E
RGB
CMYK
RGB Variations
Color information
#7E842E (or 0x7E842E) is known color: Trendy Green. HEX triplet: 7E, 84 and 2E. RGB value is (126,132,46). Sum of RGB (Red+Green+Blue) = 126+132+46=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #7E842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E842E is #817BD1. Grayscale: #787878. Windows color (decimal): -8485842 or 3048574. OLE color: 3048574.
HSL color Cylindrical-coordinate representation of color #7E842E: hue angle of 64.19º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E842E is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 46 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.48 |
| HSL | 64.19º | 0.48% | 0.35% | - |
| HSV(B) | 64.19º | 0.65% | 0.52% | - |
| XYZ | 17.35 | 21.14 | 5.75 | - |
| YUV | 120.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 46 | 0.05 | 0 | 0.65 | 0.48 | 64.19 | 0.48 | 0.35 |
| Hex | 7E | 84 | 2E | 5 | 0 | 41 | 30 | 40 | 30 | 23 |
| Octal | 176 | 204 | 56 | 5 | 0 | 101 | 60 | 100 | 60 | 43 |
| Binary | 1111110 | 10000100 | 101110 | 101 | 0 | 1000001 | 110000 | 1000000 | 110000 | 100011 |
Color Harmonies of #7E842E
Complementary color
Monochromatic Colors of #7E842E
Black with #7E842E
Text Example
Text Example
White with #7E842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E842E; }
p { color: rgb(126,132,46); }
H1.HeaderClassName
{
color: #7E842E;
}
.AnyTagClassName
{
color: #7E842E;
}
</style>
background-color css
<style>
a { background-color: #7E842E; }
a { background-color: rgb(126,132,46); }
div.DivClassName
{
background-color: #7E842E;
}
.BgClassName
{
background-color: #7E842E;
}
</style>
border-color css
<style>
span { border-color: #7E842E; }
span { border-color: rgb(126,132,46); }
td.TdClassName
{
border-color: #7E842E;
}
.TagClassName
{
border-color: #7E842E;
}
</style>