COLOR #7FA171

HEX: #7FA171
RGB: (127,161,113)

Color info

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

RGB color model

#7FA171 color RGB value is (127,161,113).

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

RGB channels and saturation

R 127 of 255 = 50%
G 161 of 255 = 63%
B 113 of 255 = 44%

127
161
113

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

Portions of RGB colors in percentages

R + G + B =
127 + 161 + 113 = 401 (100%)
R 127 of 401 ~ 31.67%
G 161 of 401 ~ 40.15%
B 113 of 401 ~ 28.18%

%31.67
%40.15
%28.18

CMYK color model

#7FA171 color CMYK value is (21,0,30,37).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 36.86%
CMYK:
(21,0,30,37)
C21M0Y30K37 
(21%,0%,30%,37%)
(0.21/0.00/0.30/0.37)	

CMYK percentages

%21.12
%0
%29.81
%36.86

Codes

Color #7FA171 in popluar color models

7FA171
RGB127161113
HSL103°20.34%53.73%
HSB/HSV103°29.81%63.14%
CMYK21.12%0.00%29.81%
36.86%

Color #7FA171 in popluar number systems.

HEX7FA171
Decimal127161113
Binary1111111101000011110001
Octal177241161

Shades and tints

Shades of #7FA171

#7FA171
(127,161,113)
#749367
(116,147,103)
#69855D
(105,133,93)
#5E7753
(94,119,83)
#536949
(83,105,73)
#485B3F
(72,91,63)
#3D4D35
(61,77,53)
#323F2B
(50,63,43)
#273121
(39,49,33)
#1C2317
(28,35,23)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #7FA171

#7FA171
(127,161,113)
#8AA97D
(138,169,125)
#95B189
(149,177,137)
#A0B995
(160,185,149)
#ABC1A1
(171,193,161)
#B6C9AD
(182,201,173)
#C1D1B9
(193,209,185)
#CCD9C5
(204,217,197)
#D7E1D1
(215,225,209)
#E2E9DD
(226,233,221)
#EDF1E9
(237,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA171; }

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

This text font color is #7FA171.


Background Color

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

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

This div background color is #7FA171.


Border color

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

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

This div border color is #7FA171.


Opacity

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

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

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

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

This text has shadow with #7FA171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FA171 on black background.


Color preview on white background

This text has color #7FA171 on white background.



Black color preview on #7FA171 background

This text has black color on #7FA171 background.


White color preview on #7FA171 background

This text has white color on #7FA171 background.