Shades of Trendy Green #7E822E
Tints of Trendy Green #7E822E
RGB
CMYK
RGB Variations
Color information
#7E822E (or 0x7E822E) is known color: Trendy Green. HEX triplet: 7E, 82 and 2E. RGB value is (126,130,46). Sum of RGB (Red+Green+Blue) = 126+130+46=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #7E822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E822E is #817DD1. Grayscale: #777777. Windows color (decimal): -8486354 or 3048062. OLE color: 3048062.
HSL color Cylindrical-coordinate representation of color #7E822E: hue angle of 62.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E822E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 46 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.49 |
| HSL | 62.86º | 0.48% | 0.35% | - |
| HSV(B) | 62.86º | 0.65% | 0.51% | - |
| XYZ | 17.08 | 20.6 | 5.66 | - |
| YUV | 119.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 46 | 0.03 | 0 | 0.65 | 0.49 | 62.86 | 0.48 | 0.35 |
| Hex | 7E | 82 | 2E | 3 | 0 | 41 | 31 | 3F | 30 | 23 |
| Octal | 176 | 202 | 56 | 3 | 0 | 101 | 61 | 77 | 60 | 43 |
| Binary | 1111110 | 10000010 | 101110 | 11 | 0 | 1000001 | 110001 | 111111 | 110000 | 100011 |
Color Harmonies of #7E822E
Complementary color
Monochromatic Colors of #7E822E
Black with #7E822E
Text Example
Text Example
White with #7E822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E822E; }
p { color: rgb(126,130,46); }
H1.HeaderClassName
{
color: #7E822E;
}
.AnyTagClassName
{
color: #7E822E;
}
</style>
background-color css
<style>
a { background-color: #7E822E; }
a { background-color: rgb(126,130,46); }
div.DivClassName
{
background-color: #7E822E;
}
.BgClassName
{
background-color: #7E822E;
}
</style>
border-color css
<style>
span { border-color: #7E822E; }
span { border-color: rgb(126,130,46); }
td.TdClassName
{
border-color: #7E822E;
}
.TagClassName
{
border-color: #7E822E;
}
</style>