COLOR #71A764

HEX: #71A764
RGB: (113,167,100)

Renk bilgisi

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

RGB renk modeli

#71A764 color RGB value is (113,167,100).

  • kırmız ton 113;
  • yeşil ton 167;
  • mavi ton 100.
RGB:
(113,167,100)
(44%,65%,39%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 167 of 255 = 65%
B 100 of 255 = 39%

113
167
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 167 + 100 = 380 (100%)
R 113 of 380 ~ 29.74%
G 167 of 380 ~ 43.95%
B 100 of 380 ~ 26.32%

%29.74
%43.95
%26.32

CMYK RENK MODELİ

#71A764 rengi CMYK tonu (32,0,40,35).

  • camgöbeği tonu 32.34%
  • eflatun tonu 0.00%
  • sarı tonu 40.12%
  • ana renk tonu 34.51%
CMYK:
(32,0,40,35)
C32M0Y40K35 
(32%,0%,40%,35%)
(0.32/0.00/0.40/0.35)	

CMYK yüzdeleri

%32.34
%0
%40.12
%34.51

Codes

Color #71A764 in popluar color models

71A764
RGB113167100
HSL108°27.57%52.35%
HSB/HSV108°40.12%65.49%
CMYK32.34%0.00%40.12%
34.51%

Color #71A764 in popluar number systems.

HEX71A764
Decimal113167100
Binary1110001101001111100100
Octal161247144

Shades and tints

Shades of #71A764

#71A764
(113,167,100)
#67985B
(103,152,91)
#5D8952
(93,137,82)
#537A49
(83,122,73)
#496B40
(73,107,64)
#3F5C37
(63,92,55)
#354D2E
(53,77,46)
#2B3E25
(43,62,37)
#212F1C
(33,47,28)
#172013
(23,32,19)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #71A764

#71A764
(113,167,100)
#7DAF72
(125,175,114)
#89B780
(137,183,128)
#95BF8E
(149,191,142)
#A1C79C
(161,199,156)
#ADCFAA
(173,207,170)
#B9D7B8
(185,215,184)
#C5DFC6
(197,223,198)
#D1E7D4
(209,231,212)
#DDEFE2
(221,239,226)
#E9F7F0
(233,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A764; }

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

This text font color is #71A764.


Background Color

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

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

This div background color is #71A764.


Border color

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

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

This div border color is #71A764.


Opacity

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

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

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

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

This text has shadow with #71A764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A764 on black background.


Color preview on white background

This text has color #71A764 on white background.



Black color preview on #71A764 background

This text has black color on #71A764 background.


White color preview on #71A764 background

This text has white color on #71A764 background.