COLOR #7EAC4F

HEX: #7EAC4F RGB: (126,172,79)

Color info

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

RGB color model

#7EAC4F color RGB value is (126,172,79).

RGB: (126,172,79) (49%, 67%, 31%)

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 79 of 255 = 31%

126
172
79

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

Portions of RGB colors in percentages

R + G + B = 126 + 172 + 79 = 377 (100%)
R 126 of 377 ~ 33.42%
G 172 of 377 ~ 45.62%
B 79 of 377 ~ 20.95'%

%33.42
%45.62
%20.95

CMYK color model

#7EAC4F color CMYK value is (27,0,54,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 54.07%
  • key color value is 32.55%

CMYK: (27,0,54,33)
C27M0Y54K33 (27%, 0%, 54%, 33%)
(0.27 / 0.00 / 0.54 / 0.33)

CMYK percentages

%26.74
%0
%54.07
%32.55

Codes

Color #7EAC4F in popluar color models

7E AC 4F
RGB 126 172 79
HSL 90° 37.05% 49.22%
HSB/HSV 90° 54.07% 67.45%
CMYK 26.74% 0.00% 54.07%
32.55%

Color #7EAC4F in popluar number systems.

HEX 7E AC 4F
Decimal 126 172 79
Binary 1111110 10101100 1001111
Octal 176 254 117

Shades and tints

Shades of #7EAC4F

#7EAC4F
(126,172,79)
#739D48
(115,157,72)
#688E41
(104,142,65)
#5D7F3A
(93,127,58)
#527033
(82,112,51)
#47612C
(71,97,44)
#3C5225
(60,82,37)
#31431E
(49,67,30)
#263417
(38,52,23)
#1B2510
(27,37,16)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #7EAC4F

#7EAC4F
(126,172,79)
#89B35F
(137,179,95)
#94BA6F
(148,186,111)
#9FC17F
(159,193,127)
#AAC88F
(170,200,143)
#B5CF9F
(181,207,159)
#C0D6AF
(192,214,175)
#CBDDBF
(203,221,191)
#D6E4CF
(214,228,207)
#E1EBDF
(225,235,223)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAC4F; }

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

This text font color is #7EAC4F.

Background Color

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

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

This div background color is #7EAC4F.

Border color

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

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

This div border color is #7EAC4F.

Opacity

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

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

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

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

This text has shadow with #7EAC4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EAC4F.

Preview

Color preview on black background

This text has color #7EAC4F on black background.


Color preview on white background

This text has color #7EAC4F on white background.


Black color preview on #7EAC4F background

This text has black color on #7EAC4F background.


White color preview on #7EAC4F background

This text has white color on #7EAC4F background.


Related colors

Complementary color

Complementary color for #hex is #8153B0.


I love getcolorcode.com

Triadic colors

1 #4F7EAC and #AC4F7E with #7EAC4F are triadic colors.

2 #4FAC7E and #AC7E4F with #7EAC4F are triadic colors.