COLOR #71B077

HEX: #71B077
RGB: (113,176,119)

Color info

#71B077 contains mainly green and blue colors. Web safe color of #71B077 is #669966 (or #696).

RGB color model

#71B077 color RGB value is (113,176,119).

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

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 119 of 255 = 47%

113
176
119

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

Portions of RGB colors in percentages

R + G + B =
113 + 176 + 119 = 408 (100%)
R 113 of 408 ~ 27.7%
G 176 of 408 ~ 43.14%
B 119 of 408 ~ 29.17%

%27.7
%43.14
%29.17

CMYK color model

#71B077 color CMYK value is (36,0,32,31).

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 32.39%
  • key color value is 30.98%
CMYK:
(36,0,32,31)
C36M0Y32K31 
(36%,0%,32%,31%)
(0.36/0.00/0.32/0.31)	

CMYK percentages

%35.8
%0
%32.39
%30.98

Codes

Color #71B077 in popluar color models

71B077
RGB113176119
HSL126°28.51%56.67%
HSB/HSV126°35.80%69.02%
CMYK35.80%0.00%32.39%
30.98%

Color #71B077 in popluar number systems.

HEX71B077
Decimal113176119
Binary1110001101100001110111
Octal161260167

Shades and tints

Shades of #71B077

#71B077
(113,176,119)
#67A06D
(103,160,109)
#5D9063
(93,144,99)
#538059
(83,128,89)
#49704F
(73,112,79)
#3F6045
(63,96,69)
#35503B
(53,80,59)
#2B4031
(43,64,49)
#213027
(33,48,39)
#17201D
(23,32,29)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71B077

#71B077
(113,176,119)
#7DB783
(125,183,131)
#89BE8F
(137,190,143)
#95C59B
(149,197,155)
#A1CCA7
(161,204,167)
#ADD3B3
(173,211,179)
#B9DABF
(185,218,191)
#C5E1CB
(197,225,203)
#D1E8D7
(209,232,215)
#DDEFE3
(221,239,227)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B077; }

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

This text font color is #71B077.


Background Color

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

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

This div background color is #71B077.


Border color

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

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

This div border color is #71B077.


Opacity

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

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

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

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

This text has shadow with #71B077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B077 on black background.


Color preview on white background

This text has color #71B077 on white background.



Black color preview on #71B077 background

This text has black color on #71B077 background.


White color preview on #71B077 background

This text has white color on #71B077 background.