COLOR #71B063

HEX: #71B063
RGB: (113,176,99)

Renk bilgisi

#71B063 contains mainly green color. #71B063 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#71B063 color RGB value is (113,176,99).

  • kırmız ton 113;
  • yeşil ton 176;
  • mavi ton 99.
RGB:
(113,176,99)
(44%,69%,39%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 176 of 255 = 69%
B 99 of 255 = 39%

113
176
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 176 + 99 = 388 (100%)
R 113 of 388 ~ 29.12%
G 176 of 388 ~ 45.36%
B 99 of 388 ~ 25.52%

%29.12
%45.36
%25.52

CMYK RENK MODELİ

#71B063 rengi CMYK tonu (36,0,44,31).

  • camgöbeği tonu 35.80%
  • eflatun tonu 0.00%
  • sarı tonu 43.75%
  • ana renk tonu 30.98%
CMYK:
(36,0,44,31)
C36M0Y44K31 
(36%,0%,44%,31%)
(0.36/0.00/0.44/0.31)	

CMYK yüzdeleri

%35.8
%0
%43.75
%30.98

Codes

Color #71B063 in popluar color models

71B063
RGB11317699
HSL109°32.77%53.92%
HSB/HSV109°43.75%69.02%
CMYK35.80%0.00%43.75%
30.98%

Color #71B063 in popluar number systems.

HEX71B063
Decimal11317699
Binary1110001101100001100011
Octal161260143

Shades and tints

Shades of #71B063

#71B063
(113,176,99)
#67A05A
(103,160,90)
#5D9051
(93,144,81)
#538048
(83,128,72)
#49703F
(73,112,63)
#3F6036
(63,96,54)
#35502D
(53,80,45)
#2B4024
(43,64,36)
#21301B
(33,48,27)
#172012
(23,32,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #71B063

#71B063
(113,176,99)
#7DB771
(125,183,113)
#89BE7F
(137,190,127)
#95C58D
(149,197,141)
#A1CC9B
(161,204,155)
#ADD3A9
(173,211,169)
#B9DAB7
(185,218,183)
#C5E1C5
(197,225,197)
#D1E8D3
(209,232,211)
#DDEFE1
(221,239,225)
#E9F6EF
(233,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B063 color. Also use rgb(113,176,99) instead hex code.

Text Font Color

.myTextColor { color: #71B063; }

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

This text font color is #71B063.


Background Color

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

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

This div background color is #71B063.


Border color

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

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

This div border color is #71B063.


Opacity

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

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

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

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

This text has shadow with #71B063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B063 on black background.


Color preview on white background

This text has color #71B063 on white background.



Black color preview on #71B063 background

This text has black color on #71B063 background.


White color preview on #71B063 background

This text has white color on #71B063 background.