Shades of Trendy Green #7F8725
Tints of Trendy Green #7F8725
RGB
CMYK
RGB Variations
Color information
#7F8725 (or 0x7F8725) is known color: Trendy Green. HEX triplet: 7F, 87 and 25. RGB value is (127,135,37). Sum of RGB (Red+Green+Blue) = 127+135+37=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #7F8725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8725 is #8078DA. Grayscale: #797979. Windows color (decimal): -8419547 or 2459519. OLE color: 2459519.
HSL color Cylindrical-coordinate representation of color #7F8725: hue angle of 64.9º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F8725 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 135 | 37 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.47 |
| HSL | 64.9º | 0.57% | 0.34% | - |
| HSV(B) | 64.9º | 0.73% | 0.53% | - |
| XYZ | 17.75 | 21.97 | 5.06 | - |
| YUV | 121.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 37 | 0.06 | 0 | 0.73 | 0.47 | 64.9 | 0.57 | 0.34 |
| Hex | 7F | 87 | 25 | 6 | 0 | 49 | 2F | 41 | 39 | 22 |
| Octal | 177 | 207 | 45 | 6 | 0 | 111 | 57 | 101 | 71 | 42 |
| Binary | 1111111 | 10000111 | 100101 | 110 | 0 | 1001001 | 101111 | 1000001 | 111001 | 100010 |
Color Harmonies of #7F8725
Complementary color
Monochromatic Colors of #7F8725
Black with #7F8725
Text Example
Text Example
White with #7F8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8725; }
p { color: rgb(127,135,37); }
H1.HeaderClassName
{
color: #7F8725;
}
.AnyTagClassName
{
color: #7F8725;
}
</style>
background-color css
<style>
a { background-color: #7F8725; }
a { background-color: rgb(127,135,37); }
div.DivClassName
{
background-color: #7F8725;
}
.BgClassName
{
background-color: #7F8725;
}
</style>
border-color css
<style>
span { border-color: #7F8725; }
span { border-color: rgb(127,135,37); }
td.TdClassName
{
border-color: #7F8725;
}
.TagClassName
{
border-color: #7F8725;
}
</style>