COLOR #71A83E

HEX: #71A83E
RGB: (113,168,62)

Color info

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

RGB color model

#71A83E color RGB value is (113,168,62).

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

RGB channels and saturation

R 113 of 255 = 44%
G 168 of 255 = 66%
B 62 of 255 = 24%

113
168
62

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

Portions of RGB colors in percentages

R + G + B =
113 + 168 + 62 = 343 (100%)
R 113 of 343 ~ 32.94%
G 168 of 343 ~ 48.98%
B 62 of 343 ~ 18.08%

%32.94
%48.98
%18.08

CMYK color model

#71A83E color CMYK value is (33,0,63,34).

  • cyan value is 32.74%
  • magenta value is 0.00%
  • yellow value is 63.10%
  • key color value is 34.12%
CMYK:
(33,0,63,34)
C33M0Y63K34 
(33%,0%,63%,34%)
(0.33/0.00/0.63/0.34)	

CMYK percentages

%32.74
%0
%63.1
%34.12

Codes

Color #71A83E in popluar color models

71A83E
RGB11316862
HSL91°46.09%45.10%
HSB/HSV91°63.10%65.88%
CMYK32.74%0.00%63.10%
34.12%

Color #71A83E in popluar number systems.

HEX71A83E
Decimal11316862
Binary111000110101000111110
Octal16125076

Shades and tints

Shades of #71A83E

#71A83E
(113,168,62)
#679939
(103,153,57)
#5D8A34
(93,138,52)
#537B2F
(83,123,47)
#496C2A
(73,108,42)
#3F5D25
(63,93,37)
#354E20
(53,78,32)
#2B3F1B
(43,63,27)
#213016
(33,48,22)
#172111
(23,33,17)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #71A83E

#71A83E
(113,168,62)
#7DAF4F
(125,175,79)
#89B660
(137,182,96)
#95BD71
(149,189,113)
#A1C482
(161,196,130)
#ADCB93
(173,203,147)
#B9D2A4
(185,210,164)
#C5D9B5
(197,217,181)
#D1E0C6
(209,224,198)
#DDE7D7
(221,231,215)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A83E; }

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

This text font color is #71A83E.


Background Color

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

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

This div background color is #71A83E.


Border color

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

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

This div border color is #71A83E.


Opacity

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

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

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

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

This text has shadow with #71A83E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A83E on black background.


Color preview on white background

This text has color #71A83E on white background.



Black color preview on #71A83E background

This text has black color on #71A83E background.


White color preview on #71A83E background

This text has white color on #71A83E background.