COLOR #7EB056

HEX: #7EB056
RGB: (126,176,86)

Color info

#7EB056 contains mainly red and green colors. Web safe color of #7EB056 is #669966 (or #696).

RGB color model

#7EB056 color RGB value is (126,176,86).

  • red value is 126;
  • green value is 176;
  • blue value is 86.
RGB:
(126,176,86)
(49%,69%,34%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 86 of 255 = 34%

126
176
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 86 = 388 (100%)
R 126 of 388 ~ 32.47%
G 176 of 388 ~ 45.36%
B 86 of 388 ~ 22.16%

%32.47
%45.36
%22.16

CMYK color model

#7EB056 color CMYK value is (28,0,51,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 51.14%
  • key color value is 30.98%
CMYK:
(28,0,51,31)
C28M0Y51K31 
(28%,0%,51%,31%)
(0.28/0.00/0.51/0.31)	

CMYK percentages

%28.41
%0
%51.14
%30.98

Codes

Color #7EB056 in popluar color models

7EB056
RGB12617686
HSL93°36.29%51.37%
HSB/HSV93°51.14%69.02%
CMYK28.41%0.00%51.14%
30.98%

Color #7EB056 in popluar number systems.

HEX7EB056
Decimal12617686
Binary1111110101100001010110
Octal176260126

Shades and tints

Shades of #7EB056

#7EB056
(126,176,86)
#73A04F
(115,160,79)
#689048
(104,144,72)
#5D8041
(93,128,65)
#52703A
(82,112,58)
#476033
(71,96,51)
#3C502C
(60,80,44)
#314025
(49,64,37)
#26301E
(38,48,30)
#1B2017
(27,32,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7EB056

#7EB056
(126,176,86)
#89B765
(137,183,101)
#94BE74
(148,190,116)
#9FC583
(159,197,131)
#AACC92
(170,204,146)
#B5D3A1
(181,211,161)
#C0DAB0
(192,218,176)
#CBE1BF
(203,225,191)
#D6E8CE
(214,232,206)
#E1EFDD
(225,239,221)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB056; }

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

This text font color is #7EB056.


Background Color

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

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

This div background color is #7EB056.


Border color

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

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

This div border color is #7EB056.


Opacity

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

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

Text with #7EB056 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 #7EB056;}

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

This text has shadow with #7EB056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB056 on black background.


Color preview on white background

This text has color #7EB056 on white background.



Black color preview on #7EB056 background

This text has black color on #7EB056 background.


White color preview on #7EB056 background

This text has white color on #7EB056 background.