COLOR #7FA071

HEX: #7FA071 RGB: (127,160,113)

Color info

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

RGB color model

#7FA071 color RGB value is (127,160,113).

RGB: (127,160,113) (50%, 63%, 44%)

RGB channels and saturation

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

127
160
113

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

Portions of RGB colors in percentages

R + G + B = 127 + 160 + 113 = 400 (100%)
R 127 of 400 ~ 31.75%
G 160 of 400 ~ 40%
B 113 of 400 ~ 28.25'%

%31.75
%40
%28.25

CMYK color model

#7FA071 color CMYK value is (21,0,29,37).

  • cyan value is 20.63%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 37.25%
CMYK: (21,0,29,37) C21M0Y29K37 (21%,0%,29%,37%) (0.21/0.00/0.29/0.37) 

CMYK percentages

%20.63
%0
%29.38
%37.25

Codes

Color #7FA071 in popluar color models

7F A0 71
RGB 127 160 113
HSL 102° 19.83% 53.53%
HSB/HSV 102° 29.38% 62.75%
CMYK 20.63% 0.00% 29.38%
37.25%

Color #7FA071 in popluar number systems.

HEX 7F A0 71
Decimal 127 160 113
Binary 1111111 10100000 1110001
Octal 177 240 161

Shades and tints

Shades of #7FA071

#7FA071
(127,160,113)
#749267
(116,146,103)
#69845D
(105,132,93)
#5E7653
(94,118,83)
#536849
(83,104,73)
#485A3F
(72,90,63)
#3D4C35
(61,76,53)
#323E2B
(50,62,43)
#273021
(39,48,33)
#1C2217
(28,34,23)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #7FA071

#7FA071
(127,160,113)
#8AA87D
(138,168,125)
#95B089
(149,176,137)
#A0B895
(160,184,149)
#ABC0A1
(171,192,161)
#B6C8AD
(182,200,173)
#C1D0B9
(193,208,185)
#CCD8C5
(204,216,197)
#D7E0D1
(215,224,209)
#E2E8DD
(226,232,221)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FA071; }

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

This text font color is #7FA071.

Background Color

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

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

This div background color is #7FA071.

Border color

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

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

This div border color is #7FA071.

Opacity

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

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

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

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

This text has shadow with #7FA071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FA071.

Preview

Color preview on black background

This text has color #7FA071 on black background.


Color preview on white background

This text has color #7FA071 on white background.


Black color preview on #7FA071 background

This text has black color on #7FA071 background.


White color preview on #7FA071 background

This text has white color on #7FA071 background.


Related colors

Complementary color

Complementary color for #hex is #805F8E.


I love getcolorcode.com

Triadic colors

1 #717FA0 and #A0717F with #7FA071 are triadic colors.

2 #71A07F and #A07F71 with #7FA071 are triadic colors.