COLOR #71A06D

HEX: #71A06D
RGB: (113,160,109)

Renk bilgisi

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

RGB renk modeli

#71A06D color RGB value is (113,160,109).

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

RGB bağlantıları ve doygunluk

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

113
160
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 160 + 109 = 382 (100%)
R 113 of 382 ~ 29.58%
G 160 of 382 ~ 41.88%
B 109 of 382 ~ 28.53%

%29.58
%41.88
%28.53

CMYK RENK MODELİ

#71A06D rengi CMYK tonu (29,0,32,37).

  • camgöbeği tonu 29.38%
  • eflatun tonu 0.00%
  • sarı tonu 31.88%
  • ana renk tonu 37.25%
CMYK:
(29,0,32,37)
C29M0Y32K37 
(29%,0%,32%,37%)
(0.29/0.00/0.32/0.37)	

CMYK yüzdeleri

%29.38
%0
%31.88
%37.25

Codes

Color #71A06D in popluar color models

71A06D
RGB113160109
HSL115°21.16%52.75%
HSB/HSV115°31.88%62.75%
CMYK29.38%0.00%31.88%
37.25%

Color #71A06D in popluar number systems.

HEX71A06D
Decimal113160109
Binary1110001101000001101101
Octal161240155

Shades and tints

Shades of #71A06D

#71A06D
(113,160,109)
#679264
(103,146,100)
#5D845B
(93,132,91)
#537652
(83,118,82)
#496849
(73,104,73)
#3F5A40
(63,90,64)
#354C37
(53,76,55)
#2B3E2E
(43,62,46)
#213025
(33,48,37)
#17221C
(23,34,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #71A06D

#71A06D
(113,160,109)
#7DA87A
(125,168,122)
#89B087
(137,176,135)
#95B894
(149,184,148)
#A1C0A1
(161,192,161)
#ADC8AE
(173,200,174)
#B9D0BB
(185,208,187)
#C5D8C8
(197,216,200)
#D1E0D5
(209,224,213)
#DDE8E2
(221,232,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A06D; }

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

This text font color is #71A06D.


Background Color

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

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

This div background color is #71A06D.


Border color

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

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

This div border color is #71A06D.


Opacity

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

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

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

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

This text has shadow with #71A06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A06D on black background.


Color preview on white background

This text has color #71A06D on white background.



Black color preview on #71A06D background

This text has black color on #71A06D background.


White color preview on #71A06D background

This text has white color on #71A06D background.