Shades of Trendy Green #7C9120
Tints of Trendy Green #7C9120
RGB
CMYK
RGB Variations
Color information
#7C9120 (or 0x7C9120) is known color: Trendy Green. HEX triplet: 7C, 91 and 20. RGB value is (124,145,32). Sum of RGB (Red+Green+Blue) = 124+145+32=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 145 (57.03% from 255 or 48.17% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9120 is #836EDF. Grayscale: #7E7E7E. Windows color (decimal): -8613600 or 2134396. OLE color: 2134396.
HSL color Cylindrical-coordinate representation of color #7C9120: hue angle of 71.15º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C9120 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 32 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.43 |
| HSL | 71.15º | 0.64% | 0.35% | - |
| HSV(B) | 71.15º | 0.78% | 0.57% | - |
| XYZ | 18.7 | 24.64 | 5.14 | - |
| YUV | 125.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 32 | 0.14 | 0 | 0.78 | 0.43 | 71.15 | 0.64 | 0.35 |
| Hex | 7C | 91 | 20 | E | 0 | 4E | 2B | 47 | 40 | 23 |
| Octal | 174 | 221 | 40 | 16 | 0 | 116 | 53 | 107 | 100 | 43 |
| Binary | 1111100 | 10010001 | 100000 | 1110 | 0 | 1001110 | 101011 | 1000111 | 1000000 | 100011 |
Color Harmonies of #7C9120
Complementary color
Monochromatic Colors of #7C9120
Black with #7C9120
Text Example
Text Example
White with #7C9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9120; }
p { color: rgb(124,145,32); }
H1.HeaderClassName
{
color: #7C9120;
}
.AnyTagClassName
{
color: #7C9120;
}
</style>
background-color css
<style>
a { background-color: #7C9120; }
a { background-color: rgb(124,145,32); }
div.DivClassName
{
background-color: #7C9120;
}
.BgClassName
{
background-color: #7C9120;
}
</style>
border-color css
<style>
span { border-color: #7C9120; }
span { border-color: rgb(124,145,32); }
td.TdClassName
{
border-color: #7C9120;
}
.TagClassName
{
border-color: #7C9120;
}
</style>