Shades of Trendy Green #7E7C14
Tints of Trendy Green #7E7C14
RGB
CMYK
RGB Variations
Color information
#7E7C14 (or 0x7E7C14) is known color: Trendy Green. HEX triplet: 7E, 7C and 14. RGB value is (126,124,20). Sum of RGB (Red+Green+Blue) = 126+124+20=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7C14 is #8183EB. Grayscale: #717171. Windows color (decimal): -8487916 or 1342590. OLE color: 1342590.
HSL color Cylindrical-coordinate representation of color #7E7C14: hue angle of 58.87º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E7C14 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 124 | 20 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.51 |
| HSL | 58.87º | 0.73% | 0.29% | - |
| HSV(B) | 58.87º | 0.84% | 0.49% | - |
| XYZ | 15.94 | 18.9 | 3.47 | - |
| YUV | 112.74 | 75.66 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 124 | 20 | 0 | 0.02 | 0.84 | 0.51 | 58.87 | 0.73 | 0.29 |
| Hex | 7E | 7C | 14 | 0 | 2 | 54 | 33 | 3B | 49 | 1D |
| Octal | 176 | 174 | 24 | 0 | 2 | 124 | 63 | 73 | 111 | 35 |
| Binary | 1111110 | 1111100 | 10100 | 0 | 10 | 1010100 | 110011 | 111011 | 1001001 | 11101 |
Color Harmonies of #7E7C14
Complementary color
Monochromatic Colors of #7E7C14
Black with #7E7C14
Text Example
Text Example
White with #7E7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7C14; }
p { color: rgb(126,124,20); }
H1.HeaderClassName
{
color: #7E7C14;
}
.AnyTagClassName
{
color: #7E7C14;
}
</style>
background-color css
<style>
a { background-color: #7E7C14; }
a { background-color: rgb(126,124,20); }
div.DivClassName
{
background-color: #7E7C14;
}
.BgClassName
{
background-color: #7E7C14;
}
</style>
border-color css
<style>
span { border-color: #7E7C14; }
span { border-color: rgb(126,124,20); }
td.TdClassName
{
border-color: #7E7C14;
}
.TagClassName
{
border-color: #7E7C14;
}
</style>