Shades of Trendy Green #7E8115
Tints of Trendy Green #7E8115
RGB
CMYK
RGB Variations
Color information
#7E8115 (or 0x7E8115) is known color: Trendy Green. HEX triplet: 7E, 81 and 15. RGB value is (126,129,21). Sum of RGB (Red+Green+Blue) = 126+129+21=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8115 is #817EEA. Grayscale: #747474. Windows color (decimal): -8486635 or 1409406. OLE color: 1409406.
HSL color Cylindrical-coordinate representation of color #7E8115: hue angle of 61.67º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E8115 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 21 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.49 |
| HSL | 61.67º | 0.72% | 0.29% | - |
| HSV(B) | 61.67º | 0.84% | 0.51% | - |
| XYZ | 16.59 | 20.19 | 3.73 | - |
| YUV | 115.79 | 74.51 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 21 | 0.02 | 0 | 0.84 | 0.49 | 61.67 | 0.72 | 0.29 |
| Hex | 7E | 81 | 15 | 2 | 0 | 54 | 31 | 3E | 48 | 1D |
| Octal | 176 | 201 | 25 | 2 | 0 | 124 | 61 | 76 | 110 | 35 |
| Binary | 1111110 | 10000001 | 10101 | 10 | 0 | 1010100 | 110001 | 111110 | 1001000 | 11101 |
Color Harmonies of #7E8115
Complementary color
Monochromatic Colors of #7E8115
Black with #7E8115
Text Example
Text Example
White with #7E8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8115; }
p { color: rgb(126,129,21); }
H1.HeaderClassName
{
color: #7E8115;
}
.AnyTagClassName
{
color: #7E8115;
}
</style>
background-color css
<style>
a { background-color: #7E8115; }
a { background-color: rgb(126,129,21); }
div.DivClassName
{
background-color: #7E8115;
}
.BgClassName
{
background-color: #7E8115;
}
</style>
border-color css
<style>
span { border-color: #7E8115; }
span { border-color: rgb(126,129,21); }
td.TdClassName
{
border-color: #7E8115;
}
.TagClassName
{
border-color: #7E8115;
}
</style>