Shades of Trendy Green #7C8725
Tints of Trendy Green #7C8725
RGB
CMYK
RGB Variations
Color information
#7C8725 (or 0x7C8725) is known color: Trendy Green. HEX triplet: 7C, 87 and 25. RGB value is (124,135,37). Sum of RGB (Red+Green+Blue) = 124+135+37=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8725 is #8378DA. Grayscale: #787878. Windows color (decimal): -8616155 or 2459516. OLE color: 2459516.
HSL color Cylindrical-coordinate representation of color #7C8725: hue angle of 66.73º 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 #7C8725 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 37 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.47 |
| HSL | 66.73º | 0.57% | 0.34% | - |
| HSV(B) | 66.73º | 0.73% | 0.53% | - |
| XYZ | 17.31 | 21.75 | 5.04 | - |
| YUV | 120.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 37 | 0.08 | 0 | 0.73 | 0.47 | 66.73 | 0.57 | 0.34 |
| Hex | 7C | 87 | 25 | 8 | 0 | 49 | 2F | 43 | 39 | 22 |
| Octal | 174 | 207 | 45 | 10 | 0 | 111 | 57 | 103 | 71 | 42 |
| Binary | 1111100 | 10000111 | 100101 | 1000 | 0 | 1001001 | 101111 | 1000011 | 111001 | 100010 |
Color Harmonies of #7C8725
Complementary color
Monochromatic Colors of #7C8725
Black with #7C8725
Text Example
Text Example
White with #7C8725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8725; }
p { color: rgb(124,135,37); }
H1.HeaderClassName
{
color: #7C8725;
}
.AnyTagClassName
{
color: #7C8725;
}
</style>
background-color css
<style>
a { background-color: #7C8725; }
a { background-color: rgb(124,135,37); }
div.DivClassName
{
background-color: #7C8725;
}
.BgClassName
{
background-color: #7C8725;
}
</style>
border-color css
<style>
span { border-color: #7C8725; }
span { border-color: rgb(124,135,37); }
td.TdClassName
{
border-color: #7C8725;
}
.TagClassName
{
border-color: #7C8725;
}
</style>