Shades of Trendy Green #7E7F37
Tints of Trendy Green #7E7F37
RGB
CMYK
RGB Variations
Color information
#7E7F37 (or 0x7E7F37) is known color: Trendy Green. HEX triplet: 7E, 7F and 37. RGB value is (126,127,55). Sum of RGB (Red+Green+Blue) = 126+127+55=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7F37 is #8180C8. Grayscale: #767676. Windows color (decimal): -8487113 or 3637118. OLE color: 3637118.
HSL color Cylindrical-coordinate representation of color #7E7F37: hue angle of 60.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E7F37 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 55 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.50 |
| HSL | 60.83º | 0.4% | 0.36% | - |
| HSV(B) | 60.83º | 0.57% | 0.5% | - |
| XYZ | 16.88 | 19.89 | 6.56 | - |
| YUV | 118.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 55 | 0.01 | 0 | 0.57 | 0.50 | 60.83 | 0.4 | 0.36 |
| Hex | 7E | 7F | 37 | 1 | 0 | 39 | 32 | 3D | 28 | 24 |
| Octal | 176 | 177 | 67 | 1 | 0 | 71 | 62 | 75 | 50 | 44 |
| Binary | 1111110 | 1111111 | 110111 | 1 | 0 | 111001 | 110010 | 111101 | 101000 | 100100 |
Color Harmonies of #7E7F37
Complementary color
Monochromatic Colors of #7E7F37
Black with #7E7F37
Text Example
Text Example
White with #7E7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F37; }
p { color: rgb(126,127,55); }
H1.HeaderClassName
{
color: #7E7F37;
}
.AnyTagClassName
{
color: #7E7F37;
}
</style>
background-color css
<style>
a { background-color: #7E7F37; }
a { background-color: rgb(126,127,55); }
div.DivClassName
{
background-color: #7E7F37;
}
.BgClassName
{
background-color: #7E7F37;
}
</style>
border-color css
<style>
span { border-color: #7E7F37; }
span { border-color: rgb(126,127,55); }
td.TdClassName
{
border-color: #7E7F37;
}
.TagClassName
{
border-color: #7E7F37;
}
</style>