COLOR #71A56D

HEX: #71A56D
RGB: (113,165,109)

Color info

#71A56D contains red, green and blue colors in about the same proportion. Web safe color of #71A56D is #669966 (or #696).

RGB color model

#71A56D color RGB value is (113,165,109).

  • red value is 113;
  • green value is 165;
  • blue value is 109.
RGB:
(113,165,109)
(44%,65%,43%)

RGB channels and saturation

R 113 of 255 = 44%
G 165 of 255 = 65%
B 109 of 255 = 43%

113
165
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 165 + 109 = 387 (100%)
R 113 of 387 ~ 29.2%
G 165 of 387 ~ 42.64%
B 109 of 387 ~ 28.17%

%29.2
%42.64
%28.17

CMYK color model

#71A56D color CMYK value is (32,0,34,35).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 33.94%
  • key color value is 35.29%
CMYK:
(32,0,34,35)
C32M0Y34K35 
(32%,0%,34%,35%)
(0.32/0.00/0.34/0.35)	

CMYK percentages

%31.52
%0
%33.94
%35.29

Codes

Color #71A56D in popluar color models

71A56D
RGB113165109
HSL116°23.73%53.73%
HSB/HSV116°33.94%64.71%
CMYK31.52%0.00%33.94%
35.29%

Color #71A56D in popluar number systems.

HEX71A56D
Decimal113165109
Binary1110001101001011101101
Octal161245155

Shades and tints

Shades of #71A56D

#71A56D
(113,165,109)
#679664
(103,150,100)
#5D875B
(93,135,91)
#537852
(83,120,82)
#496949
(73,105,73)
#3F5A40
(63,90,64)
#354B37
(53,75,55)
#2B3C2E
(43,60,46)
#212D25
(33,45,37)
#171E1C
(23,30,28)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #71A56D

#71A56D
(113,165,109)
#7DAD7A
(125,173,122)
#89B587
(137,181,135)
#95BD94
(149,189,148)
#A1C5A1
(161,197,161)
#ADCDAE
(173,205,174)
#B9D5BB
(185,213,187)
#C5DDC8
(197,221,200)
#D1E5D5
(209,229,213)
#DDEDE2
(221,237,226)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A56D; }

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

This text font color is #71A56D.


Background Color

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

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

This div background color is #71A56D.


Border color

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

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

This div border color is #71A56D.


Opacity

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

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

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

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

This text has shadow with #71A56D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A56D on black background.


Color preview on white background

This text has color #71A56D on white background.



Black color preview on #71A56D background

This text has black color on #71A56D background.


White color preview on #71A56D background

This text has white color on #71A56D background.