COLOR #7E9C6F

HEX: #7E9C6F RGB: (126,156,111)

Color info

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

RGB color model

#7E9C6F color RGB value is (126,156,111).

RGB: (126,156,111) (49%, 61%, 44%)

RGB channels and saturation

R 126 of 255 = 49%
G 156 of 255 = 61%
B 111 of 255 = 44%

126
156
111

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

Portions of RGB colors in percentages

R + G + B = 126 + 156 + 111 = 393 (100%)
R 126 of 393 ~ 32.06%
G 156 of 393 ~ 39.69%
B 111 of 393 ~ 28.24'%

%32.06
%39.69
%28.24

CMYK color model

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

  • cyan value is 19.23%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • 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
%28.85
%38.82

Codes

Color #7E9C6F in popluar color models

7E 9C 6F
RGB 126 156 111
HSL 100° 18.52% 52.35%
HSB/HSV 100° 28.85% 61.18%
CMYK 19.23% 0.00% 28.85%
38.82%

Color #7E9C6F in popluar number systems.

HEX 7E 9C 6F
Decimal 126 156 111
Binary 1111110 10011100 1101111
Octal 176 234 157

Shades and tints

Shades of #7E9C6F

#7E9C6F
(126,156,111)
#738E65
(115,142,101)
#68805B
(104,128,91)
#5D7251
(93,114,81)
#526447
(82,100,71)
#47563D
(71,86,61)
#3C4833
(60,72,51)
#313A29
(49,58,41)
#262C1F
(38,44,31)
#1B1E15
(27,30,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #7E9C6F

#7E9C6F
(126,156,111)
#89A57C
(137,165,124)
#94AE89
(148,174,137)
#9FB796
(159,183,150)
#AAC0A3
(170,192,163)
#B5C9B0
(181,201,176)
#C0D2BD
(192,210,189)
#CBDBCA
(203,219,202)
#D6E4D7
(214,228,215)
#E1EDE4
(225,237,228)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E9C6F; }

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

This text font color is #7E9C6F.

Background Color

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

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

This div background color is #7E9C6F.

Border color

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

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

This div border color is #7E9C6F.

Opacity

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

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

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

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

This text has shadow with #7E9C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E9C6F.

Preview

Color preview on black background

This text has color #7E9C6F on black background.


Color preview on white background

This text has color #7E9C6F on white background.


Black color preview on #7E9C6F background

This text has black color on #7E9C6F background.


White color preview on #7E9C6F background

This text has white color on #7E9C6F background.


Related colors

Complementary color

Complementary color for #hex is #816390.


I love getcolorcode.com

Triadic colors

1 #6F7E9C and #9C6F7E with #7E9C6F are triadic colors.

2 #6F9C7E and #9C7E6F with #7E9C6F are triadic colors.