COLOR #7EB078

HEX: #7EB078
RGB: (126,176,120)

Color info

#7EB078 contains red, green and blue colors in about the same proportion. Web safe color of #7EB078 is #669966 (or #696).

RGB color model

#7EB078 color RGB value is (126,176,120).

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

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 120 of 255 = 47%

126
176
120

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 120 = 422 (100%)
R 126 of 422 ~ 29.86%
G 176 of 422 ~ 41.71%
B 120 of 422 ~ 28.44%

%29.86
%41.71
%28.44

CMYK color model

#7EB078 color CMYK value is (28,0,32,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 30.98%
CMYK:
(28,0,32,31)
C28M0Y32K31 
(28%,0%,32%,31%)
(0.28/0.00/0.32/0.31)	

CMYK percentages

%28.41
%0
%31.82
%30.98

Codes

Color #7EB078 in popluar color models

7EB078
RGB126176120
HSL114°26.17%58.04%
HSB/HSV114°31.82%69.02%
CMYK28.41%0.00%31.82%
30.98%

Color #7EB078 in popluar number systems.

HEX7EB078
Decimal126176120
Binary1111110101100001111000
Octal176260170

Shades and tints

Shades of #7EB078

#7EB078
(126,176,120)
#73A06E
(115,160,110)
#689064
(104,144,100)
#5D805A
(93,128,90)
#527050
(82,112,80)
#476046
(71,96,70)
#3C503C
(60,80,60)
#314032
(49,64,50)
#263028
(38,48,40)
#1B201E
(27,32,30)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #7EB078

#7EB078
(126,176,120)
#89B784
(137,183,132)
#94BE90
(148,190,144)
#9FC59C
(159,197,156)
#AACCA8
(170,204,168)
#B5D3B4
(181,211,180)
#C0DAC0
(192,218,192)
#CBE1CC
(203,225,204)
#D6E8D8
(214,232,216)
#E1EFE4
(225,239,228)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB078; }

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

This text font color is #7EB078.


Background Color

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

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

This div background color is #7EB078.


Border color

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

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

This div border color is #7EB078.


Opacity

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

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

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

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

This text has shadow with #7EB078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB078 on black background.


Color preview on white background

This text has color #7EB078 on white background.



Black color preview on #7EB078 background

This text has black color on #7EB078 background.


White color preview on #7EB078 background

This text has white color on #7EB078 background.