Shades of Trendy Green #7E812D
Tints of Trendy Green #7E812D
RGB
CMYK
RGB Variations
Color information
#7E812D (or 0x7E812D) is known color: Trendy Green. HEX triplet: 7E, 81 and 2D. RGB value is (126,129,45). Sum of RGB (Red+Green+Blue) = 126+129+45=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #7E812D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E812D is #817ED2. Grayscale: #767676. Windows color (decimal): -8486611 or 2982270. OLE color: 2982270.
HSL color Cylindrical-coordinate representation of color #7E812D: hue angle of 62.14º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E812D is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 45 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.49 |
| HSL | 62.14º | 0.48% | 0.34% | - |
| HSV(B) | 62.14º | 0.65% | 0.51% | - |
| XYZ | 16.93 | 20.33 | 5.51 | - |
| YUV | 118.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 45 | 0.02 | 0 | 0.65 | 0.49 | 62.14 | 0.48 | 0.34 |
| Hex | 7E | 81 | 2D | 2 | 0 | 41 | 31 | 3E | 30 | 22 |
| Octal | 176 | 201 | 55 | 2 | 0 | 101 | 61 | 76 | 60 | 42 |
| Binary | 1111110 | 10000001 | 101101 | 10 | 0 | 1000001 | 110001 | 111110 | 110000 | 100010 |
Color Harmonies of #7E812D
Complementary color
Monochromatic Colors of #7E812D
Black with #7E812D
Text Example
Text Example
White with #7E812D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E812D; }
p { color: rgb(126,129,45); }
H1.HeaderClassName
{
color: #7E812D;
}
.AnyTagClassName
{
color: #7E812D;
}
</style>
background-color css
<style>
a { background-color: #7E812D; }
a { background-color: rgb(126,129,45); }
div.DivClassName
{
background-color: #7E812D;
}
.BgClassName
{
background-color: #7E812D;
}
</style>
border-color css
<style>
span { border-color: #7E812D; }
span { border-color: rgb(126,129,45); }
td.TdClassName
{
border-color: #7E812D;
}
.TagClassName
{
border-color: #7E812D;
}
</style>