Shades of Trendy Green #7E7F1D
Tints of Trendy Green #7E7F1D
RGB
CMYK
RGB Variations
Color information
#7E7F1D (or 0x7E7F1D) is known color: Trendy Green. HEX triplet: 7E, 7F and 1D. RGB value is (126,127,29). Sum of RGB (Red+Green+Blue) = 126+127+29=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #7E7F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7F1D is #8180E2. Grayscale: #737373. Windows color (decimal): -8487139 or 1933182. OLE color: 1933182.
HSL color Cylindrical-coordinate representation of color #7E7F1D: hue angle of 60.61º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E7F1D is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 126 | 127 | 29 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.50 |
| HSL | 60.61º | 0.63% | 0.31% | - |
| HSV(B) | 60.61º | 0.77% | 0.5% | - |
| XYZ | 16.42 | 19.7 | 4.1 | - |
| YUV | 115.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 29 | 0.01 | 0 | 0.77 | 0.50 | 60.61 | 0.63 | 0.31 |
| Hex | 7E | 7F | 1D | 1 | 0 | 4D | 32 | 3D | 3F | 1F |
| Octal | 176 | 177 | 35 | 1 | 0 | 115 | 62 | 75 | 77 | 37 |
| Binary | 1111110 | 1111111 | 11101 | 1 | 0 | 1001101 | 110010 | 111101 | 111111 | 11111 |
Color Harmonies of #7E7F1D
Complementary color
Monochromatic Colors of #7E7F1D
Black with #7E7F1D
Text Example
Text Example
White with #7E7F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7F1D; }
p { color: rgb(126,127,29); }
H1.HeaderClassName
{
color: #7E7F1D;
}
.AnyTagClassName
{
color: #7E7F1D;
}
</style>
background-color css
<style>
a { background-color: #7E7F1D; }
a { background-color: rgb(126,127,29); }
div.DivClassName
{
background-color: #7E7F1D;
}
.BgClassName
{
background-color: #7E7F1D;
}
</style>
border-color css
<style>
span { border-color: #7E7F1D; }
span { border-color: rgb(126,127,29); }
td.TdClassName
{
border-color: #7E7F1D;
}
.TagClassName
{
border-color: #7E7F1D;
}
</style>