COLOR #7EA34C

HEX: #7EA34C
RGB: (126,163,76)

Color info

#7EA34C contains mainly red and green colors. Web safe color of #7EA34C is #669933 (or #693).

RGB color model

#7EA34C color RGB value is (126,163,76).

  • red value is 126;
  • green value is 163;
  • blue value is 76.
RGB:
(126,163,76)
(49%,64%,30%)

RGB channels and saturation

R 126 of 255 = 49%
G 163 of 255 = 64%
B 76 of 255 = 30%

126
163
76

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

Portions of RGB colors in percentages

R + G + B =
126 + 163 + 76 = 365 (100%)
R 126 of 365 ~ 34.52%
G 163 of 365 ~ 44.66%
B 76 of 365 ~ 20.82%

%34.52
%44.66
%20.82

CMYK color model

#7EA34C color CMYK value is (23,0,53,36).

  • cyan value is 22.70%
  • magenta value is 0.00%
  • yellow value is 53.37%
  • key color value is 36.08%
CMYK:
(23,0,53,36)
C23M0Y53K36 
(23%,0%,53%,36%)
(0.23/0.00/0.53/0.36)	

CMYK percentages

%22.7
%0
%53.37
%36.08

Codes

Color #7EA34C in popluar color models

7EA34C
RGB12616376
HSL86°36.40%46.86%
HSB/HSV86°53.37%63.92%
CMYK22.70%0.00%53.37%
36.08%

Color #7EA34C in popluar number systems.

HEX7EA34C
Decimal12616376
Binary1111110101000111001100
Octal176243114

Shades and tints

Shades of #7EA34C

#7EA34C
(126,163,76)
#739546
(115,149,70)
#688740
(104,135,64)
#5D793A
(93,121,58)
#526B34
(82,107,52)
#475D2E
(71,93,46)
#3C4F28
(60,79,40)
#314122
(49,65,34)
#26331C
(38,51,28)
#1B2516
(27,37,22)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #7EA34C

#7EA34C
(126,163,76)
#89AB5C
(137,171,92)
#94B36C
(148,179,108)
#9FBB7C
(159,187,124)
#AAC38C
(170,195,140)
#B5CB9C
(181,203,156)
#C0D3AC
(192,211,172)
#CBDBBC
(203,219,188)
#D6E3CC
(214,227,204)
#E1EBDC
(225,235,220)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA34C color. Also use rgb(126,163,76) instead hex code.

Text Font Color

.myTextColor { color: #7EA34C; }

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

This text font color is #7EA34C.


Background Color

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

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

This div background color is #7EA34C.


Border color

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

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

This div border color is #7EA34C.


Opacity

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

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

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

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

This text has shadow with #7EA34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA34C on black background.


Color preview on white background

This text has color #7EA34C on white background.



Black color preview on #7EA34C background

This text has black color on #7EA34C background.


White color preview on #7EA34C background

This text has white color on #7EA34C background.