Shades of Trendy Green #7E831D
Tints of Trendy Green #7E831D
RGB
CMYK
RGB Variations
Color information
#7E831D (or 0x7E831D) is known color: Trendy Green. HEX triplet: 7E, 83 and 1D. RGB value is (126,131,29). Sum of RGB (Red+Green+Blue) = 126+131+29=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #7E831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E831D is #817CE2. Grayscale: #767676. Windows color (decimal): -8486115 or 1934206. OLE color: 1934206.
HSL color Cylindrical-coordinate representation of color #7E831D: hue angle of 62.94º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E831D is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 29 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.49 |
| HSL | 62.94º | 0.64% | 0.31% | - |
| HSV(B) | 62.94º | 0.78% | 0.51% | - |
| XYZ | 16.94 | 20.76 | 4.28 | - |
| YUV | 117.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 29 | 0.04 | 0 | 0.78 | 0.49 | 62.94 | 0.64 | 0.31 |
| Hex | 7E | 83 | 1D | 4 | 0 | 4E | 31 | 3F | 40 | 1F |
| Octal | 176 | 203 | 35 | 4 | 0 | 116 | 61 | 77 | 100 | 37 |
| Binary | 1111110 | 10000011 | 11101 | 100 | 0 | 1001110 | 110001 | 111111 | 1000000 | 11111 |
Color Harmonies of #7E831D
Complementary color
Monochromatic Colors of #7E831D
Black with #7E831D
Text Example
Text Example
White with #7E831D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E831D; }
p { color: rgb(126,131,29); }
H1.HeaderClassName
{
color: #7E831D;
}
.AnyTagClassName
{
color: #7E831D;
}
</style>
background-color css
<style>
a { background-color: #7E831D; }
a { background-color: rgb(126,131,29); }
div.DivClassName
{
background-color: #7E831D;
}
.BgClassName
{
background-color: #7E831D;
}
</style>
border-color css
<style>
span { border-color: #7E831D; }
span { border-color: rgb(126,131,29); }
td.TdClassName
{
border-color: #7E831D;
}
.TagClassName
{
border-color: #7E831D;
}
</style>