COLOR #7EA656

HEX: #7EA656
RGB: (126,166,86)

Color info

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

RGB color model

#7EA656 color RGB value is (126,166,86).

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

RGB channels and saturation

R 126 of 255 = 49%
G 166 of 255 = 65%
B 86 of 255 = 34%

126
166
86

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

Portions of RGB colors in percentages

R + G + B =
126 + 166 + 86 = 378 (100%)
R 126 of 378 ~ 33.33%
G 166 of 378 ~ 43.92%
B 86 of 378 ~ 22.75%

%33.33
%43.92
%22.75

CMYK color model

#7EA656 color CMYK value is (24,0,48,35).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 34.90%
CMYK:
(24,0,48,35)
C24M0Y48K35 
(24%,0%,48%,35%)
(0.24/0.00/0.48/0.35)	

CMYK percentages

%24.1
%0
%48.19
%34.9

Codes

Color #7EA656 in popluar color models

7EA656
RGB12616686
HSL90°31.75%49.41%
HSB/HSV90°48.19%65.10%
CMYK24.10%0.00%48.19%
34.90%

Color #7EA656 in popluar number systems.

HEX7EA656
Decimal12616686
Binary1111110101001101010110
Octal176246126

Shades and tints

Shades of #7EA656

#7EA656
(126,166,86)
#73974F
(115,151,79)
#688848
(104,136,72)
#5D7941
(93,121,65)
#526A3A
(82,106,58)
#475B33
(71,91,51)
#3C4C2C
(60,76,44)
#313D25
(49,61,37)
#262E1E
(38,46,30)
#1B1F17
(27,31,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7EA656

#7EA656
(126,166,86)
#89AE65
(137,174,101)
#94B674
(148,182,116)
#9FBE83
(159,190,131)
#AAC692
(170,198,146)
#B5CEA1
(181,206,161)
#C0D6B0
(192,214,176)
#CBDEBF
(203,222,191)
#D6E6CE
(214,230,206)
#E1EEDD
(225,238,221)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA656; }

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

This text font color is #7EA656.


Background Color

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

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

This div background color is #7EA656.


Border color

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

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

This div border color is #7EA656.


Opacity

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

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

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

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

This text has shadow with #7EA656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA656 on black background.


Color preview on white background

This text has color #7EA656 on white background.



Black color preview on #7EA656 background

This text has black color on #7EA656 background.


White color preview on #7EA656 background

This text has white color on #7EA656 background.