Shades of Trendy Green #7E9320
Tints of Trendy Green #7E9320
RGB
CMYK
RGB Variations
Color information
#7E9320 (or 0x7E9320) is known color: Trendy Green. HEX triplet: 7E, 93 and 20. RGB value is (126,147,32). Sum of RGB (Red+Green+Blue) = 126+147+32=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E9320 is #816CDF. Grayscale: #808080. Windows color (decimal): -8482016 or 2134910. OLE color: 2134910.
HSL color Cylindrical-coordinate representation of color #7E9320: hue angle of 70.96º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E9320 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 32 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.42 |
| HSL | 70.96º | 0.64% | 0.35% | - |
| HSV(B) | 70.96º | 0.78% | 0.58% | - |
| XYZ | 19.3 | 25.41 | 5.25 | - |
| YUV | 127.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 32 | 0.14 | 0 | 0.78 | 0.42 | 70.96 | 0.64 | 0.35 |
| Hex | 7E | 93 | 20 | E | 0 | 4E | 2A | 47 | 40 | 23 |
| Octal | 176 | 223 | 40 | 16 | 0 | 116 | 52 | 107 | 100 | 43 |
| Binary | 1111110 | 10010011 | 100000 | 1110 | 0 | 1001110 | 101010 | 1000111 | 1000000 | 100011 |
Color Harmonies of #7E9320
Complementary color
Monochromatic Colors of #7E9320
Black with #7E9320
Text Example
Text Example
White with #7E9320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9320; }
p { color: rgb(126,147,32); }
H1.HeaderClassName
{
color: #7E9320;
}
.AnyTagClassName
{
color: #7E9320;
}
</style>
background-color css
<style>
a { background-color: #7E9320; }
a { background-color: rgb(126,147,32); }
div.DivClassName
{
background-color: #7E9320;
}
.BgClassName
{
background-color: #7E9320;
}
</style>
border-color css
<style>
span { border-color: #7E9320; }
span { border-color: rgb(126,147,32); }
td.TdClassName
{
border-color: #7E9320;
}
.TagClassName
{
border-color: #7E9320;
}
</style>