COLOR #71B26C

HEX: #71B26C RGB: (113,178,108)

Color info

#71B26C contains mainly green color. Web safe color of #71B26C is #669966 (or #696).

RGB color model

#71B26C color RGB value is (113,178,108).

RGB: (113,178,108) (44%, 70%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 178 of 255 = 70%
B 108 of 255 = 42%

113
178
108

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

Portions of RGB colors in percentages

R + G + B = 113 + 178 + 108 = 399 (100%)
R 113 of 399 ~ 28.32%
G 178 of 399 ~ 44.61%
B 108 of 399 ~ 27.07'%

%28.32
%44.61
%27.07

CMYK color model

#71B26C color CMYK value is (37,0,39,30).

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 39.33%
  • key color value is 30.20%

CMYK: (37,0,39,30)
C37M0Y39K30 (37%, 0%, 39%, 30%)
(0.37 / 0.00 / 0.39 / 0.30)

CMYK percentages

%36.52
%0
%39.33
%30.2

Codes

Color #71B26C in popluar color models

71 B2 6C
RGB 113 178 108
HSL 116° 31.25% 56.08%
HSB/HSV 116° 39.33% 69.80%
CMYK 36.52% 0.00% 39.33%
30.20%

Color #71B26C in popluar number systems.

HEX 71 B2 6C
Decimal 113 178 108
Binary 1110001 10110010 1101100
Octal 161 262 154

Shades and tints

Shades of #71B26C

#71B26C
(113,178,108)
#67A263
(103,162,99)
#5D925A
(93,146,90)
#538251
(83,130,81)
#497248
(73,114,72)
#3F623F
(63,98,63)
#355236
(53,82,54)
#2B422D
(43,66,45)
#213224
(33,50,36)
#17221B
(23,34,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #71B26C

#71B26C
(113,178,108)
#7DB979
(125,185,121)
#89C086
(137,192,134)
#95C793
(149,199,147)
#A1CEA0
(161,206,160)
#ADD5AD
(173,213,173)
#B9DCBA
(185,220,186)
#C5E3C7
(197,227,199)
#D1EAD4
(209,234,212)
#DDF1E1
(221,241,225)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B26C; }

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

This text font color is #71B26C.

Background Color

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

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

This div background color is #71B26C.

Border color

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

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

This div border color is #71B26C.

Opacity

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

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

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

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

This text has shadow with #71B26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B26C.

Preview

Color preview on black background

This text has color #71B26C on black background.


Color preview on white background

This text has color #71B26C on white background.


Black color preview on #71B26C background

This text has black color on #71B26C background.


White color preview on #71B26C background

This text has white color on #71B26C background.


Related colors

Complementary color

Complementary color for #hex is #8E4D93.


I love getcolorcode.com

Triadic colors

1 #6C71B2 and #B26C71 with #71B26C are triadic colors.

2 #6CB271 and #B2716C with #71B26C are triadic colors.