Shades of Trendy Green #7E7D22
Tints of Trendy Green #7E7D22
RGB
CMYK
RGB Variations
Color information
#7E7D22 (or 0x7E7D22) is known color: Trendy Green. HEX triplet: 7E, 7D and 22. RGB value is (126,125,34). Sum of RGB (Red+Green+Blue) = 126+125+34=285 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.21% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D22 is #8182DD. Grayscale: #737373. Windows color (decimal): -8487646 or 2260350. OLE color: 2260350.
HSL color Cylindrical-coordinate representation of color #7E7D22: hue angle of 59.35º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E7D22 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 125 | 34 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.51 |
| HSL | 59.35º | 0.58% | 0.31% | - |
| HSV(B) | 59.35º | 0.73% | 0.49% | - |
| XYZ | 16.23 | 19.22 | 4.37 | - |
| YUV | 114.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 34 | 0 | 0.01 | 0.73 | 0.51 | 59.35 | 0.58 | 0.31 |
| Hex | 7E | 7D | 22 | 0 | 1 | 49 | 33 | 3B | 3A | 1F |
| Octal | 176 | 175 | 42 | 0 | 1 | 111 | 63 | 73 | 72 | 37 |
| Binary | 1111110 | 1111101 | 100010 | 0 | 1 | 1001001 | 110011 | 111011 | 111010 | 11111 |
Color Harmonies of #7E7D22
Complementary color
Monochromatic Colors of #7E7D22
Black with #7E7D22
Text Example
Text Example
White with #7E7D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D22; }
p { color: rgb(126,125,34); }
H1.HeaderClassName
{
color: #7E7D22;
}
.AnyTagClassName
{
color: #7E7D22;
}
</style>
background-color css
<style>
a { background-color: #7E7D22; }
a { background-color: rgb(126,125,34); }
div.DivClassName
{
background-color: #7E7D22;
}
.BgClassName
{
background-color: #7E7D22;
}
</style>
border-color css
<style>
span { border-color: #7E7D22; }
span { border-color: rgb(126,125,34); }
td.TdClassName
{
border-color: #7E7D22;
}
.TagClassName
{
border-color: #7E7D22;
}
</style>