COLOR #7FA14E

HEX: #7FA14E
RGB: (127,161,78)

Color info

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

RGB color model

#7FA14E color RGB value is (127,161,78).

  • red value is 127;
  • green value is 161;
  • blue value is 78.
RGB:
(127,161,78)
(50%,63%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 78 of 255 = 31%

127
161
78

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 78 = 366 (100%)
R 127 of 366 ~ 34.7%
G 161 of 366 ~ 43.99%
B 78 of 366 ~ 21.31%

%34.7
%43.99
%21.31

CMYK color model

#7FA14E color CMYK value is (21,0,52,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 51.55%
  • key color value is 36.86%
CMYK:
(21,0,52,37)
C21M0Y52K37 
(21%,0%,52%,37%)
(0.21/0.00/0.52/0.37)	

CMYK percentages

%21.12
%0
%51.55
%36.86

Codes

Color #7FA14E in popluar color models

7FA14E
RGB12716178
HSL85°34.73%46.86%
HSB/HSV85°51.55%63.14%
CMYK21.12%0.00%51.55%
36.86%

Color #7FA14E in popluar number systems.

HEX7FA14E
Decimal12716178
Binary1111111101000011001110
Octal177241116

Shades and tints

Shades of #7FA14E

#7FA14E
(127,161,78)
#749347
(116,147,71)
#698540
(105,133,64)
#5E7739
(94,119,57)
#536932
(83,105,50)
#485B2B
(72,91,43)
#3D4D24
(61,77,36)
#323F1D
(50,63,29)
#273116
(39,49,22)
#1C230F
(28,35,15)
#111508
(17,21,8)
#000000
(0,0,0)

Tints of #7FA14E

#7FA14E
(127,161,78)
#8AA95E
(138,169,94)
#95B16E
(149,177,110)
#A0B97E
(160,185,126)
#ABC18E
(171,193,142)
#B6C99E
(182,201,158)
#C1D1AE
(193,209,174)
#CCD9BE
(204,217,190)
#D7E1CE
(215,225,206)
#E2E9DE
(226,233,222)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FA14E color. Also use rgb(127,161,78) instead hex code.

Text Font Color

.myTextColor { color: #7FA14E; }

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

This text font color is #7FA14E.


Background Color

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

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

This div background color is #7FA14E.


Border color

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

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

This div border color is #7FA14E.


Opacity

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

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

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

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

This text has shadow with #7FA14E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA14E on black background.


Color preview on white background

This text has color #7FA14E on white background.



Black color preview on #7FA14E background

This text has black color on #7FA14E background.


White color preview on #7FA14E background

This text has white color on #7FA14E background.