COLOR #7EA162

HEX: #7EA162
RGB: (126,161,98)

Color info

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

RGB color model

#7EA162 color RGB value is (126,161,98).

  • red value is 126;
  • green value is 161;
  • blue value is 98.
RGB:
(126,161,98)
(49%,63%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 161 of 255 = 63%
B 98 of 255 = 38%

126
161
98

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

Portions of RGB colors in percentages

R + G + B =
126 + 161 + 98 = 385 (100%)
R 126 of 385 ~ 32.73%
G 161 of 385 ~ 41.82%
B 98 of 385 ~ 25.45%

%32.73
%41.82
%25.45

CMYK color model

#7EA162 color CMYK value is (22,0,39,37).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 36.86%
CMYK:
(22,0,39,37)
C22M0Y39K37 
(22%,0%,39%,37%)
(0.22/0.00/0.39/0.37)	

CMYK percentages

%21.74
%0
%39.13
%36.86

Codes

Color #7EA162 in popluar color models

7EA162
RGB12616198
HSL93°25.10%50.78%
HSB/HSV93°39.13%63.14%
CMYK21.74%0.00%39.13%
36.86%

Color #7EA162 in popluar number systems.

HEX7EA162
Decimal12616198
Binary1111110101000011100010
Octal176241142

Shades and tints

Shades of #7EA162

#7EA162
(126,161,98)
#73935A
(115,147,90)
#688552
(104,133,82)
#5D774A
(93,119,74)
#526942
(82,105,66)
#475B3A
(71,91,58)
#3C4D32
(60,77,50)
#313F2A
(49,63,42)
#263122
(38,49,34)
#1B231A
(27,35,26)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #7EA162

#7EA162
(126,161,98)
#89A970
(137,169,112)
#94B17E
(148,177,126)
#9FB98C
(159,185,140)
#AAC19A
(170,193,154)
#B5C9A8
(181,201,168)
#C0D1B6
(192,209,182)
#CBD9C4
(203,217,196)
#D6E1D2
(214,225,210)
#E1E9E0
(225,233,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA162 color. Also use rgb(126,161,98) instead hex code.

Text Font Color

.myTextColor { color: #7EA162; }

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

This text font color is #7EA162.


Background Color

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

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

This div background color is #7EA162.


Border color

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

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

This div border color is #7EA162.


Opacity

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

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

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

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

This text has shadow with #7EA162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA162 on black background.


Color preview on white background

This text has color #7EA162 on white background.



Black color preview on #7EA162 background

This text has black color on #7EA162 background.


White color preview on #7EA162 background

This text has white color on #7EA162 background.