COLOR #71B079

HEX: #71B079
RGB: (113,176,121)

Color info

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

RGB color model

#71B079 color RGB value is (113,176,121).

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

RGB channels and saturation

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

113
176
121

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

Portions of RGB colors in percentages

R + G + B =
113 + 176 + 121 = 410 (100%)
R 113 of 410 ~ 27.56%
G 176 of 410 ~ 42.93%
B 121 of 410 ~ 29.51%

%27.56
%42.93
%29.51

CMYK color model

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

  • cyan value is 35.80%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 30.98%
CMYK:
(36,0,31,31)
C36M0Y31K31 
(36%,0%,31%,31%)
(0.36/0.00/0.31/0.31)	

CMYK percentages

%35.8
%0
%31.25
%30.98

Codes

Color #71B079 in popluar color models

71B079
RGB113176121
HSL128°28.51%56.67%
HSB/HSV128°35.80%69.02%
CMYK35.80%0.00%31.25%
30.98%

Color #71B079 in popluar number systems.

HEX71B079
Decimal113176121
Binary1110001101100001111001
Octal161260171

Shades and tints

Shades of #71B079

#71B079
(113,176,121)
#67A06E
(103,160,110)
#5D9063
(93,144,99)
#538058
(83,128,88)
#49704D
(73,112,77)
#3F6042
(63,96,66)
#355037
(53,80,55)
#2B402C
(43,64,44)
#213021
(33,48,33)
#172016
(23,32,22)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #71B079

#71B079
(113,176,121)
#7DB785
(125,183,133)
#89BE91
(137,190,145)
#95C59D
(149,197,157)
#A1CCA9
(161,204,169)
#ADD3B5
(173,211,181)
#B9DAC1
(185,218,193)
#C5E1CD
(197,225,205)
#D1E8D9
(209,232,217)
#DDEFE5
(221,239,229)
#E9F6F1
(233,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B079; }

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

This text font color is #71B079.


Background Color

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

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

This div background color is #71B079.


Border color

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

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

This div border color is #71B079.


Opacity

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

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

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

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

This text has shadow with #71B079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B079 on black background.


Color preview on white background

This text has color #71B079 on white background.



Black color preview on #71B079 background

This text has black color on #71B079 background.


White color preview on #71B079 background

This text has white color on #71B079 background.