Shades of Trendy Green #7E802C
Tints of Trendy Green #7E802C
RGB
CMYK
RGB Variations
Color information
#7E802C (or 0x7E802C) is known color: Trendy Green. HEX triplet: 7E, 80 and 2C. RGB value is (126,128,44). Sum of RGB (Red+Green+Blue) = 126+128+44=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #7E802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E802C is #817FD3. Grayscale: #767676. Windows color (decimal): -8486868 or 2916478. OLE color: 2916478.
HSL color Cylindrical-coordinate representation of color #7E802C: hue angle of 61.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E802C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 128 | 44 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.50 |
| HSL | 61.43º | 0.49% | 0.34% | - |
| HSV(B) | 61.43º | 0.66% | 0.5% | - |
| XYZ | 16.78 | 20.06 | 5.37 | - |
| YUV | 117.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 44 | 0.02 | 0 | 0.66 | 0.50 | 61.43 | 0.49 | 0.34 |
| Hex | 7E | 80 | 2C | 2 | 0 | 42 | 32 | 3D | 31 | 22 |
| Octal | 176 | 200 | 54 | 2 | 0 | 102 | 62 | 75 | 61 | 42 |
| Binary | 1111110 | 10000000 | 101100 | 10 | 0 | 1000010 | 110010 | 111101 | 110001 | 100010 |
Color Harmonies of #7E802C
Complementary color
Monochromatic Colors of #7E802C
Black with #7E802C
Text Example
Text Example
White with #7E802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E802C; }
p { color: rgb(126,128,44); }
H1.HeaderClassName
{
color: #7E802C;
}
.AnyTagClassName
{
color: #7E802C;
}
</style>
background-color css
<style>
a { background-color: #7E802C; }
a { background-color: rgb(126,128,44); }
div.DivClassName
{
background-color: #7E802C;
}
.BgClassName
{
background-color: #7E802C;
}
</style>
border-color css
<style>
span { border-color: #7E802C; }
span { border-color: rgb(126,128,44); }
td.TdClassName
{
border-color: #7E802C;
}
.TagClassName
{
border-color: #7E802C;
}
</style>