COLOR #71AB71

HEX: #71AB71
RGB: (113,171,113)

Renk bilgisi

#71AB71 contains red, green and blue colors in about the same proportion. #71AB71 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

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

  • kırmız ton 113;
  • yeşil ton 171;
  • mavi ton 113.
RGB:
(113,171,113)
(44%,67%,44%)

RGB bağlantıları ve doygunluk

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

113
171
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 171 + 113 = 397 (100%)
R 113 of 397 ~ 28.46%
G 171 of 397 ~ 43.07%
B 113 of 397 ~ 28.46%

%28.46
%43.07
%28.46

CMYK RENK MODELİ

#71AB71 rengi CMYK tonu (34,0,34,33).

  • camgöbeği tonu 33.92%
  • eflatun tonu 0.00%
  • sarı tonu 33.92%
  • ana renk tonu 32.94%
CMYK:
(34,0,34,33)
C34M0Y34K33 
(34%,0%,34%,33%)
(0.34/0.00/0.34/0.33)	

CMYK yüzdeleri

%33.92
%0
%33.92
%32.94

Codes

Color #71AB71 in popluar color models

71AB71
RGB113171113
HSL120°25.66%55.69%
HSB/HSV120°33.92%67.06%
CMYK33.92%0.00%33.92%
32.94%

Color #71AB71 in popluar number systems.

HEX71AB71
Decimal113171113
Binary1110001101010111110001
Octal161253161

Shades and tints

Shades of #71AB71

#71AB71
(113,171,113)
#679C67
(103,156,103)
#5D8D5D
(93,141,93)
#537E53
(83,126,83)
#496F49
(73,111,73)
#3F603F
(63,96,63)
#355135
(53,81,53)
#2B422B
(43,66,43)
#213321
(33,51,33)
#172417
(23,36,23)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #71AB71

#71AB71
(113,171,113)
#7DB27D
(125,178,125)
#89B989
(137,185,137)
#95C095
(149,192,149)
#A1C7A1
(161,199,161)
#ADCEAD
(173,206,173)
#B9D5B9
(185,213,185)
#C5DCC5
(197,220,197)
#D1E3D1
(209,227,209)
#DDEADD
(221,234,221)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AB71; }

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

This text font color is #71AB71.


Background Color

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

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

This div background color is #71AB71.


Border color

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

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

This div border color is #71AB71.


Opacity

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

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

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

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

This text has shadow with #71AB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AB71 on black background.


Color preview on white background

This text has color #71AB71 on white background.



Black color preview on #71AB71 background

This text has black color on #71AB71 background.


White color preview on #71AB71 background

This text has white color on #71AB71 background.