COLOR #7EAB72

HEX: #7EAB72
RGB: (126,171,114)

Color info

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

RGB color model

#7EAB72 color RGB value is (126,171,114).

  • red value is 126;
  • green value is 171;
  • blue value is 114.
RGB:
(126,171,114)
(49%,67%,45%)

RGB channels and saturation

R 126 of 255 = 49%
G 171 of 255 = 67%
B 114 of 255 = 45%

126
171
114

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

Portions of RGB colors in percentages

R + G + B =
126 + 171 + 114 = 411 (100%)
R 126 of 411 ~ 30.66%
G 171 of 411 ~ 41.61%
B 114 of 411 ~ 27.74%

%30.66
%41.61
%27.74

CMYK color model

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

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 32.94%
CMYK:
(26,0,33,33)
C26M0Y33K33 
(26%,0%,33%,33%)
(0.26/0.00/0.33/0.33)	

CMYK percentages

%26.32
%0
%33.33
%32.94

Codes

Color #7EAB72 in popluar color models

7EAB72
RGB126171114
HSL107°25.33%55.88%
HSB/HSV107°33.33%67.06%
CMYK26.32%0.00%33.33%
32.94%

Color #7EAB72 in popluar number systems.

HEX7EAB72
Decimal126171114
Binary1111110101010111110010
Octal176253162

Shades and tints

Shades of #7EAB72

#7EAB72
(126,171,114)
#739C68
(115,156,104)
#688D5E
(104,141,94)
#5D7E54
(93,126,84)
#526F4A
(82,111,74)
#476040
(71,96,64)
#3C5136
(60,81,54)
#31422C
(49,66,44)
#263322
(38,51,34)
#1B2418
(27,36,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #7EAB72

#7EAB72
(126,171,114)
#89B27E
(137,178,126)
#94B98A
(148,185,138)
#9FC096
(159,192,150)
#AAC7A2
(170,199,162)
#B5CEAE
(181,206,174)
#C0D5BA
(192,213,186)
#CBDCC6
(203,220,198)
#D6E3D2
(214,227,210)
#E1EADE
(225,234,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAB72 color. Also use rgb(126,171,114) instead hex code.

Text Font Color

.myTextColor { color: #7EAB72; }

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

This text font color is #7EAB72.


Background Color

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

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

This div background color is #7EAB72.


Border color

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

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

This div border color is #7EAB72.


Opacity

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

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

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

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

This text has shadow with #7EAB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAB72 on black background.


Color preview on white background

This text has color #7EAB72 on white background.



Black color preview on #7EAB72 background

This text has black color on #7EAB72 background.


White color preview on #7EAB72 background

This text has white color on #7EAB72 background.