COLOR #71A06E

HEX: #71A06E
RGB: (113,160,110)

Renk bilgisi

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

RGB renk modeli

#71A06E color RGB value is (113,160,110).

  • kırmız ton 113;
  • yeşil ton 160;
  • mavi ton 110.
RGB:
(113,160,110)
(44%,63%,43%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 160 of 255 = 63%
B 110 of 255 = 43%

113
160
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 160 + 110 = 383 (100%)
R 113 of 383 ~ 29.5%
G 160 of 383 ~ 41.78%
B 110 of 383 ~ 28.72%

%29.5
%41.78
%28.72

CMYK RENK MODELİ

#71A06E rengi CMYK tonu (29,0,31,37).

  • camgöbeği tonu 29.38%
  • eflatun tonu 0.00%
  • sarı tonu 31.25%
  • ana renk tonu 37.25%
CMYK:
(29,0,31,37)
C29M0Y31K37 
(29%,0%,31%,37%)
(0.29/0.00/0.31/0.37)	

CMYK yüzdeleri

%29.38
%0
%31.25
%37.25

Codes

Color #71A06E in popluar color models

71A06E
RGB113160110
HSL116°20.83%52.94%
HSB/HSV116°31.25%62.75%
CMYK29.38%0.00%31.25%
37.25%

Color #71A06E in popluar number systems.

HEX71A06E
Decimal113160110
Binary1110001101000001101110
Octal161240156

Shades and tints

Shades of #71A06E

#71A06E
(113,160,110)
#679264
(103,146,100)
#5D845A
(93,132,90)
#537650
(83,118,80)
#496846
(73,104,70)
#3F5A3C
(63,90,60)
#354C32
(53,76,50)
#2B3E28
(43,62,40)
#21301E
(33,48,30)
#172214
(23,34,20)
#0D140A
(13,20,10)
#000000
(0,0,0)

Tints of #71A06E

#71A06E
(113,160,110)
#7DA87B
(125,168,123)
#89B088
(137,176,136)
#95B895
(149,184,149)
#A1C0A2
(161,192,162)
#ADC8AF
(173,200,175)
#B9D0BC
(185,208,188)
#C5D8C9
(197,216,201)
#D1E0D6
(209,224,214)
#DDE8E3
(221,232,227)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A06E; }

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

This text font color is #71A06E.


Background Color

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

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

This div background color is #71A06E.


Border color

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

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

This div border color is #71A06E.


Opacity

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

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

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

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

This text has shadow with #71A06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A06E on black background.


Color preview on white background

This text has color #71A06E on white background.



Black color preview on #71A06E background

This text has black color on #71A06E background.


White color preview on #71A06E background

This text has white color on #71A06E background.