COLOR #7EB376

HEX: #7EB376
RGB: (126,179,118)

Color info

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

RGB color model

#7EB376 color RGB value is (126,179,118).

  • red value is 126;
  • green value is 179;
  • blue value is 118.
RGB:
(126,179,118)
(49%,70%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 118 of 255 = 46%

126
179
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 118 = 423 (100%)
R 126 of 423 ~ 29.79%
G 179 of 423 ~ 42.32%
B 118 of 423 ~ 27.9%

%29.79
%42.32
%27.9

CMYK color model

#7EB376 color CMYK value is (30,0,34,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 29.80%
CMYK:
(30,0,34,30)
C30M0Y34K30 
(30%,0%,34%,30%)
(0.30/0.00/0.34/0.30)	

CMYK percentages

%29.61
%0
%34.08
%29.8

Codes

Color #7EB376 in popluar color models

7EB376
RGB126179118
HSL112°28.64%58.24%
HSB/HSV112°34.08%70.20%
CMYK29.61%0.00%34.08%
29.80%

Color #7EB376 in popluar number systems.

HEX7EB376
Decimal126179118
Binary1111110101100111110110
Octal176263166

Shades and tints

Shades of #7EB376

#7EB376
(126,179,118)
#73A36C
(115,163,108)
#689362
(104,147,98)
#5D8358
(93,131,88)
#52734E
(82,115,78)
#476344
(71,99,68)
#3C533A
(60,83,58)
#314330
(49,67,48)
#263326
(38,51,38)
#1B231C
(27,35,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7EB376

#7EB376
(126,179,118)
#89B982
(137,185,130)
#94BF8E
(148,191,142)
#9FC59A
(159,197,154)
#AACBA6
(170,203,166)
#B5D1B2
(181,209,178)
#C0D7BE
(192,215,190)
#CBDDCA
(203,221,202)
#D6E3D6
(214,227,214)
#E1E9E2
(225,233,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB376 color. Also use rgb(126,179,118) instead hex code.

Text Font Color

.myTextColor { color: #7EB376; }

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

This text font color is #7EB376.


Background Color

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

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

This div background color is #7EB376.


Border color

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

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

This div border color is #7EB376.


Opacity

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

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

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

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

This text has shadow with #7EB376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB376 on black background.


Color preview on white background

This text has color #7EB376 on white background.



Black color preview on #7EB376 background

This text has black color on #7EB376 background.


White color preview on #7EB376 background

This text has white color on #7EB376 background.