COLOR #7FA02E

HEX: #7FA02E
RGB: (127,160,46)

Color info

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

RGB color model

#7FA02E color RGB value is (127,160,46).

  • red value is 127;
  • green value is 160;
  • blue value is 46.
RGB:
(127,160,46)
(50%,63%,18%)

RGB channels and saturation

R 127 of 255 = 50%
G 160 of 255 = 63%
B 46 of 255 = 18%

127
160
46

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

Portions of RGB colors in percentages

R + G + B =
127 + 160 + 46 = 333 (100%)
R 127 of 333 ~ 38.14%
G 160 of 333 ~ 48.05%
B 46 of 333 ~ 13.81%

%38.14
%48.05
%13.81

CMYK color model

#7FA02E color CMYK value is (21,0,71,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 71.25%
  • key color value is 37.25%
CMYK:
(21,0,71,37)
C21M0Y71K37 
(21%,0%,71%,37%)
(0.21/0.00/0.71/0.37)	

CMYK percentages

%20.63
%0
%71.25
%37.25

Codes

Color #7FA02E in popluar color models

7FA02E
RGB12716046
HSL77°55.34%40.39%
HSB/HSV77°71.25%62.75%
CMYK20.63%0.00%71.25%
37.25%

Color #7FA02E in popluar number systems.

HEX7FA02E
Decimal12716046
Binary111111110100000101110
Octal17724056

Shades and tints

Shades of #7FA02E

#7FA02E
(127,160,46)
#74922A
(116,146,42)
#698426
(105,132,38)
#5E7622
(94,118,34)
#53681E
(83,104,30)
#485A1A
(72,90,26)
#3D4C16
(61,76,22)
#323E12
(50,62,18)
#27300E
(39,48,14)
#1C220A
(28,34,10)
#111406
(17,20,6)
#000000
(0,0,0)

Tints of #7FA02E

#7FA02E
(127,160,46)
#8AA841
(138,168,65)
#95B054
(149,176,84)
#A0B867
(160,184,103)
#ABC07A
(171,192,122)
#B6C88D
(182,200,141)
#C1D0A0
(193,208,160)
#CCD8B3
(204,216,179)
#D7E0C6
(215,224,198)
#E2E8D9
(226,232,217)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA02E color. Also use rgb(127,160,46) instead hex code.

Text Font Color

.myTextColor { color: #7FA02E; }

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

This text font color is #7FA02E.


Background Color

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

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

This div background color is #7FA02E.


Border color

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

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

This div border color is #7FA02E.


Opacity

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

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

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

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

This text has shadow with #7FA02E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA02E on black background.


Color preview on white background

This text has color #7FA02E on white background.



Black color preview on #7FA02E background

This text has black color on #7FA02E background.


White color preview on #7FA02E background

This text has white color on #7FA02E background.