COLOR #7EBD76

HEX: #7EBD76
RGB: (126,189,118)

Color info

#7EBD76 contains mainly green color. Web safe color of #7EBD76 is #66CC66 (or #6C6).

RGB color model

#7EBD76 color RGB value is (126,189,118).

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

RGB channels and saturation

R 126 of 255 = 49%
G 189 of 255 = 74%
B 118 of 255 = 46%

126
189
118

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

Portions of RGB colors in percentages

R + G + B =
126 + 189 + 118 = 433 (100%)
R 126 of 433 ~ 29.1%
G 189 of 433 ~ 43.65%
B 118 of 433 ~ 27.25%

%29.1
%43.65
%27.25

CMYK color model

#7EBD76 color CMYK value is (33,0,38,26).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 25.88%
CMYK:
(33,0,38,26)
C33M0Y38K26 
(33%,0%,38%,26%)
(0.33/0.00/0.38/0.26)	

CMYK percentages

%33.33
%0
%37.57
%25.88

Codes

Color #7EBD76 in popluar color models

7EBD76
RGB126189118
HSL113°34.98%60.20%
HSB/HSV113°37.57%74.12%
CMYK33.33%0.00%37.57%
25.88%

Color #7EBD76 in popluar number systems.

HEX7EBD76
Decimal126189118
Binary1111110101111011110110
Octal176275166

Shades and tints

Shades of #7EBD76

#7EBD76
(126,189,118)
#73AC6C
(115,172,108)
#689B62
(104,155,98)
#5D8A58
(93,138,88)
#52794E
(82,121,78)
#476844
(71,104,68)
#3C573A
(60,87,58)
#314630
(49,70,48)
#263526
(38,53,38)
#1B241C
(27,36,28)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #7EBD76

#7EBD76
(126,189,118)
#89C382
(137,195,130)
#94C98E
(148,201,142)
#9FCF9A
(159,207,154)
#AAD5A6
(170,213,166)
#B5DBB2
(181,219,178)
#C0E1BE
(192,225,190)
#CBE7CA
(203,231,202)
#D6EDD6
(214,237,214)
#E1F3E2
(225,243,226)
#ECF9EE
(236,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBD76; }

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

This text font color is #7EBD76.


Background Color

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

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

This div background color is #7EBD76.


Border color

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

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

This div border color is #7EBD76.


Opacity

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

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

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

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

This text has shadow with #7EBD76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBD76 on black background.


Color preview on white background

This text has color #7EBD76 on white background.



Black color preview on #7EBD76 background

This text has black color on #7EBD76 background.


White color preview on #7EBD76 background

This text has white color on #7EBD76 background.