COLOR #7EA26B

HEX: #7EA26B
RGB: (126,162,107)

Color info

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

RGB color model

#7EA26B color RGB value is (126,162,107).

  • red value is 126;
  • green value is 162;
  • blue value is 107.
RGB:
(126,162,107)
(49%,64%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 162 of 255 = 64%
B 107 of 255 = 42%

126
162
107

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

Portions of RGB colors in percentages

R + G + B =
126 + 162 + 107 = 395 (100%)
R 126 of 395 ~ 31.9%
G 162 of 395 ~ 41.01%
B 107 of 395 ~ 27.09%

%31.9
%41.01
%27.09

CMYK color model

#7EA26B color CMYK value is (22,0,34,36).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(22,0,34,36)
C22M0Y34K36 
(22%,0%,34%,36%)
(0.22/0.00/0.34/0.36)	

CMYK percentages

%22.22
%0
%33.95
%36.47

Codes

Color #7EA26B in popluar color models

7EA26B
RGB126162107
HSL99°22.82%52.75%
HSB/HSV99°33.95%63.53%
CMYK22.22%0.00%33.95%
36.47%

Color #7EA26B in popluar number systems.

HEX7EA26B
Decimal126162107
Binary1111110101000101101011
Octal176242153

Shades and tints

Shades of #7EA26B

#7EA26B
(126,162,107)
#739462
(115,148,98)
#688659
(104,134,89)
#5D7850
(93,120,80)
#526A47
(82,106,71)
#475C3E
(71,92,62)
#3C4E35
(60,78,53)
#31402C
(49,64,44)
#263223
(38,50,35)
#1B241A
(27,36,26)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7EA26B

#7EA26B
(126,162,107)
#89AA78
(137,170,120)
#94B285
(148,178,133)
#9FBA92
(159,186,146)
#AAC29F
(170,194,159)
#B5CAAC
(181,202,172)
#C0D2B9
(192,210,185)
#CBDAC6
(203,218,198)
#D6E2D3
(214,226,211)
#E1EAE0
(225,234,224)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA26B color. Also use rgb(126,162,107) instead hex code.

Text Font Color

.myTextColor { color: #7EA26B; }

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

This text font color is #7EA26B.


Background Color

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

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

This div background color is #7EA26B.


Border color

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

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

This div border color is #7EA26B.


Opacity

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

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

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

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

This text has shadow with #7EA26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA26B on black background.


Color preview on white background

This text has color #7EA26B on white background.



Black color preview on #7EA26B background

This text has black color on #7EA26B background.


White color preview on #7EA26B background

This text has white color on #7EA26B background.