COLOR #7EAF50

HEX: #7EAF50
RGB: (126,175,80)

Color info

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

RGB color model

#7EAF50 color RGB value is (126,175,80).

  • red value is 126;
  • green value is 175;
  • blue value is 80.
RGB:
(126,175,80)
(49%,69%,31%)

RGB channels and saturation

R 126 of 255 = 49%
G 175 of 255 = 69%
B 80 of 255 = 31%

126
175
80

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

Portions of RGB colors in percentages

R + G + B =
126 + 175 + 80 = 381 (100%)
R 126 of 381 ~ 33.07%
G 175 of 381 ~ 45.93%
B 80 of 381 ~ 21%

%33.07
%45.93
%21

CMYK color model

#7EAF50 color CMYK value is (28,0,54,31).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 31.37%
CMYK:
(28,0,54,31)
C28M0Y54K31 
(28%,0%,54%,31%)
(0.28/0.00/0.54/0.31)	

CMYK percentages

%28
%0
%54.29
%31.37

Codes

Color #7EAF50 in popluar color models

7EAF50
RGB12617580
HSL91°37.25%50.00%
HSB/HSV91°54.29%68.63%
CMYK28.00%0.00%54.29%
31.37%

Color #7EAF50 in popluar number systems.

HEX7EAF50
Decimal12617580
Binary1111110101011111010000
Octal176257120

Shades and tints

Shades of #7EAF50

#7EAF50
(126,175,80)
#73A049
(115,160,73)
#689142
(104,145,66)
#5D823B
(93,130,59)
#527334
(82,115,52)
#47642D
(71,100,45)
#3C5526
(60,85,38)
#31461F
(49,70,31)
#263718
(38,55,24)
#1B2811
(27,40,17)
#10190A
(16,25,10)
#000000
(0,0,0)

Tints of #7EAF50

#7EAF50
(126,175,80)
#89B65F
(137,182,95)
#94BD6E
(148,189,110)
#9FC47D
(159,196,125)
#AACB8C
(170,203,140)
#B5D29B
(181,210,155)
#C0D9AA
(192,217,170)
#CBE0B9
(203,224,185)
#D6E7C8
(214,231,200)
#E1EED7
(225,238,215)
#ECF5E6
(236,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EAF50 color. Also use rgb(126,175,80) instead hex code.

Text Font Color

.myTextColor { color: #7EAF50; }

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

This text font color is #7EAF50.


Background Color

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

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

This div background color is #7EAF50.


Border color

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

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

This div border color is #7EAF50.


Opacity

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

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

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

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

This text has shadow with #7EAF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EAF50 on black background.


Color preview on white background

This text has color #7EAF50 on white background.



Black color preview on #7EAF50 background

This text has black color on #7EAF50 background.


White color preview on #7EAF50 background

This text has white color on #7EAF50 background.