COLOR #71A369

HEX: #71A369
RGB: (113,163,105)

Color info

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

RGB color model

#71A369 color RGB value is (113,163,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 163 of 255 = 64%
B 105 of 255 = 41%

113
163
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 163 + 105 = 381 (100%)
R 113 of 381 ~ 29.66%
G 163 of 381 ~ 42.78%
B 105 of 381 ~ 27.56%

%29.66
%42.78
%27.56

CMYK color model

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

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 35.58%
  • key color value is 36.08%
CMYK:
(31,0,36,36)
C31M0Y36K36 
(31%,0%,36%,36%)
(0.31/0.00/0.36/0.36)	

CMYK percentages

%30.67
%0
%35.58
%36.08

Codes

Color #71A369 in popluar color models

71A369
RGB113163105
HSL112°23.97%52.55%
HSB/HSV112°35.58%63.92%
CMYK30.67%0.00%35.58%
36.08%

Color #71A369 in popluar number systems.

HEX71A369
Decimal113163105
Binary1110001101000111101001
Octal161243151

Shades and tints

Shades of #71A369

#71A369
(113,163,105)
#679560
(103,149,96)
#5D8757
(93,135,87)
#53794E
(83,121,78)
#496B45
(73,107,69)
#3F5D3C
(63,93,60)
#354F33
(53,79,51)
#2B412A
(43,65,42)
#213321
(33,51,33)
#172518
(23,37,24)
#0D170F
(13,23,15)
#000000
(0,0,0)

Tints of #71A369

#71A369
(113,163,105)
#7DAB76
(125,171,118)
#89B383
(137,179,131)
#95BB90
(149,187,144)
#A1C39D
(161,195,157)
#ADCBAA
(173,203,170)
#B9D3B7
(185,211,183)
#C5DBC4
(197,219,196)
#D1E3D1
(209,227,209)
#DDEBDE
(221,235,222)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A369; }

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

This text font color is #71A369.


Background Color

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

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

This div background color is #71A369.


Border color

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

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

This div border color is #71A369.


Opacity

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

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

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

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

This text has shadow with #71A369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A369 on black background.


Color preview on white background

This text has color #71A369 on white background.



Black color preview on #71A369 background

This text has black color on #71A369 background.


White color preview on #71A369 background

This text has white color on #71A369 background.