COLOR #71B67B

HEX: #71B67B
RGB: (113,182,123)

Color info

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

RGB color model

#71B67B color RGB value is (113,182,123).

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

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 123 of 255 = 48%

113
182
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 182 + 123 = 418 (100%)
R 113 of 418 ~ 27.03%
G 182 of 418 ~ 43.54%
B 123 of 418 ~ 29.43%

%27.03
%43.54
%29.43

CMYK color model

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

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 32.42%
  • key color value is 28.63%
CMYK:
(38,0,32,29)
C38M0Y32K29 
(38%,0%,32%,29%)
(0.38/0.00/0.32/0.29)	

CMYK percentages

%37.91
%0
%32.42
%28.63

Codes

Color #71B67B in popluar color models

71B67B
RGB113182123
HSL129°32.09%57.84%
HSB/HSV129°37.91%71.37%
CMYK37.91%0.00%32.42%
28.63%

Color #71B67B in popluar number systems.

HEX71B67B
Decimal113182123
Binary1110001101101101111011
Octal161266173

Shades and tints

Shades of #71B67B

#71B67B
(113,182,123)
#67A670
(103,166,112)
#5D9665
(93,150,101)
#53865A
(83,134,90)
#49764F
(73,118,79)
#3F6644
(63,102,68)
#355639
(53,86,57)
#2B462E
(43,70,46)
#213623
(33,54,35)
#172618
(23,38,24)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #71B67B

#71B67B
(113,182,123)
#7DBC87
(125,188,135)
#89C293
(137,194,147)
#95C89F
(149,200,159)
#A1CEAB
(161,206,171)
#ADD4B7
(173,212,183)
#B9DAC3
(185,218,195)
#C5E0CF
(197,224,207)
#D1E6DB
(209,230,219)
#DDECE7
(221,236,231)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B67B; }

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

This text font color is #71B67B.


Background Color

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

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

This div background color is #71B67B.


Border color

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

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

This div border color is #71B67B.


Opacity

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

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

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

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

This text has shadow with #71B67B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B67B on black background.


Color preview on white background

This text has color #71B67B on white background.



Black color preview on #71B67B background

This text has black color on #71B67B background.


White color preview on #71B67B background

This text has white color on #71B67B background.