COLOR #71A06C

HEX: #71A06C
RGB: (113,160,108)

Color info

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

RGB color model

#71A06C color RGB value is (113,160,108).

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

RGB channels and saturation

R 113 of 255 = 44%
G 160 of 255 = 63%
B 108 of 255 = 42%

113
160
108

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

Portions of RGB colors in percentages

R + G + B =
113 + 160 + 108 = 381 (100%)
R 113 of 381 ~ 29.66%
G 160 of 381 ~ 41.99%
B 108 of 381 ~ 28.35%

%29.66
%41.99
%28.35

CMYK color model

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

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 37.25%
CMYK:
(29,0,33,37)
C29M0Y33K37 
(29%,0%,33%,37%)
(0.29/0.00/0.33/0.37)	

CMYK percentages

%29.38
%0
%32.5
%37.25

Codes

Color #71A06C in popluar color models

71A06C
RGB113160108
HSL114°21.49%52.55%
HSB/HSV114°32.50%62.75%
CMYK29.38%0.00%32.50%
37.25%

Color #71A06C in popluar number systems.

HEX71A06C
Decimal113160108
Binary1110001101000001101100
Octal161240154

Shades and tints

Shades of #71A06C

#71A06C
(113,160,108)
#679263
(103,146,99)
#5D845A
(93,132,90)
#537651
(83,118,81)
#496848
(73,104,72)
#3F5A3F
(63,90,63)
#354C36
(53,76,54)
#2B3E2D
(43,62,45)
#213024
(33,48,36)
#17221B
(23,34,27)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #71A06C

#71A06C
(113,160,108)
#7DA879
(125,168,121)
#89B086
(137,176,134)
#95B893
(149,184,147)
#A1C0A0
(161,192,160)
#ADC8AD
(173,200,173)
#B9D0BA
(185,208,186)
#C5D8C7
(197,216,199)
#D1E0D4
(209,224,212)
#DDE8E1
(221,232,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A06C; }

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

This text font color is #71A06C.


Background Color

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

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

This div background color is #71A06C.


Border color

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

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

This div border color is #71A06C.


Opacity

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

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

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

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

This text has shadow with #71A06C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A06C on black background.


Color preview on white background

This text has color #71A06C on white background.



Black color preview on #71A06C background

This text has black color on #71A06C background.


White color preview on #71A06C background

This text has white color on #71A06C background.