COLOR #7EAC55

HEX: #7EAC55
RGB: (126,172,85)

Color info

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

RGB color model

#7EAC55 color RGB value is (126,172,85).

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

RGB channels and saturation

R 126 of 255 = 49%
G 172 of 255 = 67%
B 85 of 255 = 33%

126
172
85

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

Portions of RGB colors in percentages

R + G + B =
126 + 172 + 85 = 383 (100%)
R 126 of 383 ~ 32.9%
G 172 of 383 ~ 44.91%
B 85 of 383 ~ 22.19%

%32.9
%44.91
%22.19

CMYK color model

#7EAC55 color CMYK value is (27,0,51,33).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 50.58%
  • key color value is 32.55%
CMYK:
(27,0,51,33)
C27M0Y51K33 
(27%,0%,51%,33%)
(0.27/0.00/0.51/0.33)	

CMYK percentages

%26.74
%0
%50.58
%32.55

Codes

Color #7EAC55 in popluar color models

7EAC55
RGB12617285
HSL92°34.39%50.39%
HSB/HSV92°50.58%67.45%
CMYK26.74%0.00%50.58%
32.55%

Color #7EAC55 in popluar number systems.

HEX7EAC55
Decimal12617285
Binary1111110101011001010101
Octal176254125

Shades and tints

Shades of #7EAC55

#7EAC55
(126,172,85)
#739D4E
(115,157,78)
#688E47
(104,142,71)
#5D7F40
(93,127,64)
#527039
(82,112,57)
#476132
(71,97,50)
#3C522B
(60,82,43)
#314324
(49,67,36)
#26341D
(38,52,29)
#1B2516
(27,37,22)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #7EAC55

#7EAC55
(126,172,85)
#89B364
(137,179,100)
#94BA73
(148,186,115)
#9FC182
(159,193,130)
#AAC891
(170,200,145)
#B5CFA0
(181,207,160)
#C0D6AF
(192,214,175)
#CBDDBE
(203,221,190)
#D6E4CD
(214,228,205)
#E1EBDC
(225,235,220)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EAC55; }

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

This text font color is #7EAC55.


Background Color

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

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

This div background color is #7EAC55.


Border color

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

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

This div border color is #7EAC55.


Opacity

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

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

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

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

This text has shadow with #7EAC55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAC55 on black background.


Color preview on white background

This text has color #7EAC55 on white background.



Black color preview on #7EAC55 background

This text has black color on #7EAC55 background.


White color preview on #7EAC55 background

This text has white color on #7EAC55 background.