COLOR #7EC056

HEX: #7EC056 RGB: (126,192,86)

Color info

#7EC056 contains mainly green color. Web safe color of #7EC056 is #66CC66 (or #6C6).

RGB color model

#7EC056 color RGB value is (126,192,86).

RGB: (126,192,86) (49%, 75%, 34%)

RGB channels and saturation

R 126 of 255 = 49%
G 192 of 255 = 75%
B 86 of 255 = 34%

126
192
86

R + G + B ~ 53%. #7EC056 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 192 + 86 = 404 (100%)
R 126 of 404 ~ 31.19%
G 192 of 404 ~ 47.52%
B 86 of 404 ~ 21.29'%

%31.19
%47.52
%21.29

CMYK color model

#7EC056 color CMYK value is (34,0,55,25).

  • cyan value is 34.38%
  • magenta value is 0.00%
  • yellow value is 55.21%
  • key color value is 24.71%

CMYK: (34,0,55,25)
C34M0Y55K25 (34%, 0%, 55%, 25%)
(0.34 / 0.00 / 0.55 / 0.25)

CMYK percentages

%34.38
%0
%55.21
%24.71

Codes

Color #7EC056 in popluar color models

7E C0 56
RGB 126 192 86
HSL 97° 45.69% 54.51%
HSB/HSV 97° 55.21% 75.29%
CMYK 34.38% 0.00% 55.21%
24.71%

Color #7EC056 in popluar number systems.

HEX 7E C0 56
Decimal 126 192 86
Binary 1111110 11000000 1010110
Octal 176 300 126

Shades and tints

Shades of #7EC056

#7EC056
(126,192,86)
#73AF4F
(115,175,79)
#689E48
(104,158,72)
#5D8D41
(93,141,65)
#527C3A
(82,124,58)
#476B33
(71,107,51)
#3C5A2C
(60,90,44)
#314925
(49,73,37)
#26381E
(38,56,30)
#1B2717
(27,39,23)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #7EC056

#7EC056
(126,192,86)
#89C565
(137,197,101)
#94CA74
(148,202,116)
#9FCF83
(159,207,131)
#AAD492
(170,212,146)
#B5D9A1
(181,217,161)
#C0DEB0
(192,222,176)
#CBE3BF
(203,227,191)
#D6E8CE
(214,232,206)
#E1EDDD
(225,237,221)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC056 color. Also use rgb(126,192,86) instead hex code.

Text Font Color

.myTextColor { color: #7EC056; }

<p style="color:#7EC056">This sample text font color is #7EC056.</p>

This text font color is #7EC056.

Background Color

.myBgColor { background-color: #7EC056; }

<div style="background-color:#7EC056">Inner text</div>

This div background color is #7EC056.

Border color

.myBorderColor { border: 1px solid #7EC056; }

<div style="border:3px solid #7EC056">Div</div>

This div border color is #7EC056.

Opacity

.myOpacity80 { color: #7EC056; opacity: 0.8; }

<p style="color:#7EC056;opacity:0.8;">80%</p>

Text with #7EC056 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7EC056;}

<p style="text-shadow: 3px 3px 1px #7EC056">Text here.</p>

This text has shadow with #7EC056 color.


.textShadow {text-shadow: 3px 3px 1px #7EC056', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7EC056, 5px 5px 20px red">Text here.</p>

This text has shadow with #7EC056 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7EC056, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7EC056, Direction=45, Strength=4)">Text</p>

This text has shadow with #7EC056 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7EC056;
-webkit-box-shadow: 1px 1px 3px 2px #7EC056;
box-shadow: 1px 1px 3px 2px #7EC056;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7EC056; -webkit-box-shadow: 1px 1px 3px 2px #7EC056; box-shadow:1px 1px 3px 2px #7EC056;">
Div content here
</div>

This div box has shadow with color #7EC056.

Preview

Color preview on black background

This text has color #7EC056 on black background.


Color preview on white background

This text has color #7EC056 on white background.


Black color preview on #7EC056 background

This text has black color on #7EC056 background.


White color preview on #7EC056 background

This text has white color on #7EC056 background.


Related colors

Complementary color

Complementary color for #hex is #813FA9.


I love getcolorcode.com

Triadic colors

1 #567EC0 and #C0567E with #7EC056 are triadic colors.

2 #56C07E and #C07E56 with #7EC056 are triadic colors.