COLOR #7EAA70

HEX: #7EAA70
RGB: (126,170,112)

Color info

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

RGB color model

#7EAA70 color RGB value is (126,170,112).

  • red value is 126;
  • green value is 170;
  • blue value is 112.
RGB:
(126,170,112)
(49%,67%,44%)

RGB channels and saturation

R 126 of 255 = 49%
G 170 of 255 = 67%
B 112 of 255 = 44%

126
170
112

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

Portions of RGB colors in percentages

R + G + B =
126 + 170 + 112 = 408 (100%)
R 126 of 408 ~ 30.88%
G 170 of 408 ~ 41.67%
B 112 of 408 ~ 27.45%

%30.88
%41.67
%27.45

CMYK color model

#7EAA70 color CMYK value is (26,0,34,33).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 34.12%
  • key color value is 33.33%
CMYK:
(26,0,34,33)
C26M0Y34K33 
(26%,0%,34%,33%)
(0.26/0.00/0.34/0.33)	

CMYK percentages

%25.88
%0
%34.12
%33.33

Codes

Color #7EAA70 in popluar color models

7EAA70
RGB126170112
HSL106°25.44%55.29%
HSB/HSV106°34.12%66.67%
CMYK25.88%0.00%34.12%
33.33%

Color #7EAA70 in popluar number systems.

HEX7EAA70
Decimal126170112
Binary1111110101010101110000
Octal176252160

Shades and tints

Shades of #7EAA70

#7EAA70
(126,170,112)
#739B66
(115,155,102)
#688C5C
(104,140,92)
#5D7D52
(93,125,82)
#526E48
(82,110,72)
#475F3E
(71,95,62)
#3C5034
(60,80,52)
#31412A
(49,65,42)
#263220
(38,50,32)
#1B2316
(27,35,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #7EAA70

#7EAA70
(126,170,112)
#89B17D
(137,177,125)
#94B88A
(148,184,138)
#9FBF97
(159,191,151)
#AAC6A4
(170,198,164)
#B5CDB1
(181,205,177)
#C0D4BE
(192,212,190)
#CBDBCB
(203,219,203)
#D6E2D8
(214,226,216)
#E1E9E5
(225,233,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAA70 color. Also use rgb(126,170,112) instead hex code.

Text Font Color

.myTextColor { color: #7EAA70; }

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

This text font color is #7EAA70.


Background Color

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

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

This div background color is #7EAA70.


Border color

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

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

This div border color is #7EAA70.


Opacity

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

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

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

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

This text has shadow with #7EAA70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAA70 on black background.


Color preview on white background

This text has color #7EAA70 on white background.



Black color preview on #7EAA70 background

This text has black color on #7EAA70 background.


White color preview on #7EAA70 background

This text has white color on #7EAA70 background.