COLOR #7E866A

HEX: #7E866A
RGB: (126,134,106)

Color info

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

RGB color model

#7E866A color RGB value is (126,134,106).

  • red value is 126;
  • green value is 134;
  • blue value is 106.
RGB:
(126,134,106)
(49%,53%,42%)

RGB channels and saturation

R 126 of 255 = 49%
G 134 of 255 = 53%
B 106 of 255 = 42%

126
134
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 134 + 106 = 366 (100%)
R 126 of 366 ~ 34.43%
G 134 of 366 ~ 36.61%
B 106 of 366 ~ 28.96%

%34.43
%36.61
%28.96

CMYK color model

#7E866A color CMYK value is (6,0,21,47).

  • cyan value is 5.97%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 47.45%
CMYK:
(6,0,21,47)
C6M0Y21K47 
(6%,0%,21%,47%)
(0.06/0.00/0.21/0.47)	

CMYK percentages

%5.97
%0
%20.9
%47.45

Codes

Color #7E866A in popluar color models

7E866A
RGB126134106
HSL77°11.67%47.06%
HSB/HSV77°20.90%52.55%
CMYK5.97%0.00%20.90%
47.45%

Color #7E866A in popluar number systems.

HEX7E866A
Decimal126134106
Binary1111110100001101101010
Octal176206152

Shades and tints

Shades of #7E866A

#7E866A
(126,134,106)
#737A61
(115,122,97)
#686E58
(104,110,88)
#5D624F
(93,98,79)
#525646
(82,86,70)
#474A3D
(71,74,61)
#3C3E34
(60,62,52)
#31322B
(49,50,43)
#262622
(38,38,34)
#1B1A19
(27,26,25)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E866A

#7E866A
(126,134,106)
#899177
(137,145,119)
#949C84
(148,156,132)
#9FA791
(159,167,145)
#AAB29E
(170,178,158)
#B5BDAB
(181,189,171)
#C0C8B8
(192,200,184)
#CBD3C5
(203,211,197)
#D6DED2
(214,222,210)
#E1E9DF
(225,233,223)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E866A color. Also use rgb(126,134,106) instead hex code.

Text Font Color

.myTextColor { color: #7E866A; }

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

This text font color is #7E866A.


Background Color

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

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

This div background color is #7E866A.


Border color

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

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

This div border color is #7E866A.


Opacity

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

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

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

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

This text has shadow with #7E866A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E866A on black background.


Color preview on white background

This text has color #7E866A on white background.



Black color preview on #7E866A background

This text has black color on #7E866A background.


White color preview on #7E866A background

This text has white color on #7E866A background.