Shades of Trendy Green #7E8826
Tints of Trendy Green #7E8826
RGB
CMYK
RGB Variations
Color information
#7E8826 (or 0x7E8826) is known color: Trendy Green. HEX triplet: 7E, 88 and 26. RGB value is (126,136,38). Sum of RGB (Red+Green+Blue) = 126+136+38=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #7E8826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8826 is #8177D9. Grayscale: #7A7A7A. Windows color (decimal): -8484826 or 2525310. OLE color: 2525310.
HSL color Cylindrical-coordinate representation of color #7E8826: hue angle of 66.12º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E8826 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 136 | 38 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.47 |
| HSL | 66.12º | 0.56% | 0.34% | - |
| HSV(B) | 66.12º | 0.72% | 0.53% | - |
| XYZ | 17.76 | 22.18 | 5.18 | - |
| YUV | 121.84 | 80.69 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 136 | 38 | 0.07 | 0 | 0.72 | 0.47 | 66.12 | 0.56 | 0.34 |
| Hex | 7E | 88 | 26 | 7 | 0 | 48 | 2F | 42 | 38 | 22 |
| Octal | 176 | 210 | 46 | 7 | 0 | 110 | 57 | 102 | 70 | 42 |
| Binary | 1111110 | 10001000 | 100110 | 111 | 0 | 1001000 | 101111 | 1000010 | 111000 | 100010 |
Color Harmonies of #7E8826
Complementary color
Monochromatic Colors of #7E8826
Black with #7E8826
Text Example
Text Example
White with #7E8826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8826; }
p { color: rgb(126,136,38); }
H1.HeaderClassName
{
color: #7E8826;
}
.AnyTagClassName
{
color: #7E8826;
}
</style>
background-color css
<style>
a { background-color: #7E8826; }
a { background-color: rgb(126,136,38); }
div.DivClassName
{
background-color: #7E8826;
}
.BgClassName
{
background-color: #7E8826;
}
</style>
border-color css
<style>
span { border-color: #7E8826; }
span { border-color: rgb(126,136,38); }
td.TdClassName
{
border-color: #7E8826;
}
.TagClassName
{
border-color: #7E8826;
}
</style>