Shades of Trendy Green #7D822B
Tints of Trendy Green #7D822B
RGB
CMYK
RGB Variations
Color information
#7D822B (or 0x7D822B) is known color: Trendy Green. HEX triplet: 7D, 82 and 2B. RGB value is (125,130,43). Sum of RGB (Red+Green+Blue) = 125+130+43=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #7D822B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D822B is #827DD4. Grayscale: #767676. Windows color (decimal): -8551893 or 2851453. OLE color: 2851453.
HSL color Cylindrical-coordinate representation of color #7D822B: hue angle of 63.45º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D822B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 43 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.49 |
| HSL | 63.45º | 0.5% | 0.34% | - |
| HSV(B) | 63.45º | 0.67% | 0.51% | - |
| XYZ | 16.88 | 20.5 | 5.35 | - |
| YUV | 118.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 43 | 0.04 | 0 | 0.67 | 0.49 | 63.45 | 0.5 | 0.34 |
| Hex | 7D | 82 | 2B | 4 | 0 | 43 | 31 | 3F | 32 | 22 |
| Octal | 175 | 202 | 53 | 4 | 0 | 103 | 61 | 77 | 62 | 42 |
| Binary | 1111101 | 10000010 | 101011 | 100 | 0 | 1000011 | 110001 | 111111 | 110010 | 100010 |
Color Harmonies of #7D822B
Complementary color
Monochromatic Colors of #7D822B
Black with #7D822B
Text Example
Text Example
White with #7D822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D822B; }
p { color: rgb(125,130,43); }
H1.HeaderClassName
{
color: #7D822B;
}
.AnyTagClassName
{
color: #7D822B;
}
</style>
background-color css
<style>
a { background-color: #7D822B; }
a { background-color: rgb(125,130,43); }
div.DivClassName
{
background-color: #7D822B;
}
.BgClassName
{
background-color: #7D822B;
}
</style>
border-color css
<style>
span { border-color: #7D822B; }
span { border-color: rgb(125,130,43); }
td.TdClassName
{
border-color: #7D822B;
}
.TagClassName
{
border-color: #7D822B;
}
</style>