COLOR #7EA56F

HEX: #7EA56F
RGB: (126,165,111)

Color info

#7EA56F contains red, green and blue colors in about the same proportion. Web safe color of #7EA56F is #669966 (or #696).

RGB color model

#7EA56F color RGB value is (126,165,111).

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

RGB channels and saturation

R 126 of 255 = 49%
G 165 of 255 = 65%
B 111 of 255 = 44%

126
165
111

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

Portions of RGB colors in percentages

R + G + B =
126 + 165 + 111 = 402 (100%)
R 126 of 402 ~ 31.34%
G 165 of 402 ~ 41.04%
B 111 of 402 ~ 27.61%

%31.34
%41.04
%27.61

CMYK color model

#7EA56F color CMYK value is (24,0,33,35).

  • cyan value is 23.64%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 35.29%
CMYK:
(24,0,33,35)
C24M0Y33K35 
(24%,0%,33%,35%)
(0.24/0.00/0.33/0.35)	

CMYK percentages

%23.64
%0
%32.73
%35.29

Codes

Color #7EA56F in popluar color models

7EA56F
RGB126165111
HSL103°23.08%54.12%
HSB/HSV103°32.73%64.71%
CMYK23.64%0.00%32.73%
35.29%

Color #7EA56F in popluar number systems.

HEX7EA56F
Decimal126165111
Binary1111110101001011101111
Octal176245157

Shades and tints

Shades of #7EA56F

#7EA56F
(126,165,111)
#739665
(115,150,101)
#68875B
(104,135,91)
#5D7851
(93,120,81)
#526947
(82,105,71)
#475A3D
(71,90,61)
#3C4B33
(60,75,51)
#313C29
(49,60,41)
#262D1F
(38,45,31)
#1B1E15
(27,30,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #7EA56F

#7EA56F
(126,165,111)
#89AD7C
(137,173,124)
#94B589
(148,181,137)
#9FBD96
(159,189,150)
#AAC5A3
(170,197,163)
#B5CDB0
(181,205,176)
#C0D5BD
(192,213,189)
#CBDDCA
(203,221,202)
#D6E5D7
(214,229,215)
#E1EDE4
(225,237,228)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EA56F; }

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

This text font color is #7EA56F.


Background Color

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

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

This div background color is #7EA56F.


Border color

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

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

This div border color is #7EA56F.


Opacity

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

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

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

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

This text has shadow with #7EA56F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA56F on black background.


Color preview on white background

This text has color #7EA56F on white background.



Black color preview on #7EA56F background

This text has black color on #7EA56F background.


White color preview on #7EA56F background

This text has white color on #7EA56F background.