COLOR #71BC6D

HEX: #71BC6D RGB: (113,188,109)

Color info

#71BC6D contains mainly green color. Web safe color of #71BC6D is #66CC66 (or #6C6).

RGB color model

#71BC6D color RGB value is (113,188,109).

RGB: (113,188,109) (44%, 74%, 43%)

RGB channels and saturation

R 113 of 255 = 44%
G 188 of 255 = 74%
B 109 of 255 = 43%

113
188
109

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

Portions of RGB colors in percentages

R + G + B = 113 + 188 + 109 = 410 (100%)
R 113 of 410 ~ 27.56%
G 188 of 410 ~ 45.85%
B 109 of 410 ~ 26.59'%

%27.56
%45.85
%26.59

CMYK color model

#71BC6D color CMYK value is (40,0,42,26).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 42.02%
  • key color value is 26.27%
CMYK: (40,0,42,26) C40M0Y42K26 (40%,0%,42%,26%) (0.40/0.00/0.42/0.26) 

CMYK percentages

%39.89
%0
%42.02
%26.27

Codes

Color #71BC6D in popluar color models

71 BC 6D
RGB 113 188 109
HSL 117° 37.09% 58.24%
HSB/HSV 117° 42.02% 73.73%
CMYK 39.89% 0.00% 42.02%
26.27%

Color #71BC6D in popluar number systems.

HEX 71 BC 6D
Decimal 113 188 109
Binary 1110001 10111100 1101101
Octal 161 274 155

Shades and tints

Shades of #71BC6D

#71BC6D
(113,188,109)
#67AB64
(103,171,100)
#5D9A5B
(93,154,91)
#538952
(83,137,82)
#497849
(73,120,73)
#3F6740
(63,103,64)
#355637
(53,86,55)
#2B452E
(43,69,46)
#213425
(33,52,37)
#17231C
(23,35,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #71BC6D

#71BC6D
(113,188,109)
#7DC27A
(125,194,122)
#89C887
(137,200,135)
#95CE94
(149,206,148)
#A1D4A1
(161,212,161)
#ADDAAE
(173,218,174)
#B9E0BB
(185,224,187)
#C5E6C8
(197,230,200)
#D1ECD5
(209,236,213)
#DDF2E2
(221,242,226)
#E9F8EF
(233,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BC6D color. Also use rgb(113,188,109) instead hex code.

Text Font Color

.myTextColor { color: #71BC6D; }

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

This text font color is #71BC6D.

Background Color

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

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

This div background color is #71BC6D.

Border color

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

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

This div border color is #71BC6D.

Opacity

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

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

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

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

This text has shadow with #71BC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BC6D.

Preview

Color preview on black background

This text has color #71BC6D on black background.


Color preview on white background

This text has color #71BC6D on white background.


Black color preview on #71BC6D background

This text has black color on #71BC6D background.


White color preview on #71BC6D background

This text has white color on #71BC6D background.


Related colors

Complementary color

Complementary color for #hex is #8E4392.


I love getcolorcode.com

Triadic colors

1 #6D71BC and #BC6D71 with #71BC6D are triadic colors.

2 #6DBC71 and #BC716D with #71BC6D are triadic colors.