COLOR #7E9960

HEX: #7E9960
RGB: (126,153,96)

Color info

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

RGB color model

#7E9960 color RGB value is (126,153,96).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 96 of 255 = 38%

126
153
96

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 96 = 375 (100%)
R 126 of 375 ~ 33.6%
G 153 of 375 ~ 40.8%
B 96 of 375 ~ 25.6%

%33.6
%40.8
%25.6

CMYK color model

#7E9960 color CMYK value is (18,0,37,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(18,0,37,40)
C18M0Y37K40 
(18%,0%,37%,40%)
(0.18/0.00/0.37/0.40)	

CMYK percentages

%17.65
%0
%37.25
%40

Codes

Color #7E9960 in popluar color models

7E9960
RGB12615396
HSL88°22.89%48.82%
HSB/HSV88°37.25%60.00%
CMYK17.65%0.00%37.25%
40.00%

Color #7E9960 in popluar number systems.

HEX7E9960
Decimal12615396
Binary1111110100110011100000
Octal176231140

Shades and tints

Shades of #7E9960

#7E9960
(126,153,96)
#738C58
(115,140,88)
#687F50
(104,127,80)
#5D7248
(93,114,72)
#526540
(82,101,64)
#475838
(71,88,56)
#3C4B30
(60,75,48)
#313E28
(49,62,40)
#263120
(38,49,32)
#1B2418
(27,36,24)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #7E9960

#7E9960
(126,153,96)
#89A26E
(137,162,110)
#94AB7C
(148,171,124)
#9FB48A
(159,180,138)
#AABD98
(170,189,152)
#B5C6A6
(181,198,166)
#C0CFB4
(192,207,180)
#CBD8C2
(203,216,194)
#D6E1D0
(214,225,208)
#E1EADE
(225,234,222)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9960; }

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

This text font color is #7E9960.


Background Color

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

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

This div background color is #7E9960.


Border color

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

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

This div border color is #7E9960.


Opacity

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

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

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

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

This text has shadow with #7E9960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9960 on black background.


Color preview on white background

This text has color #7E9960 on white background.



Black color preview on #7E9960 background

This text has black color on #7E9960 background.


White color preview on #7E9960 background

This text has white color on #7E9960 background.