Shades of Trendy Green #7E8216
Tints of Trendy Green #7E8216
RGB
CMYK
RGB Variations
Color information
#7E8216 (or 0x7E8216) is known color: Trendy Green. HEX triplet: 7E, 82 and 16. RGB value is (126,130,22). Sum of RGB (Red+Green+Blue) = 126+130+22=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #7E8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8216 is #817DE9. Grayscale: #747474. Windows color (decimal): -8486378 or 1475198. OLE color: 1475198.
HSL color Cylindrical-coordinate representation of color #7E8216: hue angle of 62.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E8216 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 22 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.49 |
| HSL | 62.22º | 0.71% | 0.3% | - |
| HSV(B) | 62.22º | 0.83% | 0.51% | - |
| XYZ | 16.73 | 20.46 | 3.83 | - |
| YUV | 116.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 22 | 0.03 | 0 | 0.83 | 0.49 | 62.22 | 0.71 | 0.3 |
| Hex | 7E | 82 | 16 | 3 | 0 | 53 | 31 | 3E | 47 | 1E |
| Octal | 176 | 202 | 26 | 3 | 0 | 123 | 61 | 76 | 107 | 36 |
| Binary | 1111110 | 10000010 | 10110 | 11 | 0 | 1010011 | 110001 | 111110 | 1000111 | 11110 |
Color Harmonies of #7E8216
Complementary color
Monochromatic Colors of #7E8216
Black with #7E8216
Text Example
Text Example
White with #7E8216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8216; }
p { color: rgb(126,130,22); }
H1.HeaderClassName
{
color: #7E8216;
}
.AnyTagClassName
{
color: #7E8216;
}
</style>
background-color css
<style>
a { background-color: #7E8216; }
a { background-color: rgb(126,130,22); }
div.DivClassName
{
background-color: #7E8216;
}
.BgClassName
{
background-color: #7E8216;
}
</style>
border-color css
<style>
span { border-color: #7E8216; }
span { border-color: rgb(126,130,22); }
td.TdClassName
{
border-color: #7E8216;
}
.TagClassName
{
border-color: #7E8216;
}
</style>