Shades of Trendy Green #7E8627
Tints of Trendy Green #7E8627
RGB
CMYK
RGB Variations
Color information
#7E8627 (or 0x7E8627) is known color: Trendy Green. HEX triplet: 7E, 86 and 27. RGB value is (126,134,39). Sum of RGB (Red+Green+Blue) = 126+134+39=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8627 is #8179D8. Grayscale: #797979. Windows color (decimal): -8485337 or 2590334. OLE color: 2590334.
HSL color Cylindrical-coordinate representation of color #7E8627: hue angle of 65.05º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E8627 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 39 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.47 |
| HSL | 65.05º | 0.55% | 0.34% | - |
| HSV(B) | 65.05º | 0.71% | 0.53% | - |
| XYZ | 17.5 | 21.63 | 5.17 | - |
| YUV | 120.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 39 | 0.06 | 0 | 0.71 | 0.47 | 65.05 | 0.55 | 0.34 |
| Hex | 7E | 86 | 27 | 6 | 0 | 47 | 2F | 41 | 37 | 22 |
| Octal | 176 | 206 | 47 | 6 | 0 | 107 | 57 | 101 | 67 | 42 |
| Binary | 1111110 | 10000110 | 100111 | 110 | 0 | 1000111 | 101111 | 1000001 | 110111 | 100010 |
Color Harmonies of #7E8627
Complementary color
Monochromatic Colors of #7E8627
Black with #7E8627
Text Example
Text Example
White with #7E8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8627; }
p { color: rgb(126,134,39); }
H1.HeaderClassName
{
color: #7E8627;
}
.AnyTagClassName
{
color: #7E8627;
}
</style>
background-color css
<style>
a { background-color: #7E8627; }
a { background-color: rgb(126,134,39); }
div.DivClassName
{
background-color: #7E8627;
}
.BgClassName
{
background-color: #7E8627;
}
</style>
border-color css
<style>
span { border-color: #7E8627; }
span { border-color: rgb(126,134,39); }
td.TdClassName
{
border-color: #7E8627;
}
.TagClassName
{
border-color: #7E8627;
}
</style>