Shades of Trendy Green #7E8619
Tints of Trendy Green #7E8619
RGB
CMYK
RGB Variations
Color information
#7E8619 (or 0x7E8619) is known color: Trendy Green. HEX triplet: 7E, 86 and 19. RGB value is (126,134,25). Sum of RGB (Red+Green+Blue) = 126+134+25=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8619 is #8179E6. Grayscale: #777777. Windows color (decimal): -8485351 or 1672830. OLE color: 1672830.
HSL color Cylindrical-coordinate representation of color #7E8619: hue angle of 64.4º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E8619 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 25 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.47 |
| HSL | 64.4º | 0.69% | 0.31% | - |
| HSV(B) | 64.4º | 0.81% | 0.53% | - |
| XYZ | 17.3 | 21.56 | 4.17 | - |
| YUV | 119.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 25 | 0.06 | 0 | 0.81 | 0.47 | 64.4 | 0.69 | 0.31 |
| Hex | 7E | 86 | 19 | 6 | 0 | 51 | 2F | 40 | 45 | 1F |
| Octal | 176 | 206 | 31 | 6 | 0 | 121 | 57 | 100 | 105 | 37 |
| Binary | 1111110 | 10000110 | 11001 | 110 | 0 | 1010001 | 101111 | 1000000 | 1000101 | 11111 |
Color Harmonies of #7E8619
Complementary color
Monochromatic Colors of #7E8619
Black with #7E8619
Text Example
Text Example
White with #7E8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8619; }
p { color: rgb(126,134,25); }
H1.HeaderClassName
{
color: #7E8619;
}
.AnyTagClassName
{
color: #7E8619;
}
</style>
background-color css
<style>
a { background-color: #7E8619; }
a { background-color: rgb(126,134,25); }
div.DivClassName
{
background-color: #7E8619;
}
.BgClassName
{
background-color: #7E8619;
}
</style>
border-color css
<style>
span { border-color: #7E8619; }
span { border-color: rgb(126,134,25); }
td.TdClassName
{
border-color: #7E8619;
}
.TagClassName
{
border-color: #7E8619;
}
</style>