COLOR #71A13E

HEX: #71A13E
RGB: (113,161,62)

Color info

#71A13E contains mainly red and green colors. Web safe color of #71A13E is #669933 (or #693).

RGB color model

#71A13E color RGB value is (113,161,62).

  • red value is 113;
  • green value is 161;
  • blue value is 62.
RGB:
(113,161,62)
(44%,63%,24%)

RGB channels and saturation

R 113 of 255 = 44%
G 161 of 255 = 63%
B 62 of 255 = 24%

113
161
62

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

Portions of RGB colors in percentages

R + G + B =
113 + 161 + 62 = 336 (100%)
R 113 of 336 ~ 33.63%
G 161 of 336 ~ 47.92%
B 62 of 336 ~ 18.45%

%33.63
%47.92
%18.45

CMYK color model

#71A13E color CMYK value is (30,0,61,37).

  • cyan value is 29.81%
  • magenta value is 0.00%
  • yellow value is 61.49%
  • key color value is 36.86%
CMYK:
(30,0,61,37)
C30M0Y61K37 
(30%,0%,61%,37%)
(0.30/0.00/0.61/0.37)	

CMYK percentages

%29.81
%0
%61.49
%36.86

Codes

Color #71A13E in popluar color models

71A13E
RGB11316162
HSL89°44.39%43.73%
HSB/HSV89°61.49%63.14%
CMYK29.81%0.00%61.49%
36.86%

Color #71A13E in popluar number systems.

HEX71A13E
Decimal11316162
Binary111000110100001111110
Octal16124176

Shades and tints

Shades of #71A13E

#71A13E
(113,161,62)
#679339
(103,147,57)
#5D8534
(93,133,52)
#53772F
(83,119,47)
#49692A
(73,105,42)
#3F5B25
(63,91,37)
#354D20
(53,77,32)
#2B3F1B
(43,63,27)
#213116
(33,49,22)
#172311
(23,35,17)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #71A13E

#71A13E
(113,161,62)
#7DA94F
(125,169,79)
#89B160
(137,177,96)
#95B971
(149,185,113)
#A1C182
(161,193,130)
#ADC993
(173,201,147)
#B9D1A4
(185,209,164)
#C5D9B5
(197,217,181)
#D1E1C6
(209,225,198)
#DDE9D7
(221,233,215)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A13E color. Also use rgb(113,161,62) instead hex code.

Text Font Color

.myTextColor { color: #71A13E; }

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

This text font color is #71A13E.


Background Color

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

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

This div background color is #71A13E.


Border color

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

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

This div border color is #71A13E.


Opacity

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

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

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

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

This text has shadow with #71A13E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A13E on black background.


Color preview on white background

This text has color #71A13E on white background.



Black color preview on #71A13E background

This text has black color on #71A13E background.


White color preview on #71A13E background

This text has white color on #71A13E background.