Shades of Trendy Green #7C8524
Tints of Trendy Green #7C8524
RGB
CMYK
RGB Variations
Color information
#7C8524 (or 0x7C8524) is known color: Trendy Green. HEX triplet: 7C, 85 and 24. RGB value is (124,133,36). Sum of RGB (Red+Green+Blue) = 124+133+36=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8524 is #837ADB. Grayscale: #777777. Windows color (decimal): -8616668 or 2393468. OLE color: 2393468.
HSL color Cylindrical-coordinate representation of color #7C8524: hue angle of 65.57º 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 #7C8524 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 36 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.48 |
| HSL | 65.57º | 0.57% | 0.33% | - |
| HSV(B) | 65.57º | 0.73% | 0.52% | - |
| XYZ | 17.02 | 21.19 | 4.86 | - |
| YUV | 119.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 36 | 0.07 | 0 | 0.73 | 0.48 | 65.57 | 0.57 | 0.33 |
| Hex | 7C | 85 | 24 | 7 | 0 | 49 | 30 | 42 | 39 | 21 |
| Octal | 174 | 205 | 44 | 7 | 0 | 111 | 60 | 102 | 71 | 41 |
| Binary | 1111100 | 10000101 | 100100 | 111 | 0 | 1001001 | 110000 | 1000010 | 111001 | 100001 |
Color Harmonies of #7C8524
Complementary color
Monochromatic Colors of #7C8524
Black with #7C8524
Text Example
Text Example
White with #7C8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8524; }
p { color: rgb(124,133,36); }
H1.HeaderClassName
{
color: #7C8524;
}
.AnyTagClassName
{
color: #7C8524;
}
</style>
background-color css
<style>
a { background-color: #7C8524; }
a { background-color: rgb(124,133,36); }
div.DivClassName
{
background-color: #7C8524;
}
.BgClassName
{
background-color: #7C8524;
}
</style>
border-color css
<style>
span { border-color: #7C8524; }
span { border-color: rgb(124,133,36); }
td.TdClassName
{
border-color: #7C8524;
}
.TagClassName
{
border-color: #7C8524;
}
</style>