Shades of Trendy Green #7E862D
Tints of Trendy Green #7E862D
RGB
CMYK
RGB Variations
Color information
#7E862D (or 0x7E862D) is known color: Trendy Green. HEX triplet: 7E, 86 and 2D. RGB value is (126,134,45). Sum of RGB (Red+Green+Blue) = 126+134+45=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #7E862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E862D is #8179D2. Grayscale: #797979. Windows color (decimal): -8485331 or 2983550. OLE color: 2983550.
HSL color Cylindrical-coordinate representation of color #7E862D: hue angle of 65.39º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E862D is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 45 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.47 |
| HSL | 65.39º | 0.5% | 0.35% | - |
| HSV(B) | 65.39º | 0.66% | 0.53% | - |
| XYZ | 17.6 | 21.68 | 5.74 | - |
| YUV | 121.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 45 | 0.06 | 0 | 0.66 | 0.47 | 65.39 | 0.5 | 0.35 |
| Hex | 7E | 86 | 2D | 6 | 0 | 42 | 2F | 41 | 32 | 23 |
| Octal | 176 | 206 | 55 | 6 | 0 | 102 | 57 | 101 | 62 | 43 |
| Binary | 1111110 | 10000110 | 101101 | 110 | 0 | 1000010 | 101111 | 1000001 | 110010 | 100011 |
Color Harmonies of #7E862D
Complementary color
Monochromatic Colors of #7E862D
Black with #7E862D
Text Example
Text Example
White with #7E862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E862D; }
p { color: rgb(126,134,45); }
H1.HeaderClassName
{
color: #7E862D;
}
.AnyTagClassName
{
color: #7E862D;
}
</style>
background-color css
<style>
a { background-color: #7E862D; }
a { background-color: rgb(126,134,45); }
div.DivClassName
{
background-color: #7E862D;
}
.BgClassName
{
background-color: #7E862D;
}
</style>
border-color css
<style>
span { border-color: #7E862D; }
span { border-color: rgb(126,134,45); }
td.TdClassName
{
border-color: #7E862D;
}
.TagClassName
{
border-color: #7E862D;
}
</style>