COLOR #71AA64

HEX: #71AA64
RGB: (113,170,100)

Color info

#71AA64 contains mainly red and green colors. Web safe color of #71AA64 is #669966 (or #696).

RGB color model

#71AA64 color RGB value is (113,170,100).

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

RGB channels and saturation

R 113 of 255 = 44%
G 170 of 255 = 67%
B 100 of 255 = 39%

113
170
100

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

Portions of RGB colors in percentages

R + G + B =
113 + 170 + 100 = 383 (100%)
R 113 of 383 ~ 29.5%
G 170 of 383 ~ 44.39%
B 100 of 383 ~ 26.11%

%29.5
%44.39
%26.11

CMYK color model

#71AA64 color CMYK value is (34,0,41,33).

  • cyan value is 33.53%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 33.33%
CMYK:
(34,0,41,33)
C34M0Y41K33 
(34%,0%,41%,33%)
(0.34/0.00/0.41/0.33)	

CMYK percentages

%33.53
%0
%41.18
%33.33

Codes

Color #71AA64 in popluar color models

71AA64
RGB113170100
HSL109°29.17%52.94%
HSB/HSV109°41.18%66.67%
CMYK33.53%0.00%41.18%
33.33%

Color #71AA64 in popluar number systems.

HEX71AA64
Decimal113170100
Binary1110001101010101100100
Octal161252144

Shades and tints

Shades of #71AA64

#71AA64
(113,170,100)
#679B5B
(103,155,91)
#5D8C52
(93,140,82)
#537D49
(83,125,73)
#496E40
(73,110,64)
#3F5F37
(63,95,55)
#35502E
(53,80,46)
#2B4125
(43,65,37)
#21321C
(33,50,28)
#172313
(23,35,19)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #71AA64

#71AA64
(113,170,100)
#7DB172
(125,177,114)
#89B880
(137,184,128)
#95BF8E
(149,191,142)
#A1C69C
(161,198,156)
#ADCDAA
(173,205,170)
#B9D4B8
(185,212,184)
#C5DBC6
(197,219,198)
#D1E2D4
(209,226,212)
#DDE9E2
(221,233,226)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AA64; }

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

This text font color is #71AA64.


Background Color

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

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

This div background color is #71AA64.


Border color

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

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

This div border color is #71AA64.


Opacity

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

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

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

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

This text has shadow with #71AA64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AA64 on black background.


Color preview on white background

This text has color #71AA64 on white background.



Black color preview on #71AA64 background

This text has black color on #71AA64 background.


White color preview on #71AA64 background

This text has white color on #71AA64 background.