COLOR #71B570

HEX: #71B570
RGB: (113,181,112)

Color info

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

RGB color model

#71B570 color RGB value is (113,181,112).

  • red value is 113;
  • green value is 181;
  • blue value is 112.
RGB:
(113,181,112)
(44%,71%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 181 of 255 = 71%
B 112 of 255 = 44%

113
181
112

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

Portions of RGB colors in percentages

R + G + B =
113 + 181 + 112 = 406 (100%)
R 113 of 406 ~ 27.83%
G 181 of 406 ~ 44.58%
B 112 of 406 ~ 27.59%

%27.83
%44.58
%27.59

CMYK color model

#71B570 color CMYK value is (38,0,38,29).

  • cyan value is 37.57%
  • magenta value is 0.00%
  • yellow value is 38.12%
  • key color value is 29.02%
CMYK:
(38,0,38,29)
C38M0Y38K29 
(38%,0%,38%,29%)
(0.38/0.00/0.38/0.29)	

CMYK percentages

%37.57
%0
%38.12
%29.02

Codes

Color #71B570 in popluar color models

71B570
RGB113181112
HSL119°31.80%57.45%
HSB/HSV119°38.12%70.98%
CMYK37.57%0.00%38.12%
29.02%

Color #71B570 in popluar number systems.

HEX71B570
Decimal113181112
Binary1110001101101011110000
Octal161265160

Shades and tints

Shades of #71B570

#71B570
(113,181,112)
#67A566
(103,165,102)
#5D955C
(93,149,92)
#538552
(83,133,82)
#497548
(73,117,72)
#3F653E
(63,101,62)
#355534
(53,85,52)
#2B452A
(43,69,42)
#213520
(33,53,32)
#172516
(23,37,22)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #71B570

#71B570
(113,181,112)
#7DBB7D
(125,187,125)
#89C18A
(137,193,138)
#95C797
(149,199,151)
#A1CDA4
(161,205,164)
#ADD3B1
(173,211,177)
#B9D9BE
(185,217,190)
#C5DFCB
(197,223,203)
#D1E5D8
(209,229,216)
#DDEBE5
(221,235,229)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B570; }

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

This text font color is #71B570.


Background Color

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

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

This div background color is #71B570.


Border color

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

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

This div border color is #71B570.


Opacity

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

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

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

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

This text has shadow with #71B570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B570 on black background.


Color preview on white background

This text has color #71B570 on white background.



Black color preview on #71B570 background

This text has black color on #71B570 background.


White color preview on #71B570 background

This text has white color on #71B570 background.