COLOR #71A55E

HEX: #71A55E
RGB: (113,165,94)

Renk bilgisi

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

RGB renk modeli

#71A55E color RGB value is (113,165,94).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 165 of 255 = 65%
B 94 of 255 = 37%

113
165
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 165 + 94 = 372 (100%)
R 113 of 372 ~ 30.38%
G 165 of 372 ~ 44.35%
B 94 of 372 ~ 25.27%

%30.38
%44.35
%25.27

CMYK RENK MODELİ

#71A55E rengi CMYK tonu (32,0,43,35).

  • camgöbeği tonu 31.52%
  • eflatun tonu 0.00%
  • sarı tonu 43.03%
  • ana renk tonu 35.29%
CMYK:
(32,0,43,35)
C32M0Y43K35 
(32%,0%,43%,35%)
(0.32/0.00/0.43/0.35)	

CMYK yüzdeleri

%31.52
%0
%43.03
%35.29

Codes

Color #71A55E in popluar color models

71A55E
RGB11316594
HSL104°28.29%50.78%
HSB/HSV104°43.03%64.71%
CMYK31.52%0.00%43.03%
35.29%

Color #71A55E in popluar number systems.

HEX71A55E
Decimal11316594
Binary1110001101001011011110
Octal161245136

Shades and tints

Shades of #71A55E

#71A55E
(113,165,94)
#679656
(103,150,86)
#5D874E
(93,135,78)
#537846
(83,120,70)
#49693E
(73,105,62)
#3F5A36
(63,90,54)
#354B2E
(53,75,46)
#2B3C26
(43,60,38)
#212D1E
(33,45,30)
#171E16
(23,30,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #71A55E

#71A55E
(113,165,94)
#7DAD6C
(125,173,108)
#89B57A
(137,181,122)
#95BD88
(149,189,136)
#A1C596
(161,197,150)
#ADCDA4
(173,205,164)
#B9D5B2
(185,213,178)
#C5DDC0
(197,221,192)
#D1E5CE
(209,229,206)
#DDEDDC
(221,237,220)
#E9F5EA
(233,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A55E; }

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

This text font color is #71A55E.


Background Color

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

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

This div background color is #71A55E.


Border color

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

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

This div border color is #71A55E.


Opacity

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

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

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

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

This text has shadow with #71A55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A55E on black background.


Color preview on white background

This text has color #71A55E on white background.



Black color preview on #71A55E background

This text has black color on #71A55E background.


White color preview on #71A55E background

This text has white color on #71A55E background.