COLOR #7FAE4F

HEX: #7FAE4F
RGB: (127,174,79)

Color info

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

RGB color model

#7FAE4F color RGB value is (127,174,79).

  • red value is 127;
  • green value is 174;
  • blue value is 79.
RGB:
(127,174,79)
(50%,68%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 79 of 255 = 31%

127
174
79

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

Portions of RGB colors in percentages

R + G + B =
127 + 174 + 79 = 380 (100%)
R 127 of 380 ~ 33.42%
G 174 of 380 ~ 45.79%
B 79 of 380 ~ 20.79%

%33.42
%45.79
%20.79

CMYK color model

#7FAE4F color CMYK value is (27,0,55,32).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 54.60%
  • key color value is 31.76%
CMYK:
(27,0,55,32)
C27M0Y55K32 
(27%,0%,55%,32%)
(0.27/0.00/0.55/0.32)	

CMYK percentages

%27.01
%0
%54.6
%31.76

Codes

Color #7FAE4F in popluar color models

7FAE4F
RGB12717479
HSL90°37.55%49.61%
HSB/HSV90°54.60%68.24%
CMYK27.01%0.00%54.60%
31.76%

Color #7FAE4F in popluar number systems.

HEX7FAE4F
Decimal12717479
Binary1111111101011101001111
Octal177256117

Shades and tints

Shades of #7FAE4F

#7FAE4F
(127,174,79)
#749F48
(116,159,72)
#699041
(105,144,65)
#5E813A
(94,129,58)
#537233
(83,114,51)
#48632C
(72,99,44)
#3D5425
(61,84,37)
#32451E
(50,69,30)
#273617
(39,54,23)
#1C2710
(28,39,16)
#111809
(17,24,9)
#000000
(0,0,0)

Tints of #7FAE4F

#7FAE4F
(127,174,79)
#8AB55F
(138,181,95)
#95BC6F
(149,188,111)
#A0C37F
(160,195,127)
#ABCA8F
(171,202,143)
#B6D19F
(182,209,159)
#C1D8AF
(193,216,175)
#CCDFBF
(204,223,191)
#D7E6CF
(215,230,207)
#E2EDDF
(226,237,223)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FAE4F color. Also use rgb(127,174,79) instead hex code.

Text Font Color

.myTextColor { color: #7FAE4F; }

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

This text font color is #7FAE4F.


Background Color

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

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

This div background color is #7FAE4F.


Border color

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

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

This div border color is #7FAE4F.


Opacity

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

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

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

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

This text has shadow with #7FAE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAE4F on black background.


Color preview on white background

This text has color #7FAE4F on white background.



Black color preview on #7FAE4F background

This text has black color on #7FAE4F background.


White color preview on #7FAE4F background

This text has white color on #7FAE4F background.