Shades of Trendy Green #7E8413
Tints of Trendy Green #7E8413
RGB
CMYK
RGB Variations
Color information
#7E8413 (or 0x7E8413) is known color: Trendy Green. HEX triplet: 7E, 84 and 13. RGB value is (126,132,19). Sum of RGB (Red+Green+Blue) = 126+132+19=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #7E8413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8413 is #817BEC. Grayscale: #757575. Windows color (decimal): -8485869 or 1279102. OLE color: 1279102.
HSL color Cylindrical-coordinate representation of color #7E8413: hue angle of 63.19º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E8413 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 19 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.48 |
| HSL | 63.19º | 0.75% | 0.3% | - |
| HSV(B) | 63.19º | 0.86% | 0.52% | - |
| XYZ | 16.97 | 20.99 | 3.77 | - |
| YUV | 117.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 19 | 0.05 | 0 | 0.86 | 0.48 | 63.19 | 0.75 | 0.3 |
| Hex | 7E | 84 | 13 | 5 | 0 | 56 | 30 | 3F | 4B | 1E |
| Octal | 176 | 204 | 23 | 5 | 0 | 126 | 60 | 77 | 113 | 36 |
| Binary | 1111110 | 10000100 | 10011 | 101 | 0 | 1010110 | 110000 | 111111 | 1001011 | 11110 |
Color Harmonies of #7E8413
Complementary color
Monochromatic Colors of #7E8413
Black with #7E8413
Text Example
Text Example
White with #7E8413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8413; }
p { color: rgb(126,132,19); }
H1.HeaderClassName
{
color: #7E8413;
}
.AnyTagClassName
{
color: #7E8413;
}
</style>
background-color css
<style>
a { background-color: #7E8413; }
a { background-color: rgb(126,132,19); }
div.DivClassName
{
background-color: #7E8413;
}
.BgClassName
{
background-color: #7E8413;
}
</style>
border-color css
<style>
span { border-color: #7E8413; }
span { border-color: rgb(126,132,19); }
td.TdClassName
{
border-color: #7E8413;
}
.TagClassName
{
border-color: #7E8413;
}
</style>