Shades of Trendy Green #7E8020
Tints of Trendy Green #7E8020
RGB
CMYK
RGB Variations
Color information
#7E8020 (or 0x7E8020) is known color: Trendy Green. HEX triplet: 7E, 80 and 20. RGB value is (126,128,32). Sum of RGB (Red+Green+Blue) = 126+128+32=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8020 is #817FDF. Grayscale: #747474. Windows color (decimal): -8486880 or 2130046. OLE color: 2130046.
HSL color Cylindrical-coordinate representation of color #7E8020: hue angle of 61.25º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E8020 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 32 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.50 |
| HSL | 61.25º | 0.6% | 0.31% | - |
| HSV(B) | 61.25º | 0.75% | 0.5% | - |
| XYZ | 16.58 | 19.98 | 4.35 | - |
| YUV | 116.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 32 | 0.02 | 0 | 0.75 | 0.50 | 61.25 | 0.6 | 0.31 |
| Hex | 7E | 80 | 20 | 2 | 0 | 4B | 32 | 3D | 3C | 1F |
| Octal | 176 | 200 | 40 | 2 | 0 | 113 | 62 | 75 | 74 | 37 |
| Binary | 1111110 | 10000000 | 100000 | 10 | 0 | 1001011 | 110010 | 111101 | 111100 | 11111 |
Color Harmonies of #7E8020
Complementary color
Monochromatic Colors of #7E8020
Black with #7E8020
Text Example
Text Example
White with #7E8020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8020; }
p { color: rgb(126,128,32); }
H1.HeaderClassName
{
color: #7E8020;
}
.AnyTagClassName
{
color: #7E8020;
}
</style>
background-color css
<style>
a { background-color: #7E8020; }
a { background-color: rgb(126,128,32); }
div.DivClassName
{
background-color: #7E8020;
}
.BgClassName
{
background-color: #7E8020;
}
</style>
border-color css
<style>
span { border-color: #7E8020; }
span { border-color: rgb(126,128,32); }
td.TdClassName
{
border-color: #7E8020;
}
.TagClassName
{
border-color: #7E8020;
}
</style>