COLOR #71B68A

HEX: #71B68A RGB: (113,182,138)

Color info

#71B68A contains mainly green and blue colors. Web safe color of #71B68A is #66CC99 (or #6C9).

RGB color model

#71B68A color RGB value is (113,182,138).

RGB: (113,182,138) (44%, 71%, 54%)

RGB channels and saturation

R 113 of 255 = 44%
G 182 of 255 = 71%
B 138 of 255 = 54%

113
182
138

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

Portions of RGB colors in percentages

R + G + B = 113 + 182 + 138 = 433 (100%)
R 113 of 433 ~ 26.1%
G 182 of 433 ~ 42.03%
B 138 of 433 ~ 31.87'%

%26.1
%42.03
%31.87

CMYK color model

#71B68A color CMYK value is (38,0,24,29).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 24.18%
  • key color value is 28.63%

CMYK: (38,0,24,29)
C38M0Y24K29 (38%, 0%, 24%, 29%)
(0.38 / 0.00 / 0.24 / 0.29)

CMYK percentages

%37.91
%0
%24.18
%28.63

Codes

Color #71B68A in popluar color models

71 B6 8A
RGB 113 182 138
HSL 142° 32.09% 57.84%
HSB/HSV 142° 37.91% 71.37%
CMYK 37.91% 0.00% 24.18%
28.63%

Color #71B68A in popluar number systems.

HEX 71 B6 8A
Decimal 113 182 138
Binary 1110001 10110110 10001010
Octal 161 266 212

Shades and tints

Shades of #71B68A

#71B68A
(113,182,138)
#67A67E
(103,166,126)
#5D9672
(93,150,114)
#538666
(83,134,102)
#49765A
(73,118,90)
#3F664E
(63,102,78)
#355642
(53,86,66)
#2B4636
(43,70,54)
#21362A
(33,54,42)
#17261E
(23,38,30)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #71B68A

#71B68A
(113,182,138)
#7DBC94
(125,188,148)
#89C29E
(137,194,158)
#95C8A8
(149,200,168)
#A1CEB2
(161,206,178)
#ADD4BC
(173,212,188)
#B9DAC6
(185,218,198)
#C5E0D0
(197,224,208)
#D1E6DA
(209,230,218)
#DDECE4
(221,236,228)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B68A; }

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

This text font color is #71B68A.

Background Color

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

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

This div background color is #71B68A.

Border color

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

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

This div border color is #71B68A.

Opacity

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

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

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

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

This text has shadow with #71B68A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B68A.

Preview

Color preview on black background

This text has color #71B68A on black background.


Color preview on white background

This text has color #71B68A on white background.


Black color preview on #71B68A background

This text has black color on #71B68A background.


White color preview on #71B68A background

This text has white color on #71B68A background.


Related colors

Complementary color

Complementary color for #hex is #8E4975.


I love getcolorcode.com

Triadic colors

1 #8A71B6 and #B68A71 with #71B68A are triadic colors.

2 #8AB671 and #B6718A with #71B68A are triadic colors.