COLOR #7EB063

HEX: #7EB063
RGB: (126,176,99)

Color info

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

RGB color model

#7EB063 color RGB value is (126,176,99).

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

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 99 of 255 = 39%

126
176
99

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

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 99 = 401 (100%)
R 126 of 401 ~ 31.42%
G 176 of 401 ~ 43.89%
B 99 of 401 ~ 24.69%

%31.42
%43.89
%24.69

CMYK color model

#7EB063 color CMYK value is (28,0,44,31).

  • cyan value is 28.41%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 30.98%
CMYK:
(28,0,44,31)
C28M0Y44K31 
(28%,0%,44%,31%)
(0.28/0.00/0.44/0.31)	

CMYK percentages

%28.41
%0
%43.75
%30.98

Codes

Color #7EB063 in popluar color models

7EB063
RGB12617699
HSL99°32.77%53.92%
HSB/HSV99°43.75%69.02%
CMYK28.41%0.00%43.75%
30.98%

Color #7EB063 in popluar number systems.

HEX7EB063
Decimal12617699
Binary1111110101100001100011
Octal176260143

Shades and tints

Shades of #7EB063

#7EB063
(126,176,99)
#73A05A
(115,160,90)
#689051
(104,144,81)
#5D8048
(93,128,72)
#52703F
(82,112,63)
#476036
(71,96,54)
#3C502D
(60,80,45)
#314024
(49,64,36)
#26301B
(38,48,27)
#1B2012
(27,32,18)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #7EB063

#7EB063
(126,176,99)
#89B771
(137,183,113)
#94BE7F
(148,190,127)
#9FC58D
(159,197,141)
#AACC9B
(170,204,155)
#B5D3A9
(181,211,169)
#C0DAB7
(192,218,183)
#CBE1C5
(203,225,197)
#D6E8D3
(214,232,211)
#E1EFE1
(225,239,225)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB063; }

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

This text font color is #7EB063.


Background Color

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

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

This div background color is #7EB063.


Border color

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

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

This div border color is #7EB063.


Opacity

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

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

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

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

This text has shadow with #7EB063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB063 on black background.


Color preview on white background

This text has color #7EB063 on white background.



Black color preview on #7EB063 background

This text has black color on #7EB063 background.


White color preview on #7EB063 background

This text has white color on #7EB063 background.