Shades of Trendy Green #7E8527
Tints of Trendy Green #7E8527
RGB
CMYK
RGB Variations
Color information
#7E8527 (or 0x7E8527) is known color: Trendy Green. HEX triplet: 7E, 85 and 27. RGB value is (126,133,39). Sum of RGB (Red+Green+Blue) = 126+133+39=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8527 is #817AD8. Grayscale: #787878. Windows color (decimal): -8485593 or 2590078. OLE color: 2590078.
HSL color Cylindrical-coordinate representation of color #7E8527: hue angle of 64.47º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E8527 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 39 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.48 |
| HSL | 64.47º | 0.55% | 0.34% | - |
| HSV(B) | 64.47º | 0.71% | 0.52% | - |
| XYZ | 17.36 | 21.36 | 5.13 | - |
| YUV | 120.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 39 | 0.05 | 0 | 0.71 | 0.48 | 64.47 | 0.55 | 0.34 |
| Hex | 7E | 85 | 27 | 5 | 0 | 47 | 30 | 40 | 37 | 22 |
| Octal | 176 | 205 | 47 | 5 | 0 | 107 | 60 | 100 | 67 | 42 |
| Binary | 1111110 | 10000101 | 100111 | 101 | 0 | 1000111 | 110000 | 1000000 | 110111 | 100010 |
Color Harmonies of #7E8527
Complementary color
Monochromatic Colors of #7E8527
Black with #7E8527
Text Example
Text Example
White with #7E8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8527; }
p { color: rgb(126,133,39); }
H1.HeaderClassName
{
color: #7E8527;
}
.AnyTagClassName
{
color: #7E8527;
}
</style>
background-color css
<style>
a { background-color: #7E8527; }
a { background-color: rgb(126,133,39); }
div.DivClassName
{
background-color: #7E8527;
}
.BgClassName
{
background-color: #7E8527;
}
</style>
border-color css
<style>
span { border-color: #7E8527; }
span { border-color: rgb(126,133,39); }
td.TdClassName
{
border-color: #7E8527;
}
.TagClassName
{
border-color: #7E8527;
}
</style>