COLOR #7EA92A

HEX: #7EA92A
RGB: (126,169,42)

Color info

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

RGB color model

#7EA92A color RGB value is (126,169,42).

  • red value is 126;
  • green value is 169;
  • blue value is 42.
RGB:
(126,169,42)
(49%,66%,16%)

RGB channels and saturation

R 126 of 255 = 49%
G 169 of 255 = 66%
B 42 of 255 = 16%

126
169
42

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

Portions of RGB colors in percentages

R + G + B =
126 + 169 + 42 = 337 (100%)
R 126 of 337 ~ 37.39%
G 169 of 337 ~ 50.15%
B 42 of 337 ~ 12.46%

%37.39
%50.15
%12.46

CMYK color model

#7EA92A color CMYK value is (25,0,75,34).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 75.15%
  • key color value is 33.73%
CMYK:
(25,0,75,34)
C25M0Y75K34 
(25%,0%,75%,34%)
(0.25/0.00/0.75/0.34)	

CMYK percentages

%25.44
%0
%75.15
%33.73

Codes

Color #7EA92A in popluar color models

7EA92A
RGB12616942
HSL80°60.19%41.37%
HSB/HSV80°75.15%66.27%
CMYK25.44%0.00%75.15%
33.73%

Color #7EA92A in popluar number systems.

HEX7EA92A
Decimal12616942
Binary111111010101001101010
Octal17625152

Shades and tints

Shades of #7EA92A

#7EA92A
(126,169,42)
#739A27
(115,154,39)
#688B24
(104,139,36)
#5D7C21
(93,124,33)
#526D1E
(82,109,30)
#475E1B
(71,94,27)
#3C4F18
(60,79,24)
#314015
(49,64,21)
#263112
(38,49,18)
#1B220F
(27,34,15)
#10130C
(16,19,12)
#000000
(0,0,0)

Tints of #7EA92A

#7EA92A
(126,169,42)
#89B03D
(137,176,61)
#94B750
(148,183,80)
#9FBE63
(159,190,99)
#AAC576
(170,197,118)
#B5CC89
(181,204,137)
#C0D39C
(192,211,156)
#CBDAAF
(203,218,175)
#D6E1C2
(214,225,194)
#E1E8D5
(225,232,213)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EA92A color. Also use rgb(126,169,42) instead hex code.

Text Font Color

.myTextColor { color: #7EA92A; }

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

This text font color is #7EA92A.


Background Color

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

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

This div background color is #7EA92A.


Border color

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

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

This div border color is #7EA92A.


Opacity

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

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

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

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

This text has shadow with #7EA92A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EA92A on black background.


Color preview on white background

This text has color #7EA92A on white background.



Black color preview on #7EA92A background

This text has black color on #7EA92A background.


White color preview on #7EA92A background

This text has white color on #7EA92A background.