COLOR #71B45A

HEX: #71B45A RGB: (113,180,90)

Color info

#71B45A contains mainly green color. Web safe color of #71B45A is #66CC66 (or #6C6).

RGB color model

#71B45A color RGB value is (113,180,90).

RGB: (113,180,90) (44%, 71%, 35%)

RGB channels and saturation

R 113 of 255 = 44%
G 180 of 255 = 71%
B 90 of 255 = 35%

113
180
90

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

Portions of RGB colors in percentages

R + G + B = 113 + 180 + 90 = 383 (100%)
R 113 of 383 ~ 29.5%
G 180 of 383 ~ 47%
B 90 of 383 ~ 23.5'%

%29.5
%47
%23.5

CMYK color model

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

  • cyan value is 37.22%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 29.41%

CMYK: (37,0,50,29)
C37M0Y50K29 (37%, 0%, 50%, 29%)
(0.37 / 0.00 / 0.50 / 0.29)

CMYK percentages

%37.22
%0
%50
%29.41

Codes

Color #71B45A in popluar color models

71 B4 5A
RGB 113 180 90
HSL 105° 37.50% 52.94%
HSB/HSV 105° 50.00% 70.59%
CMYK 37.22% 0.00% 50.00%
29.41%

Color #71B45A in popluar number systems.

HEX 71 B4 5A
Decimal 113 180 90
Binary 1110001 10110100 1011010
Octal 161 264 132

Shades and tints

Shades of #71B45A

#71B45A
(113,180,90)
#67A452
(103,164,82)
#5D944A
(93,148,74)
#538442
(83,132,66)
#49743A
(73,116,58)
#3F6432
(63,100,50)
#35542A
(53,84,42)
#2B4422
(43,68,34)
#21341A
(33,52,26)
#172412
(23,36,18)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #71B45A

#71B45A
(113,180,90)
#7DBA69
(125,186,105)
#89C078
(137,192,120)
#95C687
(149,198,135)
#A1CC96
(161,204,150)
#ADD2A5
(173,210,165)
#B9D8B4
(185,216,180)
#C5DEC3
(197,222,195)
#D1E4D2
(209,228,210)
#DDEAE1
(221,234,225)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B45A color. Also use rgb(113,180,90) instead hex code.

Text Font Color

.myTextColor { color: #71B45A; }

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

This text font color is #71B45A.

Background Color

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

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

This div background color is #71B45A.

Border color

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

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

This div border color is #71B45A.

Opacity

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

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

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

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

This text has shadow with #71B45A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B45A.

Preview

Color preview on black background

This text has color #71B45A on black background.


Color preview on white background

This text has color #71B45A on white background.


Black color preview on #71B45A background

This text has black color on #71B45A background.


White color preview on #71B45A background

This text has white color on #71B45A background.


Related colors

Complementary color

Complementary color for #hex is #8E4BA5.


I love getcolorcode.com

Triadic colors

1 #5A71B4 and #B45A71 with #71B45A are triadic colors.

2 #5AB471 and #B4715A with #71B45A are triadic colors.