Shades of Trendy Green #7C8036
Tints of Trendy Green #7C8036
RGB
CMYK
RGB Variations
Color information
#7C8036 (or 0x7C8036) is known color: Trendy Green. HEX triplet: 7C, 80 and 36. RGB value is (124,128,54). Sum of RGB (Red+Green+Blue) = 124+128+54=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #7C8036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8036 is #837FC9. Grayscale: #767676. Windows color (decimal): -8617930 or 3571836. OLE color: 3571836.
HSL color Cylindrical-coordinate representation of color #7C8036: hue angle of 63.24º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C8036 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 54 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.50 |
| HSL | 63.24º | 0.41% | 0.36% | - |
| HSV(B) | 63.24º | 0.58% | 0.5% | - |
| XYZ | 16.7 | 19.99 | 6.47 | - |
| YUV | 118.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 54 | 0.03 | 0 | 0.58 | 0.50 | 63.24 | 0.41 | 0.36 |
| Hex | 7C | 80 | 36 | 3 | 0 | 3A | 32 | 3F | 29 | 24 |
| Octal | 174 | 200 | 66 | 3 | 0 | 72 | 62 | 77 | 51 | 44 |
| Binary | 1111100 | 10000000 | 110110 | 11 | 0 | 111010 | 110010 | 111111 | 101001 | 100100 |
Color Harmonies of #7C8036
Complementary color
Monochromatic Colors of #7C8036
Black with #7C8036
Text Example
Text Example
White with #7C8036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8036; }
p { color: rgb(124,128,54); }
H1.HeaderClassName
{
color: #7C8036;
}
.AnyTagClassName
{
color: #7C8036;
}
</style>
background-color css
<style>
a { background-color: #7C8036; }
a { background-color: rgb(124,128,54); }
div.DivClassName
{
background-color: #7C8036;
}
.BgClassName
{
background-color: #7C8036;
}
</style>
border-color css
<style>
span { border-color: #7C8036; }
span { border-color: rgb(124,128,54); }
td.TdClassName
{
border-color: #7C8036;
}
.TagClassName
{
border-color: #7C8036;
}
</style>