Shades of Trendy Green #7E8028
Tints of Trendy Green #7E8028
RGB
CMYK
RGB Variations
Color information
#7E8028 (or 0x7E8028) is known color: Trendy Green. HEX triplet: 7E, 80 and 28. RGB value is (126,128,40). Sum of RGB (Red+Green+Blue) = 126+128+40=294 (38% of max value = 765). Red value is 126 (49.61% from 255 or 42.86% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #7E8028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8028 is #817FD7. Grayscale: #757575. Windows color (decimal): -8486872 or 2654334. OLE color: 2654334.
HSL color Cylindrical-coordinate representation of color #7E8028: hue angle of 61.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E8028 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 40 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.50 |
| HSL | 61.36º | 0.52% | 0.33% | - |
| HSV(B) | 61.36º | 0.69% | 0.5% | - |
| XYZ | 16.71 | 20.03 | 4.99 | - |
| YUV | 117.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 40 | 0.02 | 0 | 0.69 | 0.50 | 61.36 | 0.52 | 0.33 |
| Hex | 7E | 80 | 28 | 2 | 0 | 45 | 32 | 3D | 34 | 21 |
| Octal | 176 | 200 | 50 | 2 | 0 | 105 | 62 | 75 | 64 | 41 |
| Binary | 1111110 | 10000000 | 101000 | 10 | 0 | 1000101 | 110010 | 111101 | 110100 | 100001 |
Color Harmonies of #7E8028
Complementary color
Monochromatic Colors of #7E8028
Black with #7E8028
Text Example
Text Example
White with #7E8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8028; }
p { color: rgb(126,128,40); }
H1.HeaderClassName
{
color: #7E8028;
}
.AnyTagClassName
{
color: #7E8028;
}
</style>
background-color css
<style>
a { background-color: #7E8028; }
a { background-color: rgb(126,128,40); }
div.DivClassName
{
background-color: #7E8028;
}
.BgClassName
{
background-color: #7E8028;
}
</style>
border-color css
<style>
span { border-color: #7E8028; }
span { border-color: rgb(126,128,40); }
td.TdClassName
{
border-color: #7E8028;
}
.TagClassName
{
border-color: #7E8028;
}
</style>