COLOR #71B971

HEX: #71B971
RGB: (113,185,113)

Color info

#71B971 contains mainly green color. Web safe color of #71B971 is #66CC66 (or #6C6).

RGB color model

#71B971 color RGB value is (113,185,113).

  • red value is 113;
  • green value is 185;
  • blue value is 113.
RGB:
(113,185,113)
(44%,73%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 113 of 255 = 44%

113
185
113

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

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 113 = 411 (100%)
R 113 of 411 ~ 27.49%
G 185 of 411 ~ 45.01%
B 113 of 411 ~ 27.49%

%27.49
%45.01
%27.49

CMYK color model

#71B971 color CMYK value is (39,0,39,27).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 27.45%
CMYK:
(39,0,39,27)
C39M0Y39K27 
(39%,0%,39%,27%)
(0.39/0.00/0.39/0.27)	

CMYK percentages

%38.92
%0
%38.92
%27.45

Codes

Color #71B971 in popluar color models

71B971
RGB113185113
HSL120°33.96%58.43%
HSB/HSV120°38.92%72.55%
CMYK38.92%0.00%38.92%
27.45%

Color #71B971 in popluar number systems.

HEX71B971
Decimal113185113
Binary1110001101110011110001
Octal161271161

Shades and tints

Shades of #71B971

#71B971
(113,185,113)
#67A967
(103,169,103)
#5D995D
(93,153,93)
#538953
(83,137,83)
#497949
(73,121,73)
#3F693F
(63,105,63)
#355935
(53,89,53)
#2B492B
(43,73,43)
#213921
(33,57,33)
#172917
(23,41,23)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #71B971

#71B971
(113,185,113)
#7DBF7D
(125,191,125)
#89C589
(137,197,137)
#95CB95
(149,203,149)
#A1D1A1
(161,209,161)
#ADD7AD
(173,215,173)
#B9DDB9
(185,221,185)
#C5E3C5
(197,227,197)
#D1E9D1
(209,233,209)
#DDEFDD
(221,239,221)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B971; }

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

This text font color is #71B971.


Background Color

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

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

This div background color is #71B971.


Border color

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

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

This div border color is #71B971.


Opacity

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

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

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

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

This text has shadow with #71B971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B971 on black background.


Color preview on white background

This text has color #71B971 on white background.



Black color preview on #71B971 background

This text has black color on #71B971 background.


White color preview on #71B971 background

This text has white color on #71B971 background.