COLOR #7EBE7B

HEX: #7EBE7B
RGB: (126,190,123)

Color info

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

RGB color model

#7EBE7B color RGB value is (126,190,123).

  • red value is 126;
  • green value is 190;
  • blue value is 123.
RGB:
(126,190,123)
(49%,75%,48%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 123 of 255 = 48%

126
190
123

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

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 123 = 439 (100%)
R 126 of 439 ~ 28.7%
G 190 of 439 ~ 43.28%
B 123 of 439 ~ 28.02%

%28.7
%43.28
%28.02

CMYK color model

#7EBE7B color CMYK value is (34,0,35,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 35.26%
  • key color value is 25.49%
CMYK:
(34,0,35,25)
C34M0Y35K25 
(34%,0%,35%,25%)
(0.34/0.00/0.35/0.25)	

CMYK percentages

%33.68
%0
%35.26
%25.49

Codes

Color #7EBE7B in popluar color models

7EBE7B
RGB126190123
HSL117°34.01%61.37%
HSB/HSV117°35.26%74.51%
CMYK33.68%0.00%35.26%
25.49%

Color #7EBE7B in popluar number systems.

HEX7EBE7B
Decimal126190123
Binary1111110101111101111011
Octal176276173

Shades and tints

Shades of #7EBE7B

#7EBE7B
(126,190,123)
#73AD70
(115,173,112)
#689C65
(104,156,101)
#5D8B5A
(93,139,90)
#527A4F
(82,122,79)
#476944
(71,105,68)
#3C5839
(60,88,57)
#31472E
(49,71,46)
#263623
(38,54,35)
#1B2518
(27,37,24)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #7EBE7B

#7EBE7B
(126,190,123)
#89C387
(137,195,135)
#94C893
(148,200,147)
#9FCD9F
(159,205,159)
#AAD2AB
(170,210,171)
#B5D7B7
(181,215,183)
#C0DCC3
(192,220,195)
#CBE1CF
(203,225,207)
#D6E6DB
(214,230,219)
#E1EBE7
(225,235,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBE7B color. Also use rgb(126,190,123) instead hex code.

Text Font Color

.myTextColor { color: #7EBE7B; }

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

This text font color is #7EBE7B.


Background Color

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

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

This div background color is #7EBE7B.


Border color

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

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

This div border color is #7EBE7B.


Opacity

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

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

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

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

This text has shadow with #7EBE7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBE7B on black background.


Color preview on white background

This text has color #7EBE7B on white background.



Black color preview on #7EBE7B background

This text has black color on #7EBE7B background.


White color preview on #7EBE7B background

This text has white color on #7EBE7B background.