Shades of Trendy Green #7E8614
Tints of Trendy Green #7E8614
RGB
CMYK
RGB Variations
Color information
#7E8614 (or 0x7E8614) is known color: Trendy Green. HEX triplet: 7E, 86 and 14. RGB value is (126,134,20). Sum of RGB (Red+Green+Blue) = 126+134+20=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8614 is #8179EB. Grayscale: #777777. Windows color (decimal): -8485356 or 1345150. OLE color: 1345150.
HSL color Cylindrical-coordinate representation of color #7E8614: hue angle of 64.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E8614 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 20 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.47 |
| HSL | 64.21º | 0.74% | 0.3% | - |
| HSV(B) | 64.21º | 0.85% | 0.53% | - |
| XYZ | 17.26 | 21.54 | 3.91 | - |
| YUV | 118.61 | 72.35 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 20 | 0.06 | 0 | 0.85 | 0.47 | 64.21 | 0.74 | 0.3 |
| Hex | 7E | 86 | 14 | 6 | 0 | 55 | 2F | 40 | 4A | 1E |
| Octal | 176 | 206 | 24 | 6 | 0 | 125 | 57 | 100 | 112 | 36 |
| Binary | 1111110 | 10000110 | 10100 | 110 | 0 | 1010101 | 101111 | 1000000 | 1001010 | 11110 |
Color Harmonies of #7E8614
Complementary color
Monochromatic Colors of #7E8614
Black with #7E8614
Text Example
Text Example
White with #7E8614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8614; }
p { color: rgb(126,134,20); }
H1.HeaderClassName
{
color: #7E8614;
}
.AnyTagClassName
{
color: #7E8614;
}
</style>
background-color css
<style>
a { background-color: #7E8614; }
a { background-color: rgb(126,134,20); }
div.DivClassName
{
background-color: #7E8614;
}
.BgClassName
{
background-color: #7E8614;
}
</style>
border-color css
<style>
span { border-color: #7E8614; }
span { border-color: rgb(126,134,20); }
td.TdClassName
{
border-color: #7E8614;
}
.TagClassName
{
border-color: #7E8614;
}
</style>