COLOR #7EAC66

HEX: #7EAC66
RGB: (126,172,102)

Color info

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

RGB color model

#7EAC66 color RGB value is (126,172,102).

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

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 102 of 255 = 40%

126
172
102

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 102 = 400 (100%)
R 126 of 400 ~ 31.5%
G 172 of 400 ~ 43%
B 102 of 400 ~ 25.5%

%31.5
%43
%25.5

CMYK color model

#7EAC66 color CMYK value is (27,0,41,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 32.55%
CMYK:
(27,0,41,33)
C27M0Y41K33 
(27%,0%,41%,33%)
(0.27/0.00/0.41/0.33)	

CMYK percentages

%26.74
%0
%40.7
%32.55

Codes

Color #7EAC66 in popluar color models

7EAC66
RGB126172102
HSL99°29.66%53.73%
HSB/HSV99°40.70%67.45%
CMYK26.74%0.00%40.70%
32.55%

Color #7EAC66 in popluar number systems.

HEX7EAC66
Decimal126172102
Binary1111110101011001100110
Octal176254146

Shades and tints

Shades of #7EAC66

#7EAC66
(126,172,102)
#739D5D
(115,157,93)
#688E54
(104,142,84)
#5D7F4B
(93,127,75)
#527042
(82,112,66)
#476139
(71,97,57)
#3C5230
(60,82,48)
#314327
(49,67,39)
#26341E
(38,52,30)
#1B2515
(27,37,21)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #7EAC66

#7EAC66
(126,172,102)
#89B373
(137,179,115)
#94BA80
(148,186,128)
#9FC18D
(159,193,141)
#AAC89A
(170,200,154)
#B5CFA7
(181,207,167)
#C0D6B4
(192,214,180)
#CBDDC1
(203,221,193)
#D6E4CE
(214,228,206)
#E1EBDB
(225,235,219)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAC66; }

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

This text font color is #7EAC66.


Background Color

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

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

This div background color is #7EAC66.


Border color

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

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

This div border color is #7EAC66.


Opacity

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

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

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

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

This text has shadow with #7EAC66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAC66 on black background.


Color preview on white background

This text has color #7EAC66 on white background.



Black color preview on #7EAC66 background

This text has black color on #7EAC66 background.


White color preview on #7EAC66 background

This text has white color on #7EAC66 background.