COLOR #71B965

HEX: #71B965
RGB: (113,185,101)

Color info

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

RGB color model

#71B965 color RGB value is (113,185,101).

  • red value is 113;
  • green value is 185;
  • blue value is 101.
RGB:
(113,185,101)
(44%,73%,40%)

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 101 of 255 = 40%

113
185
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 101 = 399 (100%)
R 113 of 399 ~ 28.32%
G 185 of 399 ~ 46.37%
B 101 of 399 ~ 25.31%

%28.32
%46.37
%25.31

CMYK color model

#71B965 color CMYK value is (39,0,45,27).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 45.41%
  • key color value is 27.45%
CMYK:
(39,0,45,27)
C39M0Y45K27 
(39%,0%,45%,27%)
(0.39/0.00/0.45/0.27)	

CMYK percentages

%38.92
%0
%45.41
%27.45

Codes

Color #71B965 in popluar color models

71B965
RGB113185101
HSL111°37.50%56.08%
HSB/HSV111°45.41%72.55%
CMYK38.92%0.00%45.41%
27.45%

Color #71B965 in popluar number systems.

HEX71B965
Decimal113185101
Binary1110001101110011100101
Octal161271145

Shades and tints

Shades of #71B965

#71B965
(113,185,101)
#67A95C
(103,169,92)
#5D9953
(93,153,83)
#53894A
(83,137,74)
#497941
(73,121,65)
#3F6938
(63,105,56)
#35592F
(53,89,47)
#2B4926
(43,73,38)
#21391D
(33,57,29)
#172914
(23,41,20)
#0D190B
(13,25,11)
#000000
(0,0,0)

Tints of #71B965

#71B965
(113,185,101)
#7DBF73
(125,191,115)
#89C581
(137,197,129)
#95CB8F
(149,203,143)
#A1D19D
(161,209,157)
#ADD7AB
(173,215,171)
#B9DDB9
(185,221,185)
#C5E3C7
(197,227,199)
#D1E9D5
(209,233,213)
#DDEFE3
(221,239,227)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B965 color. Also use rgb(113,185,101) instead hex code.

Text Font Color

.myTextColor { color: #71B965; }

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

This text font color is #71B965.


Background Color

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

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

This div background color is #71B965.


Border color

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

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

This div border color is #71B965.


Opacity

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

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

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

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

This text has shadow with #71B965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B965 on black background.


Color preview on white background

This text has color #71B965 on white background.



Black color preview on #71B965 background

This text has black color on #71B965 background.


White color preview on #71B965 background

This text has white color on #71B965 background.