COLOR #7E9C6E

HEX: #7E9C6E
RGB: (126,156,110)

Color info

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

RGB color model

#7E9C6E color RGB value is (126,156,110).

  • red value is 126;
  • green value is 156;
  • blue value is 110.
RGB:
(126,156,110)
(49%,61%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 110 of 255 = 43%

126
156
110

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

Portions of RGB colors in percentages

R + G + B =
126 + 156 + 110 = 392 (100%)
R 126 of 392 ~ 32.14%
G 156 of 392 ~ 39.8%
B 110 of 392 ~ 28.06%

%32.14
%39.8
%28.06

CMYK color model

#7E9C6E color CMYK value is (19,0,29,39).

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 29.49%
  • key color value is 38.82%
CMYK:
(19,0,29,39)
C19M0Y29K39 
(19%,0%,29%,39%)
(0.19/0.00/0.29/0.39)	

CMYK percentages

%19.23
%0
%29.49
%38.82

Codes

Color #7E9C6E in popluar color models

7E9C6E
RGB126156110
HSL99°18.85%52.16%
HSB/HSV99°29.49%61.18%
CMYK19.23%0.00%29.49%
38.82%

Color #7E9C6E in popluar number systems.

HEX7E9C6E
Decimal126156110
Binary1111110100111001101110
Octal176234156

Shades and tints

Shades of #7E9C6E

#7E9C6E
(126,156,110)
#738E64
(115,142,100)
#68805A
(104,128,90)
#5D7250
(93,114,80)
#526446
(82,100,70)
#47563C
(71,86,60)
#3C4832
(60,72,50)
#313A28
(49,58,40)
#262C1E
(38,44,30)
#1B1E14
(27,30,20)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #7E9C6E

#7E9C6E
(126,156,110)
#89A57B
(137,165,123)
#94AE88
(148,174,136)
#9FB795
(159,183,149)
#AAC0A2
(170,192,162)
#B5C9AF
(181,201,175)
#C0D2BC
(192,210,188)
#CBDBC9
(203,219,201)
#D6E4D6
(214,228,214)
#E1EDE3
(225,237,227)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9C6E color. Also use rgb(126,156,110) instead hex code.

Text Font Color

.myTextColor { color: #7E9C6E; }

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

This text font color is #7E9C6E.


Background Color

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

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

This div background color is #7E9C6E.


Border color

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

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

This div border color is #7E9C6E.


Opacity

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

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

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

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

This text has shadow with #7E9C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9C6E on black background.


Color preview on white background

This text has color #7E9C6E on white background.



Black color preview on #7E9C6E background

This text has black color on #7E9C6E background.


White color preview on #7E9C6E background

This text has white color on #7E9C6E background.