Shades of Trendy Green #7D8F24
Tints of Trendy Green #7D8F24
RGB
CMYK
RGB Variations
Color information
#7D8F24 (or 0x7D8F24) is known color: Trendy Green. HEX triplet: 7D, 8F and 24. RGB value is (125,143,36). Sum of RGB (Red+Green+Blue) = 125+143+36=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #7D8F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8F24 is #8270DB. Grayscale: #7D7D7D. Windows color (decimal): -8548572 or 2396029. OLE color: 2396029.
HSL color Cylindrical-coordinate representation of color #7D8F24: hue angle of 70.09º 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 #7D8F24 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 143 | 36 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.44 |
| HSL | 70.09º | 0.6% | 0.35% | - |
| HSV(B) | 70.09º | 0.75% | 0.56% | - |
| XYZ | 18.6 | 24.13 | 5.35 | - |
| YUV | 125.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 143 | 36 | 0.13 | 0 | 0.75 | 0.44 | 70.09 | 0.6 | 0.35 |
| Hex | 7D | 8F | 24 | D | 0 | 4B | 2C | 46 | 3C | 23 |
| Octal | 175 | 217 | 44 | 15 | 0 | 113 | 54 | 106 | 74 | 43 |
| Binary | 1111101 | 10001111 | 100100 | 1101 | 0 | 1001011 | 101100 | 1000110 | 111100 | 100011 |
Color Harmonies of #7D8F24
Complementary color
Monochromatic Colors of #7D8F24
Black with #7D8F24
Text Example
Text Example
White with #7D8F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8F24; }
p { color: rgb(125,143,36); }
H1.HeaderClassName
{
color: #7D8F24;
}
.AnyTagClassName
{
color: #7D8F24;
}
</style>
background-color css
<style>
a { background-color: #7D8F24; }
a { background-color: rgb(125,143,36); }
div.DivClassName
{
background-color: #7D8F24;
}
.BgClassName
{
background-color: #7D8F24;
}
</style>
border-color css
<style>
span { border-color: #7D8F24; }
span { border-color: rgb(125,143,36); }
td.TdClassName
{
border-color: #7D8F24;
}
.TagClassName
{
border-color: #7D8F24;
}
</style>