COLOR #71A065

HEX: #71A065
RGB: (113,160,101)

Color info

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

RGB color model

#71A065 color RGB value is (113,160,101).

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

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 101 of 255 = 40%

113
160
101

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

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 101 = 374 (100%)
R 113 of 374 ~ 30.21%
G 160 of 374 ~ 42.78%
B 101 of 374 ~ 27.01%

%30.21
%42.78
%27.01

CMYK color model

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

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 36.88%
  • key color value is 37.25%
CMYK:
(29,0,37,37)
C29M0Y37K37 
(29%,0%,37%,37%)
(0.29/0.00/0.37/0.37)	

CMYK percentages

%29.38
%0
%36.88
%37.25

Codes

Color #71A065 in popluar color models

71A065
RGB113160101
HSL108°23.69%51.18%
HSB/HSV108°36.88%62.75%
CMYK29.38%0.00%36.88%
37.25%

Color #71A065 in popluar number systems.

HEX71A065
Decimal113160101
Binary1110001101000001100101
Octal161240145

Shades and tints

Shades of #71A065

#71A065
(113,160,101)
#67925C
(103,146,92)
#5D8453
(93,132,83)
#53764A
(83,118,74)
#496841
(73,104,65)
#3F5A38
(63,90,56)
#354C2F
(53,76,47)
#2B3E26
(43,62,38)
#21301D
(33,48,29)
#172214
(23,34,20)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #71A065

#71A065
(113,160,101)
#7DA873
(125,168,115)
#89B081
(137,176,129)
#95B88F
(149,184,143)
#A1C09D
(161,192,157)
#ADC8AB
(173,200,171)
#B9D0B9
(185,208,185)
#C5D8C7
(197,216,199)
#D1E0D5
(209,224,213)
#DDE8E3
(221,232,227)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A065; }

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

This text font color is #71A065.


Background Color

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

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

This div background color is #71A065.


Border color

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

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

This div border color is #71A065.


Opacity

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

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

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

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

This text has shadow with #71A065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A065 on black background.


Color preview on white background

This text has color #71A065 on white background.



Black color preview on #71A065 background

This text has black color on #71A065 background.


White color preview on #71A065 background

This text has white color on #71A065 background.