Shades of Trendy Green #7E841E
Tints of Trendy Green #7E841E
RGB
CMYK
RGB Variations
Color information
#7E841E (or 0x7E841E) is known color: Trendy Green. HEX triplet: 7E, 84 and 1E. RGB value is (126,132,30). Sum of RGB (Red+Green+Blue) = 126+132+30=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #7E841E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E841E is #817BE1. Grayscale: #767676. Windows color (decimal): -8485858 or 1999998. OLE color: 1999998.
HSL color Cylindrical-coordinate representation of color #7E841E: hue angle of 63.53º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E841E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 30 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.48 |
| HSL | 63.53º | 0.63% | 0.32% | - |
| HSV(B) | 63.53º | 0.77% | 0.52% | - |
| XYZ | 17.09 | 21.03 | 4.39 | - |
| YUV | 118.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 30 | 0.05 | 0 | 0.77 | 0.48 | 63.53 | 0.63 | 0.32 |
| Hex | 7E | 84 | 1E | 5 | 0 | 4D | 30 | 40 | 3F | 20 |
| Octal | 176 | 204 | 36 | 5 | 0 | 115 | 60 | 100 | 77 | 40 |
| Binary | 1111110 | 10000100 | 11110 | 101 | 0 | 1001101 | 110000 | 1000000 | 111111 | 100000 |
Color Harmonies of #7E841E
Complementary color
Monochromatic Colors of #7E841E
Black with #7E841E
Text Example
Text Example
White with #7E841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E841E; }
p { color: rgb(126,132,30); }
H1.HeaderClassName
{
color: #7E841E;
}
.AnyTagClassName
{
color: #7E841E;
}
</style>
background-color css
<style>
a { background-color: #7E841E; }
a { background-color: rgb(126,132,30); }
div.DivClassName
{
background-color: #7E841E;
}
.BgClassName
{
background-color: #7E841E;
}
</style>
border-color css
<style>
span { border-color: #7E841E; }
span { border-color: rgb(126,132,30); }
td.TdClassName
{
border-color: #7E841E;
}
.TagClassName
{
border-color: #7E841E;
}
</style>