COLOR #71A66D

HEX: #71A66D
RGB: (113,166,109)

Color info

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

RGB color model

#71A66D color RGB value is (113,166,109).

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

RGB channels and saturation

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

113
166
109

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

Portions of RGB colors in percentages

R + G + B =
113 + 166 + 109 = 388 (100%)
R 113 of 388 ~ 29.12%
G 166 of 388 ~ 42.78%
B 109 of 388 ~ 28.09%

%29.12
%42.78
%28.09

CMYK color model

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

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

CMYK percentages

%31.93
%0
%34.34
%34.9

Codes

Color #71A66D in popluar color models

71A66D
RGB113166109
HSL116°24.26%53.92%
HSB/HSV116°34.34%65.10%
CMYK31.93%0.00%34.34%
34.90%

Color #71A66D in popluar number systems.

HEX71A66D
Decimal113166109
Binary1110001101001101101101
Octal161246155

Shades and tints

Shades of #71A66D

#71A66D
(113,166,109)
#679764
(103,151,100)
#5D885B
(93,136,91)
#537952
(83,121,82)
#496A49
(73,106,73)
#3F5B40
(63,91,64)
#354C37
(53,76,55)
#2B3D2E
(43,61,46)
#212E25
(33,46,37)
#171F1C
(23,31,28)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #71A66D

#71A66D
(113,166,109)
#7DAE7A
(125,174,122)
#89B687
(137,182,135)
#95BE94
(149,190,148)
#A1C6A1
(161,198,161)
#ADCEAE
(173,206,174)
#B9D6BB
(185,214,187)
#C5DEC8
(197,222,200)
#D1E6D5
(209,230,213)
#DDEEE2
(221,238,226)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A66D; }

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

This text font color is #71A66D.


Background Color

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

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

This div background color is #71A66D.


Border color

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

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

This div border color is #71A66D.


Opacity

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

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

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

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

This text has shadow with #71A66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A66D on black background.


Color preview on white background

This text has color #71A66D on white background.



Black color preview on #71A66D background

This text has black color on #71A66D background.


White color preview on #71A66D background

This text has white color on #71A66D background.