Shades of Trendy Green #7D7F37
Tints of Trendy Green #7D7F37
RGB
CMYK
RGB Variations
Color information
#7D7F37 (or 0x7D7F37) is known color: Trendy Green. HEX triplet: 7D, 7F and 37. RGB value is (125,127,55). Sum of RGB (Red+Green+Blue) = 125+127+55=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #7D7F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7F37 is #8280C8. Grayscale: #767676. Windows color (decimal): -8552649 or 3637117. OLE color: 3637117.
HSL color Cylindrical-coordinate representation of color #7D7F37: hue angle of 61.67º 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 #7D7F37 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 127 | 55 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.50 |
| HSL | 61.67º | 0.4% | 0.36% | - |
| HSV(B) | 61.67º | 0.57% | 0.5% | - |
| XYZ | 16.74 | 19.81 | 6.56 | - |
| YUV | 118.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 127 | 55 | 0.02 | 0 | 0.57 | 0.50 | 61.67 | 0.4 | 0.36 |
| Hex | 7D | 7F | 37 | 2 | 0 | 39 | 32 | 3E | 28 | 24 |
| Octal | 175 | 177 | 67 | 2 | 0 | 71 | 62 | 76 | 50 | 44 |
| Binary | 1111101 | 1111111 | 110111 | 10 | 0 | 111001 | 110010 | 111110 | 101000 | 100100 |
Color Harmonies of #7D7F37
Complementary color
Monochromatic Colors of #7D7F37
Black with #7D7F37
Text Example
Text Example
White with #7D7F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7F37; }
p { color: rgb(125,127,55); }
H1.HeaderClassName
{
color: #7D7F37;
}
.AnyTagClassName
{
color: #7D7F37;
}
</style>
background-color css
<style>
a { background-color: #7D7F37; }
a { background-color: rgb(125,127,55); }
div.DivClassName
{
background-color: #7D7F37;
}
.BgClassName
{
background-color: #7D7F37;
}
</style>
border-color css
<style>
span { border-color: #7D7F37; }
span { border-color: rgb(125,127,55); }
td.TdClassName
{
border-color: #7D7F37;
}
.TagClassName
{
border-color: #7D7F37;
}
</style>