COLOR #7EAC6F

HEX: #7EAC6F
RGB: (126,172,111)

Color info

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

RGB color model

#7EAC6F color RGB value is (126,172,111).

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

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 111 of 255 = 44%

126
172
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 111 = 409 (100%)
R 126 of 409 ~ 30.81%
G 172 of 409 ~ 42.05%
B 111 of 409 ~ 27.14%

%30.81
%42.05
%27.14

CMYK color model

#7EAC6F color CMYK value is (27,0,35,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 32.55%
CMYK:
(27,0,35,33)
C27M0Y35K33 
(27%,0%,35%,33%)
(0.27/0.00/0.35/0.33)	

CMYK percentages

%26.74
%0
%35.47
%32.55

Codes

Color #7EAC6F in popluar color models

7EAC6F
RGB126172111
HSL105°26.87%55.49%
HSB/HSV105°35.47%67.45%
CMYK26.74%0.00%35.47%
32.55%

Color #7EAC6F in popluar number systems.

HEX7EAC6F
Decimal126172111
Binary1111110101011001101111
Octal176254157

Shades and tints

Shades of #7EAC6F

#7EAC6F
(126,172,111)
#739D65
(115,157,101)
#688E5B
(104,142,91)
#5D7F51
(93,127,81)
#527047
(82,112,71)
#47613D
(71,97,61)
#3C5233
(60,82,51)
#314329
(49,67,41)
#26341F
(38,52,31)
#1B2515
(27,37,21)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #7EAC6F

#7EAC6F
(126,172,111)
#89B37C
(137,179,124)
#94BA89
(148,186,137)
#9FC196
(159,193,150)
#AAC8A3
(170,200,163)
#B5CFB0
(181,207,176)
#C0D6BD
(192,214,189)
#CBDDCA
(203,221,202)
#D6E4D7
(214,228,215)
#E1EBE4
(225,235,228)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAC6F color. Also use rgb(126,172,111) instead hex code.

Text Font Color

.myTextColor { color: #7EAC6F; }

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

This text font color is #7EAC6F.


Background Color

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

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

This div background color is #7EAC6F.


Border color

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

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

This div border color is #7EAC6F.


Opacity

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

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

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

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

This text has shadow with #7EAC6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAC6F on black background.


Color preview on white background

This text has color #7EAC6F on white background.



Black color preview on #7EAC6F background

This text has black color on #7EAC6F background.


White color preview on #7EAC6F background

This text has white color on #7EAC6F background.