COLOR #71A069

HEX: #71A069
RGB: (113,160,105)

Color info

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

RGB color model

#71A069 color RGB value is (113,160,105).

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

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 105 of 255 = 41%

113
160
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 105 = 378 (100%)
R 113 of 378 ~ 29.89%
G 160 of 378 ~ 42.33%
B 105 of 378 ~ 27.78%

%29.89
%42.33
%27.78

CMYK color model

#71A069 color CMYK value is (29,0,34,37).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 37.25%
CMYK:
(29,0,34,37)
C29M0Y34K37 
(29%,0%,34%,37%)
(0.29/0.00/0.34/0.37)	

CMYK percentages

%29.38
%0
%34.38
%37.25

Codes

Color #71A069 in popluar color models

71A069
RGB113160105
HSL111°22.45%51.96%
HSB/HSV111°34.38%62.75%
CMYK29.38%0.00%34.38%
37.25%

Color #71A069 in popluar number systems.

HEX71A069
Decimal113160105
Binary1110001101000001101001
Octal161240151

Shades and tints

Shades of #71A069

#71A069
(113,160,105)
#679260
(103,146,96)
#5D8457
(93,132,87)
#53764E
(83,118,78)
#496845
(73,104,69)
#3F5A3C
(63,90,60)
#354C33
(53,76,51)
#2B3E2A
(43,62,42)
#213021
(33,48,33)
#172218
(23,34,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #71A069

#71A069
(113,160,105)
#7DA876
(125,168,118)
#89B083
(137,176,131)
#95B890
(149,184,144)
#A1C09D
(161,192,157)
#ADC8AA
(173,200,170)
#B9D0B7
(185,208,183)
#C5D8C4
(197,216,196)
#D1E0D1
(209,224,209)
#DDE8DE
(221,232,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A069; }

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

This text font color is #71A069.


Background Color

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

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

This div background color is #71A069.


Border color

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

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

This div border color is #71A069.


Opacity

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

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

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

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

This text has shadow with #71A069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A069 on black background.


Color preview on white background

This text has color #71A069 on white background.



Black color preview on #71A069 background

This text has black color on #71A069 background.


White color preview on #71A069 background

This text has white color on #71A069 background.