COLOR #71A711

HEX: #71A711
RGB: (113,167,17)

Renk bilgisi

#71A711 contains mainly red and green colors. #71A711 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#71A711 color RGB value is (113,167,17).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 167 of 255 = 65%
B 17 of 255 = 7%

113
167
17

R + G + B ~ 39%. #71A711 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 167 + 17 = 297 (100%)
R 113 of 297 ~ 38.05%
G 167 of 297 ~ 56.23%
B 17 of 297 ~ 5.72%

%38.05
%56.23

CMYK RENK MODELİ

#71A711 rengi CMYK tonu (32,0,90,35).

  • camgöbeği tonu 32.34%
  • eflatun tonu 0.00%
  • sarı tonu 89.82%
  • ana renk tonu 34.51%
CMYK:
(32,0,90,35)
C32M0Y90K35 
(32%,0%,90%,35%)
(0.32/0.00/0.90/0.35)	

CMYK yüzdeleri

%32.34
%0
%89.82
%34.51

Codes

Color #71A711 in popluar color models

71A711
RGB11316717
HSL82°81.52%36.08%
HSB/HSV82°89.82%65.49%
CMYK32.34%0.00%89.82%
34.51%

Color #71A711 in popluar number systems.

HEX71A711
Decimal11316717
Binary11100011010011110001
Octal16124721

Shades and tints

Shades of #71A711

#71A711
(113,167,17)
#679810
(103,152,16)
#5D890F
(93,137,15)
#537A0E
(83,122,14)
#496B0D
(73,107,13)
#3F5C0C
(63,92,12)
#354D0B
(53,77,11)
#2B3E0A
(43,62,10)
#212F09
(33,47,9)
#172008
(23,32,8)
#0D1107
(13,17,7)
#000000
(0,0,0)

Tints of #71A711

#71A711
(113,167,17)
#7DAF26
(125,175,38)
#89B73B
(137,183,59)
#95BF50
(149,191,80)
#A1C765
(161,199,101)
#ADCF7A
(173,207,122)
#B9D78F
(185,215,143)
#C5DFA4
(197,223,164)
#D1E7B9
(209,231,185)
#DDEFCE
(221,239,206)
#E9F7E3
(233,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A711; }

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

This text font color is #71A711.


Background Color

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

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

This div background color is #71A711.


Border color

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

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

This div border color is #71A711.


Opacity

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

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

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

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

This text has shadow with #71A711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A711 on black background.


Color preview on white background

This text has color #71A711 on white background.



Black color preview on #71A711 background

This text has black color on #71A711 background.


White color preview on #71A711 background

This text has white color on #71A711 background.