COLOR #7FAE75

HEX: #7FAE75
RGB: (127,174,117)

Color info

#7FAE75 contains red, green and blue colors in about the same proportion. Web safe color of #7FAE75 is #669966 (or #696).

RGB color model

#7FAE75 color RGB value is (127,174,117).

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

RGB channels and saturation

R 127 of 255 = 50%
G 174 of 255 = 68%
B 117 of 255 = 46%

127
174
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 174 + 117 = 418 (100%)
R 127 of 418 ~ 30.38%
G 174 of 418 ~ 41.63%
B 117 of 418 ~ 27.99%

%30.38
%41.63
%27.99

CMYK color model

#7FAE75 color CMYK value is (27,0,33,32).

  • cyan value is 27.01%
  • magenta value is 0.00%
  • yellow value is 32.76%
  • key color value is 31.76%
CMYK:
(27,0,33,32)
C27M0Y33K32 
(27%,0%,33%,32%)
(0.27/0.00/0.33/0.32)	

CMYK percentages

%27.01
%0
%32.76
%31.76

Codes

Color #7FAE75 in popluar color models

7FAE75
RGB127174117
HSL109°26.03%57.06%
HSB/HSV109°32.76%68.24%
CMYK27.01%0.00%32.76%
31.76%

Color #7FAE75 in popluar number systems.

HEX7FAE75
Decimal127174117
Binary1111111101011101110101
Octal177256165

Shades and tints

Shades of #7FAE75

#7FAE75
(127,174,117)
#749F6B
(116,159,107)
#699061
(105,144,97)
#5E8157
(94,129,87)
#53724D
(83,114,77)
#486343
(72,99,67)
#3D5439
(61,84,57)
#32452F
(50,69,47)
#273625
(39,54,37)
#1C271B
(28,39,27)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #7FAE75

#7FAE75
(127,174,117)
#8AB581
(138,181,129)
#95BC8D
(149,188,141)
#A0C399
(160,195,153)
#ABCAA5
(171,202,165)
#B6D1B1
(182,209,177)
#C1D8BD
(193,216,189)
#CCDFC9
(204,223,201)
#D7E6D5
(215,230,213)
#E2EDE1
(226,237,225)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FAE75; }

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

This text font color is #7FAE75.


Background Color

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

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

This div background color is #7FAE75.


Border color

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

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

This div border color is #7FAE75.


Opacity

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

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

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

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

This text has shadow with #7FAE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FAE75 on black background.


Color preview on white background

This text has color #7FAE75 on white background.



Black color preview on #7FAE75 background

This text has black color on #7FAE75 background.


White color preview on #7FAE75 background

This text has white color on #7FAE75 background.