COLOR #71AC80

HEX: #71AC80
RGB: (113,172,128)

Color info

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

RGB color model

#71AC80 color RGB value is (113,172,128).

  • red value is 113;
  • green value is 172;
  • blue value is 128.
RGB:
(113,172,128)
(44%,67%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 172 of 255 = 67%
B 128 of 255 = 50%

113
172
128

R + G + B ~ 54%. #71AC80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 172 + 128 = 413 (100%)
R 113 of 413 ~ 27.36%
G 172 of 413 ~ 41.65%
B 128 of 413 ~ 30.99%

%27.36
%41.65
%30.99

CMYK color model

#71AC80 color CMYK value is (34,0,26,33).

  • cyan value is 34.30%
  • magenta value is 0.00%
  • yellow value is 25.58%
  • key color value is 32.55%
CMYK:
(34,0,26,33)
C34M0Y26K33 
(34%,0%,26%,33%)
(0.34/0.00/0.26/0.33)	

CMYK percentages

%34.3
%0
%25.58
%32.55

Codes

Color #71AC80 in popluar color models

71AC80
RGB113172128
HSL135°26.22%55.88%
HSB/HSV135°34.30%67.45%
CMYK34.30%0.00%25.58%
32.55%

Color #71AC80 in popluar number systems.

HEX71AC80
Decimal113172128
Binary11100011010110010000000
Octal161254200

Shades and tints

Shades of #71AC80

#71AC80
(113,172,128)
#679D75
(103,157,117)
#5D8E6A
(93,142,106)
#537F5F
(83,127,95)
#497054
(73,112,84)
#3F6149
(63,97,73)
#35523E
(53,82,62)
#2B4333
(43,67,51)
#213428
(33,52,40)
#17251D
(23,37,29)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #71AC80

#71AC80
(113,172,128)
#7DB38B
(125,179,139)
#89BA96
(137,186,150)
#95C1A1
(149,193,161)
#A1C8AC
(161,200,172)
#ADCFB7
(173,207,183)
#B9D6C2
(185,214,194)
#C5DDCD
(197,221,205)
#D1E4D8
(209,228,216)
#DDEBE3
(221,235,227)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AC80 color. Also use rgb(113,172,128) instead hex code.

Text Font Color

.myTextColor { color: #71AC80; }

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

This text font color is #71AC80.


Background Color

.myBgColor { background-color: #71AC80; }

<div style="background-color:#71AC80">Inner text</div>

This div background color is #71AC80.


Border color

.myBorderColor { border: 1px solid #71AC80; }

<div style="border:3px solid #71AC80">Div</div>

This div border color is #71AC80.


Opacity

.myOpacity80 { color: #71AC80; opacity: 0.8; }

<p style="color:#71AC80;opacity:0.8;">80%</p>

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

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

This text has shadow with #71AC80 color.

.textShadow {text-shadow: 3px 3px 1px #71AC80, 3px 3px 1px red;}

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

This text has shadow with #71AC80 primary color and red secondary color.


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

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

This text has shadow with #71AC80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AC80 on black background.


Color preview on white background

This text has color #71AC80 on white background.



Black color preview on #71AC80 background

This text has black color on #71AC80 background.


White color preview on #71AC80 background

This text has white color on #71AC80 background.