Shades of Trendy Green #7E8526
Tints of Trendy Green #7E8526
RGB
CMYK
RGB Variations
Color information
#7E8526 (or 0x7E8526) is known color: Trendy Green. HEX triplet: 7E, 85 and 26. RGB value is (126,133,38). Sum of RGB (Red+Green+Blue) = 126+133+38=297 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.42% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8526 is #817AD9. Grayscale: #787878. Windows color (decimal): -8485594 or 2524542. OLE color: 2524542.
HSL color Cylindrical-coordinate representation of color #7E8526: hue angle of 64.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E8526 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 38 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.48 |
| HSL | 64.42º | 0.56% | 0.34% | - |
| HSV(B) | 64.42º | 0.71% | 0.52% | - |
| XYZ | 17.34 | 21.35 | 5.04 | - |
| YUV | 120.08 | 81.68 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 38 | 0.05 | 0 | 0.71 | 0.48 | 64.42 | 0.56 | 0.34 |
| Hex | 7E | 85 | 26 | 5 | 0 | 47 | 30 | 40 | 38 | 22 |
| Octal | 176 | 205 | 46 | 5 | 0 | 107 | 60 | 100 | 70 | 42 |
| Binary | 1111110 | 10000101 | 100110 | 101 | 0 | 1000111 | 110000 | 1000000 | 111000 | 100010 |
Color Harmonies of #7E8526
Complementary color
Monochromatic Colors of #7E8526
Black with #7E8526
Text Example
Text Example
White with #7E8526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8526; }
p { color: rgb(126,133,38); }
H1.HeaderClassName
{
color: #7E8526;
}
.AnyTagClassName
{
color: #7E8526;
}
</style>
background-color css
<style>
a { background-color: #7E8526; }
a { background-color: rgb(126,133,38); }
div.DivClassName
{
background-color: #7E8526;
}
.BgClassName
{
background-color: #7E8526;
}
</style>
border-color css
<style>
span { border-color: #7E8526; }
span { border-color: rgb(126,133,38); }
td.TdClassName
{
border-color: #7E8526;
}
.TagClassName
{
border-color: #7E8526;
}
</style>