Shades of Trendy Green #7D822F
Tints of Trendy Green #7D822F
RGB
CMYK
RGB Variations
Color information
#7D822F (or 0x7D822F) is known color: Trendy Green. HEX triplet: 7D, 82 and 2F. RGB value is (125,130,47). Sum of RGB (Red+Green+Blue) = 125+130+47=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #7D822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D822F is #827DD0. Grayscale: #777777. Windows color (decimal): -8551889 or 3113597. OLE color: 3113597.
HSL color Cylindrical-coordinate representation of color #7D822F: hue angle of 63.61º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D822F is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 47 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.49 |
| HSL | 63.61º | 0.47% | 0.35% | - |
| HSV(B) | 63.61º | 0.64% | 0.51% | - |
| XYZ | 16.95 | 20.53 | 5.76 | - |
| YUV | 119.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 47 | 0.04 | 0 | 0.64 | 0.49 | 63.61 | 0.47 | 0.35 |
| Hex | 7D | 82 | 2F | 4 | 0 | 40 | 31 | 40 | 2F | 23 |
| Octal | 175 | 202 | 57 | 4 | 0 | 100 | 61 | 100 | 57 | 43 |
| Binary | 1111101 | 10000010 | 101111 | 100 | 0 | 1000000 | 110001 | 1000000 | 101111 | 100011 |
Color Harmonies of #7D822F
Complementary color
Monochromatic Colors of #7D822F
Black with #7D822F
Text Example
Text Example
White with #7D822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D822F; }
p { color: rgb(125,130,47); }
H1.HeaderClassName
{
color: #7D822F;
}
.AnyTagClassName
{
color: #7D822F;
}
</style>
background-color css
<style>
a { background-color: #7D822F; }
a { background-color: rgb(125,130,47); }
div.DivClassName
{
background-color: #7D822F;
}
.BgClassName
{
background-color: #7D822F;
}
</style>
border-color css
<style>
span { border-color: #7D822F; }
span { border-color: rgb(125,130,47); }
td.TdClassName
{
border-color: #7D822F;
}
.TagClassName
{
border-color: #7D822F;
}
</style>