COLOR #7EA86E

HEX: #7EA86E RGB: (126,168,110)

Color info

#7EA86E contains red, green and blue colors in about the same proportion. Web safe color of #7EA86E is #669966 (or #696).

RGB color model

#7EA86E color RGB value is (126,168,110).

RGB: (126,168,110) (49%, 66%, 43%)

RGB channels and saturation

R 126 of 255 = 49%
G 168 of 255 = 66%
B 110 of 255 = 43%

126
168
110

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

Portions of RGB colors in percentages

R + G + B = 126 + 168 + 110 = 404 (100%)
R 126 of 404 ~ 31.19%
G 168 of 404 ~ 41.58%
B 110 of 404 ~ 27.23'%

%31.19
%41.58
%27.23

CMYK color model

#7EA86E color CMYK value is (25,0,35,34).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 34.52%
  • key color value is 34.12%

CMYK: (25,0,35,34)
C25M0Y35K34 (25%, 0%, 35%, 34%)
(0.25 / 0.00 / 0.35 / 0.34)

CMYK percentages

%25
%0
%34.52
%34.12

Codes

Color #7EA86E in popluar color models

7E A8 6E
RGB 126 168 110
HSL 103° 25.00% 54.51%
HSB/HSV 103° 34.52% 65.88%
CMYK 25.00% 0.00% 34.52%
34.12%

Color #7EA86E in popluar number systems.

HEX 7E A8 6E
Decimal 126 168 110
Binary 1111110 10101000 1101110
Octal 176 250 156

Shades and tints

Shades of #7EA86E

#7EA86E
(126,168,110)
#739964
(115,153,100)
#688A5A
(104,138,90)
#5D7B50
(93,123,80)
#526C46
(82,108,70)
#475D3C
(71,93,60)
#3C4E32
(60,78,50)
#313F28
(49,63,40)
#26301E
(38,48,30)
#1B2114
(27,33,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #7EA86E

#7EA86E
(126,168,110)
#89AF7B
(137,175,123)
#94B688
(148,182,136)
#9FBD95
(159,189,149)
#AAC4A2
(170,196,162)
#B5CBAF
(181,203,175)
#C0D2BC
(192,210,188)
#CBD9C9
(203,217,201)
#D6E0D6
(214,224,214)
#E1E7E3
(225,231,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA86E color. Also use rgb(126,168,110) instead hex code.

Text Font Color

.myTextColor { color: #7EA86E; }

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

This text font color is #7EA86E.

Background Color

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

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

This div background color is #7EA86E.

Border color

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

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

This div border color is #7EA86E.

Opacity

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

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

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

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

This text has shadow with #7EA86E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EA86E.

Preview

Color preview on black background

This text has color #7EA86E on black background.


Color preview on white background

This text has color #7EA86E on white background.


Black color preview on #7EA86E background

This text has black color on #7EA86E background.


White color preview on #7EA86E background

This text has white color on #7EA86E background.


Related colors

Complementary color

Complementary color for #hex is #815791.


I love getcolorcode.com

Triadic colors

1 #6E7EA8 and #A86E7E with #7EA86E are triadic colors.

2 #6EA87E and #A87E6E with #7EA86E are triadic colors.