Shades of Trendy Green #7C8424
Tints of Trendy Green #7C8424
RGB
CMYK
RGB Variations
Color information
#7C8424 (or 0x7C8424) is known color: Trendy Green. HEX triplet: 7C, 84 and 24. RGB value is (124,132,36). Sum of RGB (Red+Green+Blue) = 124+132+36=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8424 is #837BDB. Grayscale: #777777. Windows color (decimal): -8616924 or 2393212. OLE color: 2393212.
HSL color Cylindrical-coordinate representation of color #7C8424: hue angle of 65º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C8424 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 36 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.48 |
| HSL | 65º | 0.57% | 0.33% | - |
| HSV(B) | 65º | 0.73% | 0.52% | - |
| XYZ | 16.88 | 20.91 | 4.82 | - |
| YUV | 118.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 36 | 0.06 | 0 | 0.73 | 0.48 | 65 | 0.57 | 0.33 |
| Hex | 7C | 84 | 24 | 6 | 0 | 49 | 30 | 41 | 39 | 21 |
| Octal | 174 | 204 | 44 | 6 | 0 | 111 | 60 | 101 | 71 | 41 |
| Binary | 1111100 | 10000100 | 100100 | 110 | 0 | 1001001 | 110000 | 1000001 | 111001 | 100001 |
Color Harmonies of #7C8424
Complementary color
Monochromatic Colors of #7C8424
Black with #7C8424
Text Example
Text Example
White with #7C8424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8424; }
p { color: rgb(124,132,36); }
H1.HeaderClassName
{
color: #7C8424;
}
.AnyTagClassName
{
color: #7C8424;
}
</style>
background-color css
<style>
a { background-color: #7C8424; }
a { background-color: rgb(124,132,36); }
div.DivClassName
{
background-color: #7C8424;
}
.BgClassName
{
background-color: #7C8424;
}
</style>
border-color css
<style>
span { border-color: #7C8424; }
span { border-color: rgb(124,132,36); }
td.TdClassName
{
border-color: #7C8424;
}
.TagClassName
{
border-color: #7C8424;
}
</style>