Shades of Trendy Green #7E8512
Tints of Trendy Green #7E8512
RGB
CMYK
RGB Variations
Color information
#7E8512 (or 0x7E8512) is known color: Trendy Green. HEX triplet: 7E, 85 and 12. RGB value is (126,133,18). Sum of RGB (Red+Green+Blue) = 126+133+18=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #7E8512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E8512 is #817AED. Grayscale: #767676. Windows color (decimal): -8485614 or 1213822. OLE color: 1213822.
HSL color Cylindrical-coordinate representation of color #7E8512: hue angle of 63.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E8512 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 133 | 18 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.48 |
| HSL | 63.65º | 0.76% | 0.3% | - |
| HSV(B) | 63.65º | 0.86% | 0.52% | - |
| XYZ | 17.1 | 21.25 | 3.77 | - |
| YUV | 117.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 133 | 18 | 0.05 | 0 | 0.86 | 0.48 | 63.65 | 0.76 | 0.3 |
| Hex | 7E | 85 | 12 | 5 | 0 | 56 | 30 | 40 | 4C | 1E |
| Octal | 176 | 205 | 22 | 5 | 0 | 126 | 60 | 100 | 114 | 36 |
| Binary | 1111110 | 10000101 | 10010 | 101 | 0 | 1010110 | 110000 | 1000000 | 1001100 | 11110 |
Color Harmonies of #7E8512
Complementary color
Monochromatic Colors of #7E8512
Black with #7E8512
Text Example
Text Example
White with #7E8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8512; }
p { color: rgb(126,133,18); }
H1.HeaderClassName
{
color: #7E8512;
}
.AnyTagClassName
{
color: #7E8512;
}
</style>
background-color css
<style>
a { background-color: #7E8512; }
a { background-color: rgb(126,133,18); }
div.DivClassName
{
background-color: #7E8512;
}
.BgClassName
{
background-color: #7E8512;
}
</style>
border-color css
<style>
span { border-color: #7E8512; }
span { border-color: rgb(126,133,18); }
td.TdClassName
{
border-color: #7E8512;
}
.TagClassName
{
border-color: #7E8512;
}
</style>