COLOR #71AA91

HEX: #71AA91
RGB: (113,170,145)

Color info

#71AA91 contains red, green and blue colors in about the same proportion. Web safe color of #71AA91 is #669999 (or #699).

RGB color model

#71AA91 color RGB value is (113,170,145).

  • red value is 113;
  • green value is 170;
  • blue value is 145.
RGB:
(113,170,145)
(44%,67%,57%)

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 145 of 255 = 57%

113
170
145

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 145 = 428 (100%)
R 113 of 428 ~ 26.4%
G 170 of 428 ~ 39.72%
B 145 of 428 ~ 33.88%

%26.4
%39.72
%33.88

CMYK color model

#71AA91 color CMYK value is (34,0,15,33).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 33.33%
CMYK:
(34,0,15,33)
C34M0Y15K33 
(34%,0%,15%,33%)
(0.34/0.00/0.15/0.33)	

CMYK percentages

%33.53
%0
%14.71
%33.33

Codes

Color #71AA91 in popluar color models

71AA91
RGB113170145
HSL154°25.11%55.49%
HSB/HSV154°33.53%66.67%
CMYK33.53%0.00%14.71%
33.33%

Color #71AA91 in popluar number systems.

HEX71AA91
Decimal113170145
Binary11100011010101010010001
Octal161252221

Shades and tints

Shades of #71AA91

#71AA91
(113,170,145)
#679B84
(103,155,132)
#5D8C77
(93,140,119)
#537D6A
(83,125,106)
#496E5D
(73,110,93)
#3F5F50
(63,95,80)
#355043
(53,80,67)
#2B4136
(43,65,54)
#213229
(33,50,41)
#17231C
(23,35,28)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #71AA91

#71AA91
(113,170,145)
#7DB19B
(125,177,155)
#89B8A5
(137,184,165)
#95BFAF
(149,191,175)
#A1C6B9
(161,198,185)
#ADCDC3
(173,205,195)
#B9D4CD
(185,212,205)
#C5DBD7
(197,219,215)
#D1E2E1
(209,226,225)
#DDE9EB
(221,233,235)
#E9F0F5
(233,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AA91 color. Also use rgb(113,170,145) instead hex code.

Text Font Color

.myTextColor { color: #71AA91; }

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

This text font color is #71AA91.


Background Color

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

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

This div background color is #71AA91.


Border color

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

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

This div border color is #71AA91.


Opacity

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

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

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

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

This text has shadow with #71AA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AA91 on black background.


Color preview on white background

This text has color #71AA91 on white background.



Black color preview on #71AA91 background

This text has black color on #71AA91 background.


White color preview on #71AA91 background

This text has white color on #71AA91 background.