COLOR #71B269

HEX: #71B269
RGB: (113,178,105)

Color info

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

RGB color model

#71B269 color RGB value is (113,178,105).

  • red value is 113;
  • green value is 178;
  • blue value is 105.
RGB:
(113,178,105)
(44%,70%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 178 of 255 = 70%
B 105 of 255 = 41%

113
178
105

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

Portions of RGB colors in percentages

R + G + B =
113 + 178 + 105 = 396 (100%)
R 113 of 396 ~ 28.54%
G 178 of 396 ~ 44.95%
B 105 of 396 ~ 26.52%

%28.54
%44.95
%26.52

CMYK color model

#71B269 color CMYK value is (37,0,41,30).

  • cyan value is 36.52%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 30.20%
CMYK:
(37,0,41,30)
C37M0Y41K30 
(37%,0%,41%,30%)
(0.37/0.00/0.41/0.30)	

CMYK percentages

%36.52
%0
%41.01
%30.2

Codes

Color #71B269 in popluar color models

71B269
RGB113178105
HSL113°32.16%55.49%
HSB/HSV113°41.01%69.80%
CMYK36.52%0.00%41.01%
30.20%

Color #71B269 in popluar number systems.

HEX71B269
Decimal113178105
Binary1110001101100101101001
Octal161262151

Shades and tints

Shades of #71B269

#71B269
(113,178,105)
#67A260
(103,162,96)
#5D9257
(93,146,87)
#53824E
(83,130,78)
#497245
(73,114,69)
#3F623C
(63,98,60)
#355233
(53,82,51)
#2B422A
(43,66,42)
#213221
(33,50,33)
#172218
(23,34,24)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #71B269

#71B269
(113,178,105)
#7DB976
(125,185,118)
#89C083
(137,192,131)
#95C790
(149,199,144)
#A1CE9D
(161,206,157)
#ADD5AA
(173,213,170)
#B9DCB7
(185,220,183)
#C5E3C4
(197,227,196)
#D1EAD1
(209,234,209)
#DDF1DE
(221,241,222)
#E9F8EB
(233,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B269 color. Also use rgb(113,178,105) instead hex code.

Text Font Color

.myTextColor { color: #71B269; }

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

This text font color is #71B269.


Background Color

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

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

This div background color is #71B269.


Border color

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

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

This div border color is #71B269.


Opacity

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

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

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

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

This text has shadow with #71B269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B269 on black background.


Color preview on white background

This text has color #71B269 on white background.



Black color preview on #71B269 background

This text has black color on #71B269 background.


White color preview on #71B269 background

This text has white color on #71B269 background.