COLOR #71AD64

HEX: #71AD64
RGB: (113,173,100)

Color info

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

RGB color model

#71AD64 color RGB value is (113,173,100).

  • red value is 113;
  • green value is 173;
  • blue value is 100.
RGB:
(113,173,100)
(44%,68%,39%)

RGB channels and saturation

R 113 of 255 = 44%
G 173 of 255 = 68%
B 100 of 255 = 39%

113
173
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 173 + 100 = 386 (100%)
R 113 of 386 ~ 29.27%
G 173 of 386 ~ 44.82%
B 100 of 386 ~ 25.91%

%29.27
%44.82
%25.91

CMYK color model

#71AD64 color CMYK value is (35,0,42,32).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 32.16%
CMYK:
(35,0,42,32)
C35M0Y42K32 
(35%,0%,42%,32%)
(0.35/0.00/0.42/0.32)	

CMYK percentages

%34.68
%0
%42.2
%32.16

Codes

Color #71AD64 in popluar color models

71AD64
RGB113173100
HSL109°30.80%53.53%
HSB/HSV109°42.20%67.84%
CMYK34.68%0.00%42.20%
32.16%

Color #71AD64 in popluar number systems.

HEX71AD64
Decimal113173100
Binary1110001101011011100100
Octal161255144

Shades and tints

Shades of #71AD64

#71AD64
(113,173,100)
#679E5B
(103,158,91)
#5D8F52
(93,143,82)
#538049
(83,128,73)
#497140
(73,113,64)
#3F6237
(63,98,55)
#35532E
(53,83,46)
#2B4425
(43,68,37)
#21351C
(33,53,28)
#172613
(23,38,19)
#0D170A
(13,23,10)
#000000
(0,0,0)

Tints of #71AD64

#71AD64
(113,173,100)
#7DB472
(125,180,114)
#89BB80
(137,187,128)
#95C28E
(149,194,142)
#A1C99C
(161,201,156)
#ADD0AA
(173,208,170)
#B9D7B8
(185,215,184)
#C5DEC6
(197,222,198)
#D1E5D4
(209,229,212)
#DDECE2
(221,236,226)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AD64 color. Also use rgb(113,173,100) instead hex code.

Text Font Color

.myTextColor { color: #71AD64; }

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

This text font color is #71AD64.


Background Color

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

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

This div background color is #71AD64.


Border color

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

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

This div border color is #71AD64.


Opacity

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

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

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

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

This text has shadow with #71AD64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AD64 on black background.


Color preview on white background

This text has color #71AD64 on white background.



Black color preview on #71AD64 background

This text has black color on #71AD64 background.


White color preview on #71AD64 background

This text has white color on #71AD64 background.