COLOR #71A744

HEX: #71A744
RGB: (113,167,68)

Color info

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

RGB color model

#71A744 color RGB value is (113,167,68).

  • red value is 113;
  • green value is 167;
  • blue value is 68.
RGB:
(113,167,68)
(44%,65%,27%)

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 68 of 255 = 27%

113
167
68

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 68 = 348 (100%)
R 113 of 348 ~ 32.47%
G 167 of 348 ~ 47.99%
B 68 of 348 ~ 19.54%

%32.47
%47.99
%19.54

CMYK color model

#71A744 color CMYK value is (32,0,59,35).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 59.28%
  • key color value is 34.51%
CMYK:
(32,0,59,35)
C32M0Y59K35 
(32%,0%,59%,35%)
(0.32/0.00/0.59/0.35)	

CMYK percentages

%32.34
%0
%59.28
%34.51

Codes

Color #71A744 in popluar color models

71A744
RGB11316768
HSL93°42.13%46.08%
HSB/HSV93°59.28%65.49%
CMYK32.34%0.00%59.28%
34.51%

Color #71A744 in popluar number systems.

HEX71A744
Decimal11316768
Binary1110001101001111000100
Octal161247104

Shades and tints

Shades of #71A744

#71A744
(113,167,68)
#67983E
(103,152,62)
#5D8938
(93,137,56)
#537A32
(83,122,50)
#496B2C
(73,107,44)
#3F5C26
(63,92,38)
#354D20
(53,77,32)
#2B3E1A
(43,62,26)
#212F14
(33,47,20)
#17200E
(23,32,14)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #71A744

#71A744
(113,167,68)
#7DAF55
(125,175,85)
#89B766
(137,183,102)
#95BF77
(149,191,119)
#A1C788
(161,199,136)
#ADCF99
(173,207,153)
#B9D7AA
(185,215,170)
#C5DFBB
(197,223,187)
#D1E7CC
(209,231,204)
#DDEFDD
(221,239,221)
#E9F7EE
(233,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A744 color. Also use rgb(113,167,68) instead hex code.

Text Font Color

.myTextColor { color: #71A744; }

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

This text font color is #71A744.


Background Color

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

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

This div background color is #71A744.


Border color

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

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

This div border color is #71A744.


Opacity

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

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

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

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

This text has shadow with #71A744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A744 on black background.


Color preview on white background

This text has color #71A744 on white background.



Black color preview on #71A744 background

This text has black color on #71A744 background.


White color preview on #71A744 background

This text has white color on #71A744 background.