Shades of Trendy Green #7C8132
Tints of Trendy Green #7C8132
RGB
CMYK
RGB Variations
Color information
#7C8132 (or 0x7C8132) is known color: Trendy Green. HEX triplet: 7C, 81 and 32. RGB value is (124,129,50). Sum of RGB (Red+Green+Blue) = 124+129+50=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8132 is #837ECD. Grayscale: #767676. Windows color (decimal): -8617678 or 3309948. OLE color: 3309948.
HSL color Cylindrical-coordinate representation of color #7C8132: hue angle of 63.8º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C8132 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 50 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.49 |
| HSL | 63.8º | 0.44% | 0.35% | - |
| HSV(B) | 63.8º | 0.61% | 0.51% | - |
| XYZ | 16.74 | 20.22 | 6.04 | - |
| YUV | 118.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 50 | 0.04 | 0 | 0.61 | 0.49 | 63.8 | 0.44 | 0.35 |
| Hex | 7C | 81 | 32 | 4 | 0 | 3D | 31 | 40 | 2C | 23 |
| Octal | 174 | 201 | 62 | 4 | 0 | 75 | 61 | 100 | 54 | 43 |
| Binary | 1111100 | 10000001 | 110010 | 100 | 0 | 111101 | 110001 | 1000000 | 101100 | 100011 |
Color Harmonies of #7C8132
Complementary color
Monochromatic Colors of #7C8132
Black with #7C8132
Text Example
Text Example
White with #7C8132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8132; }
p { color: rgb(124,129,50); }
H1.HeaderClassName
{
color: #7C8132;
}
.AnyTagClassName
{
color: #7C8132;
}
</style>
background-color css
<style>
a { background-color: #7C8132; }
a { background-color: rgb(124,129,50); }
div.DivClassName
{
background-color: #7C8132;
}
.BgClassName
{
background-color: #7C8132;
}
</style>
border-color css
<style>
span { border-color: #7C8132; }
span { border-color: rgb(124,129,50); }
td.TdClassName
{
border-color: #7C8132;
}
.TagClassName
{
border-color: #7C8132;
}
</style>