Shades of Trendy Green #7C8825
Tints of Trendy Green #7C8825
RGB
CMYK
RGB Variations
Color information
#7C8825 (or 0x7C8825) is known color: Trendy Green. HEX triplet: 7C, 88 and 25. RGB value is (124,136,37). Sum of RGB (Red+Green+Blue) = 124+136+37=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8825 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8825 is #8377DA. Grayscale: #797979. Windows color (decimal): -8615899 or 2459772. OLE color: 2459772.
HSL color Cylindrical-coordinate representation of color #7C8825: hue angle of 67.27º 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 #7C8825 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 37 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.47 |
| HSL | 67.27º | 0.57% | 0.34% | - |
| HSV(B) | 67.27º | 0.73% | 0.53% | - |
| XYZ | 17.45 | 22.03 | 5.08 | - |
| YUV | 121.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 37 | 0.09 | 0 | 0.73 | 0.47 | 67.27 | 0.57 | 0.34 |
| Hex | 7C | 88 | 25 | 9 | 0 | 49 | 2F | 43 | 39 | 22 |
| Octal | 174 | 210 | 45 | 11 | 0 | 111 | 57 | 103 | 71 | 42 |
| Binary | 1111100 | 10001000 | 100101 | 1001 | 0 | 1001001 | 101111 | 1000011 | 111001 | 100010 |
Color Harmonies of #7C8825
Complementary color
Monochromatic Colors of #7C8825
Black with #7C8825
Text Example
Text Example
White with #7C8825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8825; }
p { color: rgb(124,136,37); }
H1.HeaderClassName
{
color: #7C8825;
}
.AnyTagClassName
{
color: #7C8825;
}
</style>
background-color css
<style>
a { background-color: #7C8825; }
a { background-color: rgb(124,136,37); }
div.DivClassName
{
background-color: #7C8825;
}
.BgClassName
{
background-color: #7C8825;
}
</style>
border-color css
<style>
span { border-color: #7C8825; }
span { border-color: rgb(124,136,37); }
td.TdClassName
{
border-color: #7C8825;
}
.TagClassName
{
border-color: #7C8825;
}
</style>