COLOR #71A85C

HEX: #71A85C RGB: (113,168,92)

Color info

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

RGB color model

#71A85C color RGB value is (113,168,92).

RGB: (113,168,92) (44%, 66%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 92 of 255 = 36%

113
168
92

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

Portions of RGB colors in percentages

R + G + B = 113 + 168 + 92 = 373 (100%)
R 113 of 373 ~ 30.29%
G 168 of 373 ~ 45.04%
B 92 of 373 ~ 24.66'%

%30.29
%45.04
%24.66

CMYK color model

#71A85C color CMYK value is (33,0,45,34).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 34.12%

CMYK: (33,0,45,34)
C33M0Y45K34 (33%, 0%, 45%, 34%)
(0.33 / 0.00 / 0.45 / 0.34)

CMYK percentages

%32.74
%0
%45.24
%34.12

Codes

Color #71A85C in popluar color models

71 A8 5C
RGB 113 168 92
HSL 103° 30.40% 50.98%
HSB/HSV 103° 45.24% 65.88%
CMYK 32.74% 0.00% 45.24%
34.12%

Color #71A85C in popluar number systems.

HEX 71 A8 5C
Decimal 113 168 92
Binary 1110001 10101000 1011100
Octal 161 250 134

Shades and tints

Shades of #71A85C

#71A85C
(113,168,92)
#679954
(103,153,84)
#5D8A4C
(93,138,76)
#537B44
(83,123,68)
#496C3C
(73,108,60)
#3F5D34
(63,93,52)
#354E2C
(53,78,44)
#2B3F24
(43,63,36)
#21301C
(33,48,28)
#172114
(23,33,20)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #71A85C

#71A85C
(113,168,92)
#7DAF6A
(125,175,106)
#89B678
(137,182,120)
#95BD86
(149,189,134)
#A1C494
(161,196,148)
#ADCBA2
(173,203,162)
#B9D2B0
(185,210,176)
#C5D9BE
(197,217,190)
#D1E0CC
(209,224,204)
#DDE7DA
(221,231,218)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A85C color. Also use rgb(113,168,92) instead hex code.

Text Font Color

.myTextColor { color: #71A85C; }

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

This text font color is #71A85C.

Background Color

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

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

This div background color is #71A85C.

Border color

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

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

This div border color is #71A85C.

Opacity

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

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

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

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

This text has shadow with #71A85C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71A85C.

Preview

Color preview on black background

This text has color #71A85C on black background.


Color preview on white background

This text has color #71A85C on white background.


Black color preview on #71A85C background

This text has black color on #71A85C background.


White color preview on #71A85C background

This text has white color on #71A85C background.


Related colors

Complementary color

Complementary color for #hex is #8E57A3.


I love getcolorcode.com

Triadic colors

1 #5C71A8 and #A85C71 with #71A85C are triadic colors.

2 #5CA871 and #A8715C with #71A85C are triadic colors.