COLOR #7EB060

HEX: #7EB060
RGB: (126,176,96)

Color info

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

RGB color model

#7EB060 color RGB value is (126,176,96).

  • red value is 126;
  • green value is 176;
  • blue value is 96.
RGB:
(126,176,96)
(49%,69%,38%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 96 of 255 = 38%

126
176
96

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 96 = 398 (100%)
R 126 of 398 ~ 31.66%
G 176 of 398 ~ 44.22%
B 96 of 398 ~ 24.12%

%31.66
%44.22
%24.12

CMYK color model

#7EB060 color CMYK value is (28,0,45,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 30.98%
CMYK:
(28,0,45,31)
C28M0Y45K31 
(28%,0%,45%,31%)
(0.28/0.00/0.45/0.31)	

CMYK percentages

%28.41
%0
%45.45
%30.98

Codes

Color #7EB060 in popluar color models

7EB060
RGB12617696
HSL98°33.61%53.33%
HSB/HSV98°45.45%69.02%
CMYK28.41%0.00%45.45%
30.98%

Color #7EB060 in popluar number systems.

HEX7EB060
Decimal12617696
Binary1111110101100001100000
Octal176260140

Shades and tints

Shades of #7EB060

#7EB060
(126,176,96)
#73A058
(115,160,88)
#689050
(104,144,80)
#5D8048
(93,128,72)
#527040
(82,112,64)
#476038
(71,96,56)
#3C5030
(60,80,48)
#314028
(49,64,40)
#263020
(38,48,32)
#1B2018
(27,32,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7EB060

#7EB060
(126,176,96)
#89B76E
(137,183,110)
#94BE7C
(148,190,124)
#9FC58A
(159,197,138)
#AACC98
(170,204,152)
#B5D3A6
(181,211,166)
#C0DAB4
(192,218,180)
#CBE1C2
(203,225,194)
#D6E8D0
(214,232,208)
#E1EFDE
(225,239,222)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB060 color. Also use rgb(126,176,96) instead hex code.

Text Font Color

.myTextColor { color: #7EB060; }

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

This text font color is #7EB060.


Background Color

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

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

This div background color is #7EB060.


Border color

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

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

This div border color is #7EB060.


Opacity

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

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

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

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

This text has shadow with #7EB060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB060 on black background.


Color preview on white background

This text has color #7EB060 on white background.



Black color preview on #7EB060 background

This text has black color on #7EB060 background.


White color preview on #7EB060 background

This text has white color on #7EB060 background.