COLOR #71BC67

HEX: #71BC67
RGB: (113,188,103)

Color info

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

RGB color model

#71BC67 color RGB value is (113,188,103).

  • red value is 113;
  • green value is 188;
  • blue value is 103.
RGB:
(113,188,103)
(44%,74%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 188 of 255 = 74%
B 103 of 255 = 40%

113
188
103

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

Portions of RGB colors in percentages

R + G + B =
113 + 188 + 103 = 404 (100%)
R 113 of 404 ~ 27.97%
G 188 of 404 ~ 46.53%
B 103 of 404 ~ 25.5%

%27.97
%46.53
%25.5

CMYK color model

#71BC67 color CMYK value is (40,0,45,26).

  • cyan value is 39.89%
  • magenta value is 0.00%
  • yellow value is 45.21%
  • key color value is 26.27%
CMYK:
(40,0,45,26)
C40M0Y45K26 
(40%,0%,45%,26%)
(0.40/0.00/0.45/0.26)	

CMYK percentages

%39.89
%0
%45.21
%26.27

Codes

Color #71BC67 in popluar color models

71BC67
RGB113188103
HSL113°38.81%57.06%
HSB/HSV113°45.21%73.73%
CMYK39.89%0.00%45.21%
26.27%

Color #71BC67 in popluar number systems.

HEX71BC67
Decimal113188103
Binary1110001101111001100111
Octal161274147

Shades and tints

Shades of #71BC67

#71BC67
(113,188,103)
#67AB5E
(103,171,94)
#5D9A55
(93,154,85)
#53894C
(83,137,76)
#497843
(73,120,67)
#3F673A
(63,103,58)
#355631
(53,86,49)
#2B4528
(43,69,40)
#21341F
(33,52,31)
#172316
(23,35,22)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #71BC67

#71BC67
(113,188,103)
#7DC274
(125,194,116)
#89C881
(137,200,129)
#95CE8E
(149,206,142)
#A1D49B
(161,212,155)
#ADDAA8
(173,218,168)
#B9E0B5
(185,224,181)
#C5E6C2
(197,230,194)
#D1ECCF
(209,236,207)
#DDF2DC
(221,242,220)
#E9F8E9
(233,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BC67; }

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

This text font color is #71BC67.


Background Color

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

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

This div background color is #71BC67.


Border color

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

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

This div border color is #71BC67.


Opacity

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

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

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

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

This text has shadow with #71BC67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BC67 on black background.


Color preview on white background

This text has color #71BC67 on white background.



Black color preview on #71BC67 background

This text has black color on #71BC67 background.


White color preview on #71BC67 background

This text has white color on #71BC67 background.