Shades of Trendy Green #7E8620
Tints of Trendy Green #7E8620
RGB
CMYK
RGB Variations
Color information
#7E8620 (or 0x7E8620) is known color: Trendy Green. HEX triplet: 7E, 86 and 20. RGB value is (126,134,32). Sum of RGB (Red+Green+Blue) = 126+134+32=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8620 is #8179DF. Grayscale: #787878. Windows color (decimal): -8485344 or 2131582. OLE color: 2131582.
HSL color Cylindrical-coordinate representation of color #7E8620: hue angle of 64.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7E8620 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 32 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.47 |
| HSL | 64.71º | 0.61% | 0.33% | - |
| HSV(B) | 64.71º | 0.76% | 0.53% | - |
| XYZ | 17.39 | 21.59 | 4.62 | - |
| YUV | 119.98 | 78.35 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 32 | 0.06 | 0 | 0.76 | 0.47 | 64.71 | 0.61 | 0.33 |
| Hex | 7E | 86 | 20 | 6 | 0 | 4C | 2F | 41 | 3D | 21 |
| Octal | 176 | 206 | 40 | 6 | 0 | 114 | 57 | 101 | 75 | 41 |
| Binary | 1111110 | 10000110 | 100000 | 110 | 0 | 1001100 | 101111 | 1000001 | 111101 | 100001 |
Color Harmonies of #7E8620
Complementary color
Monochromatic Colors of #7E8620
Black with #7E8620
Text Example
Text Example
White with #7E8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8620; }
p { color: rgb(126,134,32); }
H1.HeaderClassName
{
color: #7E8620;
}
.AnyTagClassName
{
color: #7E8620;
}
</style>
background-color css
<style>
a { background-color: #7E8620; }
a { background-color: rgb(126,134,32); }
div.DivClassName
{
background-color: #7E8620;
}
.BgClassName
{
background-color: #7E8620;
}
</style>
border-color css
<style>
span { border-color: #7E8620; }
span { border-color: rgb(126,134,32); }
td.TdClassName
{
border-color: #7E8620;
}
.TagClassName
{
border-color: #7E8620;
}
</style>