Shades of Trendy Green #7D821E
Tints of Trendy Green #7D821E
RGB
CMYK
RGB Variations
Color information
#7D821E (or 0x7D821E) is known color: Trendy Green. HEX triplet: 7D, 82 and 1E. RGB value is (125,130,30). Sum of RGB (Red+Green+Blue) = 125+130+30=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #7D821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D821E is #827DE1. Grayscale: #757575. Windows color (decimal): -8551906 or 1999485. OLE color: 1999485.
HSL color Cylindrical-coordinate representation of color #7D821E: hue angle of 63º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D821E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 125 | 130 | 30 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.49 |
| HSL | 63º | 0.63% | 0.31% | - |
| HSV(B) | 63º | 0.77% | 0.51% | - |
| XYZ | 16.67 | 20.42 | 4.29 | - |
| YUV | 117.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 30 | 0.04 | 0 | 0.77 | 0.49 | 63 | 0.63 | 0.31 |
| Hex | 7D | 82 | 1E | 4 | 0 | 4D | 31 | 3F | 3E | 1F |
| Octal | 175 | 202 | 36 | 4 | 0 | 115 | 61 | 77 | 76 | 37 |
| Binary | 1111101 | 10000010 | 11110 | 100 | 0 | 1001101 | 110001 | 111111 | 111110 | 11111 |
Color Harmonies of #7D821E
Complementary color
Monochromatic Colors of #7D821E
Black with #7D821E
Text Example
Text Example
White with #7D821E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D821E; }
p { color: rgb(125,130,30); }
H1.HeaderClassName
{
color: #7D821E;
}
.AnyTagClassName
{
color: #7D821E;
}
</style>
background-color css
<style>
a { background-color: #7D821E; }
a { background-color: rgb(125,130,30); }
div.DivClassName
{
background-color: #7D821E;
}
.BgClassName
{
background-color: #7D821E;
}
</style>
border-color css
<style>
span { border-color: #7D821E; }
span { border-color: rgb(125,130,30); }
td.TdClassName
{
border-color: #7D821E;
}
.TagClassName
{
border-color: #7D821E;
}
</style>