Shades of Trendy Green #7D8224
Tints of Trendy Green #7D8224
RGB
CMYK
RGB Variations
Color information
#7D8224 (or 0x7D8224) is known color: Trendy Green. HEX triplet: 7D, 82 and 24. RGB value is (125,130,36). Sum of RGB (Red+Green+Blue) = 125+130+36=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #7D8224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8224 is #827DDB. Grayscale: #767676. Windows color (decimal): -8551900 or 2392701. OLE color: 2392701.
HSL color Cylindrical-coordinate representation of color #7D8224: hue angle of 63.19º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D8224 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 36 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.49 |
| HSL | 63.19º | 0.57% | 0.33% | - |
| HSV(B) | 63.19º | 0.72% | 0.51% | - |
| XYZ | 16.76 | 20.45 | 4.73 | - |
| YUV | 117.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 36 | 0.04 | 0 | 0.72 | 0.49 | 63.19 | 0.57 | 0.33 |
| Hex | 7D | 82 | 24 | 4 | 0 | 48 | 31 | 3F | 39 | 21 |
| Octal | 175 | 202 | 44 | 4 | 0 | 110 | 61 | 77 | 71 | 41 |
| Binary | 1111101 | 10000010 | 100100 | 100 | 0 | 1001000 | 110001 | 111111 | 111001 | 100001 |
Color Harmonies of #7D8224
Complementary color
Monochromatic Colors of #7D8224
Black with #7D8224
Text Example
Text Example
White with #7D8224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8224; }
p { color: rgb(125,130,36); }
H1.HeaderClassName
{
color: #7D8224;
}
.AnyTagClassName
{
color: #7D8224;
}
</style>
background-color css
<style>
a { background-color: #7D8224; }
a { background-color: rgb(125,130,36); }
div.DivClassName
{
background-color: #7D8224;
}
.BgClassName
{
background-color: #7D8224;
}
</style>
border-color css
<style>
span { border-color: #7D8224; }
span { border-color: rgb(125,130,36); }
td.TdClassName
{
border-color: #7D8224;
}
.TagClassName
{
border-color: #7D8224;
}
</style>