Shades of Trendy Green #7E8631
Tints of Trendy Green #7E8631
RGB
CMYK
RGB Variations
Color information
#7E8631 (or 0x7E8631) is known color: Trendy Green. HEX triplet: 7E, 86 and 31. RGB value is (126,134,49). Sum of RGB (Red+Green+Blue) = 126+134+49=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8631 is #8179CE. Grayscale: #7A7A7A. Windows color (decimal): -8485327 or 3245694. OLE color: 3245694.
HSL color Cylindrical-coordinate representation of color #7E8631: hue angle of 65.65º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E8631 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 49 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.47 |
| HSL | 65.65º | 0.46% | 0.36% | - |
| HSV(B) | 65.65º | 0.63% | 0.53% | - |
| XYZ | 17.68 | 21.71 | 6.16 | - |
| YUV | 121.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 49 | 0.06 | 0 | 0.63 | 0.47 | 65.65 | 0.46 | 0.36 |
| Hex | 7E | 86 | 31 | 6 | 0 | 3F | 2F | 42 | 2E | 24 |
| Octal | 176 | 206 | 61 | 6 | 0 | 77 | 57 | 102 | 56 | 44 |
| Binary | 1111110 | 10000110 | 110001 | 110 | 0 | 111111 | 101111 | 1000010 | 101110 | 100100 |
Color Harmonies of #7E8631
Complementary color
Monochromatic Colors of #7E8631
Black with #7E8631
Text Example
Text Example
White with #7E8631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8631; }
p { color: rgb(126,134,49); }
H1.HeaderClassName
{
color: #7E8631;
}
.AnyTagClassName
{
color: #7E8631;
}
</style>
background-color css
<style>
a { background-color: #7E8631; }
a { background-color: rgb(126,134,49); }
div.DivClassName
{
background-color: #7E8631;
}
.BgClassName
{
background-color: #7E8631;
}
</style>
border-color css
<style>
span { border-color: #7E8631; }
span { border-color: rgb(126,134,49); }
td.TdClassName
{
border-color: #7E8631;
}
.TagClassName
{
border-color: #7E8631;
}
</style>