COLOR #7EB960

HEX: #7EB960
RGB: (126,185,96)

Color info

#7EB960 contains mainly red and green colors. Web safe color of #7EB960 is #66CC66 (or #6C6).

RGB color model

#7EB960 color RGB value is (126,185,96).

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

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 96 of 255 = 38%

126
185
96

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

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 96 = 407 (100%)
R 126 of 407 ~ 30.96%
G 185 of 407 ~ 45.45%
B 96 of 407 ~ 23.59%

%30.96
%45.45
%23.59

CMYK color model

#7EB960 color CMYK value is (32,0,48,27).

  • cyan value is 31.89%
  • magenta value is 0.00%
  • yellow value is 48.11%
  • key color value is 27.45%
CMYK:
(32,0,48,27)
C32M0Y48K27 
(32%,0%,48%,27%)
(0.32/0.00/0.48/0.27)	

CMYK percentages

%31.89
%0
%48.11
%27.45

Codes

Color #7EB960 in popluar color models

7EB960
RGB12618596
HSL100°38.86%55.10%
HSB/HSV100°48.11%72.55%
CMYK31.89%0.00%48.11%
27.45%

Color #7EB960 in popluar number systems.

HEX7EB960
Decimal12618596
Binary1111110101110011100000
Octal176271140

Shades and tints

Shades of #7EB960

#7EB960
(126,185,96)
#73A958
(115,169,88)
#689950
(104,153,80)
#5D8948
(93,137,72)
#527940
(82,121,64)
#476938
(71,105,56)
#3C5930
(60,89,48)
#314928
(49,73,40)
#263920
(38,57,32)
#1B2918
(27,41,24)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #7EB960

#7EB960
(126,185,96)
#89BF6E
(137,191,110)
#94C57C
(148,197,124)
#9FCB8A
(159,203,138)
#AAD198
(170,209,152)
#B5D7A6
(181,215,166)
#C0DDB4
(192,221,180)
#CBE3C2
(203,227,194)
#D6E9D0
(214,233,208)
#E1EFDE
(225,239,222)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB960; }

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

This text font color is #7EB960.


Background Color

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

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

This div background color is #7EB960.


Border color

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

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

This div border color is #7EB960.


Opacity

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

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

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

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

This text has shadow with #7EB960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB960 on black background.


Color preview on white background

This text has color #7EB960 on white background.



Black color preview on #7EB960 background

This text has black color on #7EB960 background.


White color preview on #7EB960 background

This text has white color on #7EB960 background.