Shades of Trendy Green #7C842E
Tints of Trendy Green #7C842E
RGB
CMYK
RGB Variations
Color information
#7C842E (or 0x7C842E) is known color: Trendy Green. HEX triplet: 7C, 84 and 2E. RGB value is (124,132,46). Sum of RGB (Red+Green+Blue) = 124+132+46=302 (40% of max value = 765). Red value is 124 (48.83% from 255 or 41.06% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #7C842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C842E is #837BD1. Grayscale: #787878. Windows color (decimal): -8616914 or 3048572. OLE color: 3048572.
HSL color Cylindrical-coordinate representation of color #7C842E: hue angle of 65.58º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C842E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 46 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.48 |
| HSL | 65.58º | 0.48% | 0.35% | - |
| HSV(B) | 65.58º | 0.65% | 0.52% | - |
| XYZ | 17.06 | 20.98 | 5.74 | - |
| YUV | 119.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 46 | 0.06 | 0 | 0.65 | 0.48 | 65.58 | 0.48 | 0.35 |
| Hex | 7C | 84 | 2E | 6 | 0 | 41 | 30 | 42 | 30 | 23 |
| Octal | 174 | 204 | 56 | 6 | 0 | 101 | 60 | 102 | 60 | 43 |
| Binary | 1111100 | 10000100 | 101110 | 110 | 0 | 1000001 | 110000 | 1000010 | 110000 | 100011 |
Color Harmonies of #7C842E
Complementary color
Monochromatic Colors of #7C842E
Black with #7C842E
Text Example
Text Example
White with #7C842E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C842E; }
p { color: rgb(124,132,46); }
H1.HeaderClassName
{
color: #7C842E;
}
.AnyTagClassName
{
color: #7C842E;
}
</style>
background-color css
<style>
a { background-color: #7C842E; }
a { background-color: rgb(124,132,46); }
div.DivClassName
{
background-color: #7C842E;
}
.BgClassName
{
background-color: #7C842E;
}
</style>
border-color css
<style>
span { border-color: #7C842E; }
span { border-color: rgb(124,132,46); }
td.TdClassName
{
border-color: #7C842E;
}
.TagClassName
{
border-color: #7C842E;
}
</style>