COLOR #7E916A

HEX: #7E916A
RGB: (126,145,106)

Color info

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

RGB color model

#7E916A color RGB value is (126,145,106).

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

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 106 of 255 = 42%

126
145
106

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 106 = 377 (100%)
R 126 of 377 ~ 33.42%
G 145 of 377 ~ 38.46%
B 106 of 377 ~ 28.12%

%33.42
%38.46
%28.12

CMYK color model

#7E916A color CMYK value is (13,0,27,43).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 43.14%
CMYK:
(13,0,27,43)
C13M0Y27K43 
(13%,0%,27%,43%)
(0.13/0.00/0.27/0.43)	

CMYK percentages

%13.1
%0
%26.9
%43.14

Codes

Color #7E916A in popluar color models

7E916A
RGB126145106
HSL89°15.54%49.22%
HSB/HSV89°26.90%56.86%
CMYK13.10%0.00%26.90%
43.14%

Color #7E916A in popluar number systems.

HEX7E916A
Decimal126145106
Binary1111110100100011101010
Octal176221152

Shades and tints

Shades of #7E916A

#7E916A
(126,145,106)
#738461
(115,132,97)
#687758
(104,119,88)
#5D6A4F
(93,106,79)
#525D46
(82,93,70)
#47503D
(71,80,61)
#3C4334
(60,67,52)
#31362B
(49,54,43)
#262922
(38,41,34)
#1B1C19
(27,28,25)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #7E916A

#7E916A
(126,145,106)
#899B77
(137,155,119)
#94A584
(148,165,132)
#9FAF91
(159,175,145)
#AAB99E
(170,185,158)
#B5C3AB
(181,195,171)
#C0CDB8
(192,205,184)
#CBD7C5
(203,215,197)
#D6E1D2
(214,225,210)
#E1EBDF
(225,235,223)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E916A; }

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

This text font color is #7E916A.


Background Color

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

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

This div background color is #7E916A.


Border color

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

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

This div border color is #7E916A.


Opacity

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

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

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

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

This text has shadow with #7E916A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E916A on black background.


Color preview on white background

This text has color #7E916A on white background.



Black color preview on #7E916A background

This text has black color on #7E916A background.


White color preview on #7E916A background

This text has white color on #7E916A background.