COLOR #7EB276

HEX: #7EB276
RGB: (126,178,118)

Color info

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

RGB color model

#7EB276 color RGB value is (126,178,118).

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

RGB channels and saturation

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

126
178
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 178 + 118 = 422 (100%)
R 126 of 422 ~ 29.86%
G 178 of 422 ~ 42.18%
B 118 of 422 ~ 27.96%

%29.86
%42.18
%27.96

CMYK color model

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

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 33.71%
  • key color value is 30.20%
CMYK:
(29,0,34,30)
C29M0Y34K30 
(29%,0%,34%,30%)
(0.29/0.00/0.34/0.30)	

CMYK percentages

%29.21
%0
%33.71
%30.2

Codes

Color #7EB276 in popluar color models

7EB276
RGB126178118
HSL112°28.04%58.04%
HSB/HSV112°33.71%69.80%
CMYK29.21%0.00%33.71%
30.20%

Color #7EB276 in popluar number systems.

HEX7EB276
Decimal126178118
Binary1111110101100101110110
Octal176262166

Shades and tints

Shades of #7EB276

#7EB276
(126,178,118)
#73A26C
(115,162,108)
#689262
(104,146,98)
#5D8258
(93,130,88)
#52724E
(82,114,78)
#476244
(71,98,68)
#3C523A
(60,82,58)
#314230
(49,66,48)
#263226
(38,50,38)
#1B221C
(27,34,28)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #7EB276

#7EB276
(126,178,118)
#89B982
(137,185,130)
#94C08E
(148,192,142)
#9FC79A
(159,199,154)
#AACEA6
(170,206,166)
#B5D5B2
(181,213,178)
#C0DCBE
(192,220,190)
#CBE3CA
(203,227,202)
#D6EAD6
(214,234,214)
#E1F1E2
(225,241,226)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB276; }

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

This text font color is #7EB276.


Background Color

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

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

This div background color is #7EB276.


Border color

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

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

This div border color is #7EB276.


Opacity

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

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

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

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

This text has shadow with #7EB276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB276 on black background.


Color preview on white background

This text has color #7EB276 on white background.



Black color preview on #7EB276 background

This text has black color on #7EB276 background.


White color preview on #7EB276 background

This text has white color on #7EB276 background.