COLOR #71A36A

HEX: #71A36A
RGB: (113,163,106)

Color info

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

RGB color model

#71A36A color RGB value is (113,163,106).

  • red value is 113;
  • green value is 163;
  • blue value is 106.
RGB:
(113,163,106)
(44%,64%,42%)

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 106 of 255 = 42%

113
163
106

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 106 = 382 (100%)
R 113 of 382 ~ 29.58%
G 163 of 382 ~ 42.67%
B 106 of 382 ~ 27.75%

%29.58
%42.67
%27.75

CMYK color model

#71A36A color CMYK value is (31,0,35,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 36.08%
CMYK:
(31,0,35,36)
C31M0Y35K36 
(31%,0%,35%,36%)
(0.31/0.00/0.35/0.36)	

CMYK percentages

%30.67
%0
%34.97
%36.08

Codes

Color #71A36A in popluar color models

71A36A
RGB113163106
HSL113°23.65%52.75%
HSB/HSV113°34.97%63.92%
CMYK30.67%0.00%34.97%
36.08%

Color #71A36A in popluar number systems.

HEX71A36A
Decimal113163106
Binary1110001101000111101010
Octal161243152

Shades and tints

Shades of #71A36A

#71A36A
(113,163,106)
#679561
(103,149,97)
#5D8758
(93,135,88)
#53794F
(83,121,79)
#496B46
(73,107,70)
#3F5D3D
(63,93,61)
#354F34
(53,79,52)
#2B412B
(43,65,43)
#213322
(33,51,34)
#172519
(23,37,25)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #71A36A

#71A36A
(113,163,106)
#7DAB77
(125,171,119)
#89B384
(137,179,132)
#95BB91
(149,187,145)
#A1C39E
(161,195,158)
#ADCBAB
(173,203,171)
#B9D3B8
(185,211,184)
#C5DBC5
(197,219,197)
#D1E3D2
(209,227,210)
#DDEBDF
(221,235,223)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A36A color. Also use rgb(113,163,106) instead hex code.

Text Font Color

.myTextColor { color: #71A36A; }

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

This text font color is #71A36A.


Background Color

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

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

This div background color is #71A36A.


Border color

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

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

This div border color is #71A36A.


Opacity

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

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

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

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

This text has shadow with #71A36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A36A on black background.


Color preview on white background

This text has color #71A36A on white background.



Black color preview on #71A36A background

This text has black color on #71A36A background.


White color preview on #71A36A background

This text has white color on #71A36A background.