Shades of Trendy Green #7D9024
Tints of Trendy Green #7D9024
RGB
CMYK
RGB Variations
Color information
#7D9024 (or 0x7D9024) is known color: Trendy Green. HEX triplet: 7D, 90 and 24. RGB value is (125,144,36). Sum of RGB (Red+Green+Blue) = 125+144+36=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9024 is #826FDB. Grayscale: #7E7E7E. Windows color (decimal): -8548316 or 2396285. OLE color: 2396285.
HSL color Cylindrical-coordinate representation of color #7D9024: hue angle of 70.56º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D9024 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 36 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.44 |
| HSL | 70.56º | 0.6% | 0.35% | - |
| HSV(B) | 70.56º | 0.75% | 0.56% | - |
| XYZ | 18.75 | 24.43 | 5.4 | - |
| YUV | 126.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 36 | 0.13 | 0 | 0.75 | 0.44 | 70.56 | 0.6 | 0.35 |
| Hex | 7D | 90 | 24 | D | 0 | 4B | 2C | 47 | 3C | 23 |
| Octal | 175 | 220 | 44 | 15 | 0 | 113 | 54 | 107 | 74 | 43 |
| Binary | 1111101 | 10010000 | 100100 | 1101 | 0 | 1001011 | 101100 | 1000111 | 111100 | 100011 |
Color Harmonies of #7D9024
Complementary color
Monochromatic Colors of #7D9024
Black with #7D9024
Text Example
Text Example
White with #7D9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9024; }
p { color: rgb(125,144,36); }
H1.HeaderClassName
{
color: #7D9024;
}
.AnyTagClassName
{
color: #7D9024;
}
</style>
background-color css
<style>
a { background-color: #7D9024; }
a { background-color: rgb(125,144,36); }
div.DivClassName
{
background-color: #7D9024;
}
.BgClassName
{
background-color: #7D9024;
}
</style>
border-color css
<style>
span { border-color: #7D9024; }
span { border-color: rgb(125,144,36); }
td.TdClassName
{
border-color: #7D9024;
}
.TagClassName
{
border-color: #7D9024;
}
</style>