COLOR #7FAE60

HEX: #7FAE60
RGB: (127,174,96)

Color info

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

RGB color model

#7FAE60 color RGB value is (127,174,96).

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

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 96 of 255 = 38%

127
174
96

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

Portions of RGB colors in percentages

R + G + B =
127 + 174 + 96 = 397 (100%)
R 127 of 397 ~ 31.99%
G 174 of 397 ~ 43.83%
B 96 of 397 ~ 24.18%

%31.99
%43.83
%24.18

CMYK color model

#7FAE60 color CMYK value is (27,0,45,32).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(27,0,45,32)
C27M0Y45K32 
(27%,0%,45%,32%)
(0.27/0.00/0.45/0.32)	

CMYK percentages

%27.01
%0
%44.83
%31.76

Codes

Color #7FAE60 in popluar color models

7FAE60
RGB12717496
HSL96°32.50%52.94%
HSB/HSV96°44.83%68.24%
CMYK27.01%0.00%44.83%
31.76%

Color #7FAE60 in popluar number systems.

HEX7FAE60
Decimal12717496
Binary1111111101011101100000
Octal177256140

Shades and tints

Shades of #7FAE60

#7FAE60
(127,174,96)
#749F58
(116,159,88)
#699050
(105,144,80)
#5E8148
(94,129,72)
#537240
(83,114,64)
#486338
(72,99,56)
#3D5430
(61,84,48)
#324528
(50,69,40)
#273620
(39,54,32)
#1C2718
(28,39,24)
#111810
(17,24,16)
#000000
(0,0,0)

Tints of #7FAE60

#7FAE60
(127,174,96)
#8AB56E
(138,181,110)
#95BC7C
(149,188,124)
#A0C38A
(160,195,138)
#ABCA98
(171,202,152)
#B6D1A6
(182,209,166)
#C1D8B4
(193,216,180)
#CCDFC2
(204,223,194)
#D7E6D0
(215,230,208)
#E2EDDE
(226,237,222)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAE60; }

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

This text font color is #7FAE60.


Background Color

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

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

This div background color is #7FAE60.


Border color

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

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

This div border color is #7FAE60.


Opacity

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

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

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

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

This text has shadow with #7FAE60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAE60 on black background.


Color preview on white background

This text has color #7FAE60 on white background.



Black color preview on #7FAE60 background

This text has black color on #7FAE60 background.


White color preview on #7FAE60 background

This text has white color on #7FAE60 background.