COLOR #71B140

HEX: #71B140
RGB: (113,177,64)

Color info

#71B140 contains mainly green color. Web safe color of #71B140 is #669933 (or #693).

RGB color model

#71B140 color RGB value is (113,177,64).

  • red value is 113;
  • green value is 177;
  • blue value is 64.
RGB:
(113,177,64)
(44%,69%,25%)

RGB channels and saturation

R 113 of 255 = 44%
G 177 of 255 = 69%
B 64 of 255 = 25%

113
177
64

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

Portions of RGB colors in percentages

R + G + B =
113 + 177 + 64 = 354 (100%)
R 113 of 354 ~ 31.92%
G 177 of 354 ~ 50%
B 64 of 354 ~ 18.08%

%31.92
%50
%18.08

CMYK color model

#71B140 color CMYK value is (36,0,64,31).

  • cyan value is 36.16%
  • magenta value is 0.00%
  • yellow value is 63.84%
  • key color value is 30.59%
CMYK:
(36,0,64,31)
C36M0Y64K31 
(36%,0%,64%,31%)
(0.36/0.00/0.64/0.31)	

CMYK percentages

%36.16
%0
%63.84
%30.59

Codes

Color #71B140 in popluar color models

71B140
RGB11317764
HSL94°46.89%47.25%
HSB/HSV94°63.84%69.41%
CMYK36.16%0.00%63.84%
30.59%

Color #71B140 in popluar number systems.

HEX71B140
Decimal11317764
Binary1110001101100011000000
Octal161261100

Shades and tints

Shades of #71B140

#71B140
(113,177,64)
#67A13B
(103,161,59)
#5D9136
(93,145,54)
#538131
(83,129,49)
#49712C
(73,113,44)
#3F6127
(63,97,39)
#355122
(53,81,34)
#2B411D
(43,65,29)
#213118
(33,49,24)
#172113
(23,33,19)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #71B140

#71B140
(113,177,64)
#7DB851
(125,184,81)
#89BF62
(137,191,98)
#95C673
(149,198,115)
#A1CD84
(161,205,132)
#ADD495
(173,212,149)
#B9DBA6
(185,219,166)
#C5E2B7
(197,226,183)
#D1E9C8
(209,233,200)
#DDF0D9
(221,240,217)
#E9F7EA
(233,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B140 color. Also use rgb(113,177,64) instead hex code.

Text Font Color

.myTextColor { color: #71B140; }

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

This text font color is #71B140.


Background Color

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

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

This div background color is #71B140.


Border color

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

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

This div border color is #71B140.


Opacity

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

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

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

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

This text has shadow with #71B140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B140 on black background.


Color preview on white background

This text has color #71B140 on white background.



Black color preview on #71B140 background

This text has black color on #71B140 background.


White color preview on #71B140 background

This text has white color on #71B140 background.