COLOR #71C077

HEX: #71C077
RGB: (113,192,119)

Color info

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

RGB color model

#71C077 color RGB value is (113,192,119).

  • red value is 113;
  • green value is 192;
  • blue value is 119.
RGB:
(113,192,119)
(44%,75%,47%)

RGB channels and saturation

R 113 of 255 = 44%
G 192 of 255 = 75%
B 119 of 255 = 47%

113
192
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 192 + 119 = 424 (100%)
R 113 of 424 ~ 26.65%
G 192 of 424 ~ 45.28%
B 119 of 424 ~ 28.07%

%26.65
%45.28
%28.07

CMYK color model

#71C077 color CMYK value is (41,0,38,25).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK:
(41,0,38,25)
C41M0Y38K25 
(41%,0%,38%,25%)
(0.41/0.00/0.38/0.25)	

CMYK percentages

%41.15
%0
%38.02
%24.71

Codes

Color #71C077 in popluar color models

71C077
RGB113192119
HSL125°38.54%59.80%
HSB/HSV125°41.15%75.29%
CMYK41.15%0.00%38.02%
24.71%

Color #71C077 in popluar number systems.

HEX71C077
Decimal113192119
Binary1110001110000001110111
Octal161300167

Shades and tints

Shades of #71C077

#71C077
(113,192,119)
#67AF6D
(103,175,109)
#5D9E63
(93,158,99)
#538D59
(83,141,89)
#497C4F
(73,124,79)
#3F6B45
(63,107,69)
#355A3B
(53,90,59)
#2B4931
(43,73,49)
#213827
(33,56,39)
#17271D
(23,39,29)
#0D1613
(13,22,19)
#000000
(0,0,0)

Tints of #71C077

#71C077
(113,192,119)
#7DC583
(125,197,131)
#89CA8F
(137,202,143)
#95CF9B
(149,207,155)
#A1D4A7
(161,212,167)
#ADD9B3
(173,217,179)
#B9DEBF
(185,222,191)
#C5E3CB
(197,227,203)
#D1E8D7
(209,232,215)
#DDEDE3
(221,237,227)
#E9F2EF
(233,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71C077; }

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

This text font color is #71C077.


Background Color

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

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

This div background color is #71C077.


Border color

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

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

This div border color is #71C077.


Opacity

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

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

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

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

This text has shadow with #71C077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C077 on black background.


Color preview on white background

This text has color #71C077 on white background.



Black color preview on #71C077 background

This text has black color on #71C077 background.


White color preview on #71C077 background

This text has white color on #71C077 background.