COLOR #71A365

HEX: #71A365
RGB: (113,163,101)

Color info

#71A365 contains mainly red and green colors. Web safe color of #71A365 is #669966 (or #696).

RGB color model

#71A365 color RGB value is (113,163,101).

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

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 101 of 255 = 40%

113
163
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 101 = 377 (100%)
R 113 of 377 ~ 29.97%
G 163 of 377 ~ 43.24%
B 101 of 377 ~ 26.79%

%29.97
%43.24
%26.79

CMYK color model

#71A365 color CMYK value is (31,0,38,36).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(31,0,38,36)
C31M0Y38K36 
(31%,0%,38%,36%)
(0.31/0.00/0.38/0.36)	

CMYK percentages

%30.67
%0
%38.04
%36.08

Codes

Color #71A365 in popluar color models

71A365
RGB113163101
HSL108°25.20%51.76%
HSB/HSV108°38.04%63.92%
CMYK30.67%0.00%38.04%
36.08%

Color #71A365 in popluar number systems.

HEX71A365
Decimal113163101
Binary1110001101000111100101
Octal161243145

Shades and tints

Shades of #71A365

#71A365
(113,163,101)
#67955C
(103,149,92)
#5D8753
(93,135,83)
#53794A
(83,121,74)
#496B41
(73,107,65)
#3F5D38
(63,93,56)
#354F2F
(53,79,47)
#2B4126
(43,65,38)
#21331D
(33,51,29)
#172514
(23,37,20)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #71A365

#71A365
(113,163,101)
#7DAB73
(125,171,115)
#89B381
(137,179,129)
#95BB8F
(149,187,143)
#A1C39D
(161,195,157)
#ADCBAB
(173,203,171)
#B9D3B9
(185,211,185)
#C5DBC7
(197,219,199)
#D1E3D5
(209,227,213)
#DDEBE3
(221,235,227)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A365; }

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

This text font color is #71A365.


Background Color

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

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

This div background color is #71A365.


Border color

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

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

This div border color is #71A365.


Opacity

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

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

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

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

This text has shadow with #71A365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A365 on black background.


Color preview on white background

This text has color #71A365 on white background.



Black color preview on #71A365 background

This text has black color on #71A365 background.


White color preview on #71A365 background

This text has white color on #71A365 background.