COLOR #71AB1E

HEX: #71AB1E
RGB: (113,171,30)

Color info

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

RGB color model

#71AB1E color RGB value is (113,171,30).

  • red value is 113;
  • green value is 171;
  • blue value is 30.
RGB:
(113,171,30)
(44%,67%,12%)

RGB channels and saturation

R 113 of 255 = 44%
G 171 of 255 = 67%
B 30 of 255 = 12%

113
171
30

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

Portions of RGB colors in percentages

R + G + B =
113 + 171 + 30 = 314 (100%)
R 113 of 314 ~ 35.99%
G 171 of 314 ~ 54.46%
B 30 of 314 ~ 9.55%

%35.99
%54.46
%9.55

CMYK color model

#71AB1E color CMYK value is (34,0,82,33).

  • cyan value is 33.92%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 32.94%
CMYK:
(34,0,82,33)
C34M0Y82K33 
(34%,0%,82%,33%)
(0.34/0.00/0.82/0.33)	

CMYK percentages

%33.92
%0
%82.46
%32.94

Codes

Color #71AB1E in popluar color models

71AB1E
RGB11317130
HSL85°70.15%39.41%
HSB/HSV85°82.46%67.06%
CMYK33.92%0.00%82.46%
32.94%

Color #71AB1E in popluar number systems.

HEX71AB1E
Decimal11317130
Binary11100011010101111110
Octal16125336

Shades and tints

Shades of #71AB1E

#71AB1E
(113,171,30)
#679C1C
(103,156,28)
#5D8D1A
(93,141,26)
#537E18
(83,126,24)
#496F16
(73,111,22)
#3F6014
(63,96,20)
#355112
(53,81,18)
#2B4210
(43,66,16)
#21330E
(33,51,14)
#17240C
(23,36,12)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #71AB1E

#71AB1E
(113,171,30)
#7DB232
(125,178,50)
#89B946
(137,185,70)
#95C05A
(149,192,90)
#A1C76E
(161,199,110)
#ADCE82
(173,206,130)
#B9D596
(185,213,150)
#C5DCAA
(197,220,170)
#D1E3BE
(209,227,190)
#DDEAD2
(221,234,210)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AB1E color. Also use rgb(113,171,30) instead hex code.

Text Font Color

.myTextColor { color: #71AB1E; }

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

This text font color is #71AB1E.


Background Color

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

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

This div background color is #71AB1E.


Border color

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

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

This div border color is #71AB1E.


Opacity

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

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

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

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

This text has shadow with #71AB1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AB1E on black background.


Color preview on white background

This text has color #71AB1E on white background.



Black color preview on #71AB1E background

This text has black color on #71AB1E background.


White color preview on #71AB1E background

This text has white color on #71AB1E background.