Shades of Trendy Green #7D842A
Tints of Trendy Green #7D842A
RGB
CMYK
RGB Variations
Color information
#7D842A (or 0x7D842A) is known color: Trendy Green. HEX triplet: 7D, 84 and 2A. RGB value is (125,132,42). Sum of RGB (Red+Green+Blue) = 125+132+42=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #7D842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D842A is #827BD5. Grayscale: #787878. Windows color (decimal): -8551382 or 2786429. OLE color: 2786429.
HSL color Cylindrical-coordinate representation of color #7D842A: hue angle of 64.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D842A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 132 | 42 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.48 |
| HSL | 64.67º | 0.52% | 0.34% | - |
| HSV(B) | 64.67º | 0.68% | 0.52% | - |
| XYZ | 17.13 | 21.03 | 5.35 | - |
| YUV | 119.65 | 84.18 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 42 | 0.05 | 0 | 0.68 | 0.48 | 64.67 | 0.52 | 0.34 |
| Hex | 7D | 84 | 2A | 5 | 0 | 44 | 30 | 41 | 34 | 22 |
| Octal | 175 | 204 | 52 | 5 | 0 | 104 | 60 | 101 | 64 | 42 |
| Binary | 1111101 | 10000100 | 101010 | 101 | 0 | 1000100 | 110000 | 1000001 | 110100 | 100010 |
Color Harmonies of #7D842A
Complementary color
Monochromatic Colors of #7D842A
Black with #7D842A
Text Example
Text Example
White with #7D842A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D842A; }
p { color: rgb(125,132,42); }
H1.HeaderClassName
{
color: #7D842A;
}
.AnyTagClassName
{
color: #7D842A;
}
</style>
background-color css
<style>
a { background-color: #7D842A; }
a { background-color: rgb(125,132,42); }
div.DivClassName
{
background-color: #7D842A;
}
.BgClassName
{
background-color: #7D842A;
}
</style>
border-color css
<style>
span { border-color: #7D842A; }
span { border-color: rgb(125,132,42); }
td.TdClassName
{
border-color: #7D842A;
}
.TagClassName
{
border-color: #7D842A;
}
</style>