COLOR #71BA7A

HEX: #71BA7A
RGB: (113,186,122)

Color info

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

RGB color model

#71BA7A color RGB value is (113,186,122).

  • red value is 113;
  • green value is 186;
  • blue value is 122.
RGB:
(113,186,122)
(44%,73%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 186 of 255 = 73%
B 122 of 255 = 48%

113
186
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 186 + 122 = 421 (100%)
R 113 of 421 ~ 26.84%
G 186 of 421 ~ 44.18%
B 122 of 421 ~ 28.98%

%26.84
%44.18
%28.98

CMYK color model

#71BA7A color CMYK value is (39,0,34,27).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 27.06%
CMYK:
(39,0,34,27)
C39M0Y34K27 
(39%,0%,34%,27%)
(0.39/0.00/0.34/0.27)	

CMYK percentages

%39.25
%0
%34.41
%27.06

Codes

Color #71BA7A in popluar color models

71BA7A
RGB113186122
HSL127°34.60%58.63%
HSB/HSV127°39.25%72.94%
CMYK39.25%0.00%34.41%
27.06%

Color #71BA7A in popluar number systems.

HEX71BA7A
Decimal113186122
Binary1110001101110101111010
Octal161272172

Shades and tints

Shades of #71BA7A

#71BA7A
(113,186,122)
#67AA6F
(103,170,111)
#5D9A64
(93,154,100)
#538A59
(83,138,89)
#497A4E
(73,122,78)
#3F6A43
(63,106,67)
#355A38
(53,90,56)
#2B4A2D
(43,74,45)
#213A22
(33,58,34)
#172A17
(23,42,23)
#0D1A0C
(13,26,12)
#000000
(0,0,0)

Tints of #71BA7A

#71BA7A
(113,186,122)
#7DC086
(125,192,134)
#89C692
(137,198,146)
#95CC9E
(149,204,158)
#A1D2AA
(161,210,170)
#ADD8B6
(173,216,182)
#B9DEC2
(185,222,194)
#C5E4CE
(197,228,206)
#D1EADA
(209,234,218)
#DDF0E6
(221,240,230)
#E9F6F2
(233,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BA7A color. Also use rgb(113,186,122) instead hex code.

Text Font Color

.myTextColor { color: #71BA7A; }

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

This text font color is #71BA7A.


Background Color

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

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

This div background color is #71BA7A.


Border color

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

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

This div border color is #71BA7A.


Opacity

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

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

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

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

This text has shadow with #71BA7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BA7A on black background.


Color preview on white background

This text has color #71BA7A on white background.



Black color preview on #71BA7A background

This text has black color on #71BA7A background.


White color preview on #71BA7A background

This text has white color on #71BA7A background.