Shades of Trendy Green #7D7C24
Tints of Trendy Green #7D7C24
RGB
CMYK
RGB Variations
Color information
#7D7C24 (or 0x7D7C24) is known color: Trendy Green. HEX triplet: 7D, 7C and 24. RGB value is (125,124,36). Sum of RGB (Red+Green+Blue) = 125+124+36=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C24 is #8283DB. Grayscale: #727272. Windows color (decimal): -8553436 or 2391165. OLE color: 2391165.
HSL color Cylindrical-coordinate representation of color #7D7C24: hue angle of 59.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D7C24 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 124 | 36 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.51 |
| HSL | 59.33º | 0.55% | 0.32% | - |
| HSV(B) | 59.33º | 0.71% | 0.49% | - |
| XYZ | 15.98 | 18.9 | 4.48 | - |
| YUV | 114.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 36 | 0 | 0.01 | 0.71 | 0.51 | 59.33 | 0.55 | 0.32 |
| Hex | 7D | 7C | 24 | 0 | 1 | 47 | 33 | 3B | 37 | 20 |
| Octal | 175 | 174 | 44 | 0 | 1 | 107 | 63 | 73 | 67 | 40 |
| Binary | 1111101 | 1111100 | 100100 | 0 | 1 | 1000111 | 110011 | 111011 | 110111 | 100000 |
Color Harmonies of #7D7C24
Complementary color
Monochromatic Colors of #7D7C24
Black with #7D7C24
Text Example
Text Example
White with #7D7C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C24; }
p { color: rgb(125,124,36); }
H1.HeaderClassName
{
color: #7D7C24;
}
.AnyTagClassName
{
color: #7D7C24;
}
</style>
background-color css
<style>
a { background-color: #7D7C24; }
a { background-color: rgb(125,124,36); }
div.DivClassName
{
background-color: #7D7C24;
}
.BgClassName
{
background-color: #7D7C24;
}
</style>
border-color css
<style>
span { border-color: #7D7C24; }
span { border-color: rgb(125,124,36); }
td.TdClassName
{
border-color: #7D7C24;
}
.TagClassName
{
border-color: #7D7C24;
}
</style>