COLOR #71B67F

HEX: #71B67F
RGB: (113,182,127)

Color info

#71B67F contains mainly green and blue colors. Web safe color of #71B67F is #66CC66 (or #6C6).

RGB color model

#71B67F color RGB value is (113,182,127).

  • red value is 113;
  • green value is 182;
  • blue value is 127.
RGB:
(113,182,127)
(44%,71%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 127 of 255 = 50%

113
182
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 127 = 422 (100%)
R 113 of 422 ~ 26.78%
G 182 of 422 ~ 43.13%
B 127 of 422 ~ 30.09%

%26.78
%43.13
%30.09

CMYK color model

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

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 28.63%
CMYK:
(38,0,30,29)
C38M0Y30K29 
(38%,0%,30%,29%)
(0.38/0.00/0.30/0.29)	

CMYK percentages

%37.91
%0
%30.22
%28.63

Codes

Color #71B67F in popluar color models

71B67F
RGB113182127
HSL132°32.09%57.84%
HSB/HSV132°37.91%71.37%
CMYK37.91%0.00%30.22%
28.63%

Color #71B67F in popluar number systems.

HEX71B67F
Decimal113182127
Binary1110001101101101111111
Octal161266177

Shades and tints

Shades of #71B67F

#71B67F
(113,182,127)
#67A674
(103,166,116)
#5D9669
(93,150,105)
#53865E
(83,134,94)
#497653
(73,118,83)
#3F6648
(63,102,72)
#35563D
(53,86,61)
#2B4632
(43,70,50)
#213627
(33,54,39)
#17261C
(23,38,28)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #71B67F

#71B67F
(113,182,127)
#7DBC8A
(125,188,138)
#89C295
(137,194,149)
#95C8A0
(149,200,160)
#A1CEAB
(161,206,171)
#ADD4B6
(173,212,182)
#B9DAC1
(185,218,193)
#C5E0CC
(197,224,204)
#D1E6D7
(209,230,215)
#DDECE2
(221,236,226)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B67F; }

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

This text font color is #71B67F.


Background Color

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

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

This div background color is #71B67F.


Border color

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

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

This div border color is #71B67F.


Opacity

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

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

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

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

This text has shadow with #71B67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B67F on black background.


Color preview on white background

This text has color #71B67F on white background.



Black color preview on #71B67F background

This text has black color on #71B67F background.


White color preview on #71B67F background

This text has white color on #71B67F background.