COLOR #71A85E

HEX: #71A85E
RGB: (113,168,94)

Renk bilgisi

#71A85E contains mainly red and green colors. #71A85E ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#71A85E color RGB value is (113,168,94).

  • kırmız ton 113;
  • yeşil ton 168;
  • mavi ton 94.
RGB:
(113,168,94)
(44%,66%,37%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 168 of 255 = 66%
B 94 of 255 = 37%

113
168
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 168 + 94 = 375 (100%)
R 113 of 375 ~ 30.13%
G 168 of 375 ~ 44.8%
B 94 of 375 ~ 25.07%

%30.13
%44.8
%25.07

CMYK RENK MODELİ

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

  • camgöbeği tonu 32.74%
  • eflatun tonu 0.00%
  • sarı tonu 44.05%
  • ana renk tonu 34.12%
CMYK:
(33,0,44,34)
C33M0Y44K34 
(33%,0%,44%,34%)
(0.33/0.00/0.44/0.34)	

CMYK yüzdeleri

%32.74
%0
%44.05
%34.12

Codes

Color #71A85E in popluar color models

71A85E
RGB11316894
HSL105°29.84%51.37%
HSB/HSV105°44.05%65.88%
CMYK32.74%0.00%44.05%
34.12%

Color #71A85E in popluar number systems.

HEX71A85E
Decimal11316894
Binary1110001101010001011110
Octal161250136

Shades and tints

Shades of #71A85E

#71A85E
(113,168,94)
#679956
(103,153,86)
#5D8A4E
(93,138,78)
#537B46
(83,123,70)
#496C3E
(73,108,62)
#3F5D36
(63,93,54)
#354E2E
(53,78,46)
#2B3F26
(43,63,38)
#21301E
(33,48,30)
#172116
(23,33,22)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #71A85E

#71A85E
(113,168,94)
#7DAF6C
(125,175,108)
#89B67A
(137,182,122)
#95BD88
(149,189,136)
#A1C496
(161,196,150)
#ADCBA4
(173,203,164)
#B9D2B2
(185,210,178)
#C5D9C0
(197,217,192)
#D1E0CE
(209,224,206)
#DDE7DC
(221,231,220)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A85E; }

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

This text font color is #71A85E.


Background Color

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

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

This div background color is #71A85E.


Border color

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

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

This div border color is #71A85E.


Opacity

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

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

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

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

This text has shadow with #71A85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A85E on black background.


Color preview on white background

This text has color #71A85E on white background.



Black color preview on #71A85E background

This text has black color on #71A85E background.


White color preview on #71A85E background

This text has white color on #71A85E background.