COLOR #7E994E

HEX: #7E994E
RGB: (126,153,78)

Color info

#7E994E contains mainly red and green colors. Web safe color of #7E994E is #669966 (or #696).

RGB color model

#7E994E color RGB value is (126,153,78).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 78 of 255 = 31%

126
153
78

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 78 = 357 (100%)
R 126 of 357 ~ 35.29%
G 153 of 357 ~ 42.86%
B 78 of 357 ~ 21.85%

%35.29
%42.86
%21.85

CMYK color model

#7E994E color CMYK value is (18,0,49,40).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 49.02%
  • key color value is 40.00%
CMYK:
(18,0,49,40)
C18M0Y49K40 
(18%,0%,49%,40%)
(0.18/0.00/0.49/0.40)	

CMYK percentages

%17.65
%0
%49.02
%40

Codes

Color #7E994E in popluar color models

7E994E
RGB12615378
HSL82°32.47%45.29%
HSB/HSV82°49.02%60.00%
CMYK17.65%0.00%49.02%
40.00%

Color #7E994E in popluar number systems.

HEX7E994E
Decimal12615378
Binary1111110100110011001110
Octal176231116

Shades and tints

Shades of #7E994E

#7E994E
(126,153,78)
#738C47
(115,140,71)
#687F40
(104,127,64)
#5D7239
(93,114,57)
#526532
(82,101,50)
#47582B
(71,88,43)
#3C4B24
(60,75,36)
#313E1D
(49,62,29)
#263116
(38,49,22)
#1B240F
(27,36,15)
#101708
(16,23,8)
#000000
(0,0,0)

Tints of #7E994E

#7E994E
(126,153,78)
#89A25E
(137,162,94)
#94AB6E
(148,171,110)
#9FB47E
(159,180,126)
#AABD8E
(170,189,142)
#B5C69E
(181,198,158)
#C0CFAE
(192,207,174)
#CBD8BE
(203,216,190)
#D6E1CE
(214,225,206)
#E1EADE
(225,234,222)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E994E; }

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

This text font color is #7E994E.


Background Color

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

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

This div background color is #7E994E.


Border color

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

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

This div border color is #7E994E.


Opacity

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

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

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

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

This text has shadow with #7E994E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E994E on black background.


Color preview on white background

This text has color #7E994E on white background.



Black color preview on #7E994E background

This text has black color on #7E994E background.


White color preview on #7E994E background

This text has white color on #7E994E background.