Shades of Trendy Green #7D8822
Tints of Trendy Green #7D8822
RGB
CMYK
RGB Variations
Color information
#7D8822 (or 0x7D8822) is known color: Trendy Green. HEX triplet: 7D, 88 and 22. RGB value is (125,136,34). Sum of RGB (Red+Green+Blue) = 125+136+34=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8822 is #8277DD. Grayscale: #797979. Windows color (decimal): -8550366 or 2263165. OLE color: 2263165.
HSL color Cylindrical-coordinate representation of color #7D8822: hue angle of 66.47º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D8822 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 34 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.47 |
| HSL | 66.47º | 0.6% | 0.33% | - |
| HSV(B) | 66.47º | 0.75% | 0.53% | - |
| XYZ | 17.55 | 22.08 | 4.85 | - |
| YUV | 121.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 34 | 0.08 | 0 | 0.75 | 0.47 | 66.47 | 0.6 | 0.33 |
| Hex | 7D | 88 | 22 | 8 | 0 | 4B | 2F | 42 | 3C | 21 |
| Octal | 175 | 210 | 42 | 10 | 0 | 113 | 57 | 102 | 74 | 41 |
| Binary | 1111101 | 10001000 | 100010 | 1000 | 0 | 1001011 | 101111 | 1000010 | 111100 | 100001 |
Color Harmonies of #7D8822
Complementary color
Monochromatic Colors of #7D8822
Black with #7D8822
Text Example
Text Example
White with #7D8822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8822; }
p { color: rgb(125,136,34); }
H1.HeaderClassName
{
color: #7D8822;
}
.AnyTagClassName
{
color: #7D8822;
}
</style>
background-color css
<style>
a { background-color: #7D8822; }
a { background-color: rgb(125,136,34); }
div.DivClassName
{
background-color: #7D8822;
}
.BgClassName
{
background-color: #7D8822;
}
</style>
border-color css
<style>
span { border-color: #7D8822; }
span { border-color: rgb(125,136,34); }
td.TdClassName
{
border-color: #7D8822;
}
.TagClassName
{
border-color: #7D8822;
}
</style>