COLOR #7EB58D

HEX: #7EB58D
RGB: (126,181,141)

Color info

#7EB58D contains red, green and blue colors in about the same proportion. Web safe color of #7EB58D is #66CC99 (or #6C9).

RGB color model

#7EB58D color RGB value is (126,181,141).

  • red value is 126;
  • green value is 181;
  • blue value is 141.
RGB:
(126,181,141)
(49%,71%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 181 of 255 = 71%
B 141 of 255 = 55%

126
181
141

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

Portions of RGB colors in percentages

R + G + B =
126 + 181 + 141 = 448 (100%)
R 126 of 448 ~ 28.13%
G 181 of 448 ~ 40.4%
B 141 of 448 ~ 31.47%

%28.13
%40.4
%31.47

CMYK color model

#7EB58D color CMYK value is (30,0,22,29).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 22.10%
  • key color value is 29.02%
CMYK:
(30,0,22,29)
C30M0Y22K29 
(30%,0%,22%,29%)
(0.30/0.00/0.22/0.29)	

CMYK percentages

%30.39
%0
%22.1
%29.02

Codes

Color #7EB58D in popluar color models

7EB58D
RGB126181141
HSL136°27.09%60.20%
HSB/HSV136°30.39%70.98%
CMYK30.39%0.00%22.10%
29.02%

Color #7EB58D in popluar number systems.

HEX7EB58D
Decimal126181141
Binary11111101011010110001101
Octal176265215

Shades and tints

Shades of #7EB58D

#7EB58D
(126,181,141)
#73A581
(115,165,129)
#689575
(104,149,117)
#5D8569
(93,133,105)
#52755D
(82,117,93)
#476551
(71,101,81)
#3C5545
(60,85,69)
#314539
(49,69,57)
#26352D
(38,53,45)
#1B2521
(27,37,33)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #7EB58D

#7EB58D
(126,181,141)
#89BB97
(137,187,151)
#94C1A1
(148,193,161)
#9FC7AB
(159,199,171)
#AACDB5
(170,205,181)
#B5D3BF
(181,211,191)
#C0D9C9
(192,217,201)
#CBDFD3
(203,223,211)
#D6E5DD
(214,229,221)
#E1EBE7
(225,235,231)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB58D color. Also use rgb(126,181,141) instead hex code.

Text Font Color

.myTextColor { color: #7EB58D; }

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

This text font color is #7EB58D.


Background Color

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

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

This div background color is #7EB58D.


Border color

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

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

This div border color is #7EB58D.


Opacity

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

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

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

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

This text has shadow with #7EB58D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB58D on black background.


Color preview on white background

This text has color #7EB58D on white background.



Black color preview on #7EB58D background

This text has black color on #7EB58D background.


White color preview on #7EB58D background

This text has white color on #7EB58D background.