COLOR #71B874

HEX: #71B874
RGB: (113,184,116)

Renk bilgisi

#71B874 contains mainly green color. #71B874 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#71B874 color RGB value is (113,184,116).

  • kırmız ton 113;
  • yeşil ton 184;
  • mavi ton 116.
RGB:
(113,184,116)
(44%,72%,45%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 184 of 255 = 72%
B 116 of 255 = 45%

113
184
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 184 + 116 = 413 (100%)
R 113 of 413 ~ 27.36%
G 184 of 413 ~ 44.55%
B 116 of 413 ~ 28.09%

%27.36
%44.55
%28.09

CMYK RENK MODELİ

#71B874 rengi CMYK tonu (39,0,37,28).

  • camgöbeği tonu 38.59%
  • eflatun tonu 0.00%
  • sarı tonu 36.96%
  • ana renk tonu 27.84%
CMYK:
(39,0,37,28)
C39M0Y37K28 
(39%,0%,37%,28%)
(0.39/0.00/0.37/0.28)	

CMYK yüzdeleri

%38.59
%0
%36.96
%27.84

Codes

Color #71B874 in popluar color models

71B874
RGB113184116
HSL123°33.33%58.24%
HSB/HSV123°38.59%72.16%
CMYK38.59%0.00%36.96%
27.84%

Color #71B874 in popluar number systems.

HEX71B874
Decimal113184116
Binary1110001101110001110100
Octal161270164

Shades and tints

Shades of #71B874

#71B874
(113,184,116)
#67A86A
(103,168,106)
#5D9860
(93,152,96)
#538856
(83,136,86)
#49784C
(73,120,76)
#3F6842
(63,104,66)
#355838
(53,88,56)
#2B482E
(43,72,46)
#213824
(33,56,36)
#17281A
(23,40,26)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #71B874

#71B874
(113,184,116)
#7DBE80
(125,190,128)
#89C48C
(137,196,140)
#95CA98
(149,202,152)
#A1D0A4
(161,208,164)
#ADD6B0
(173,214,176)
#B9DCBC
(185,220,188)
#C5E2C8
(197,226,200)
#D1E8D4
(209,232,212)
#DDEEE0
(221,238,224)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B874 color. Also use rgb(113,184,116) instead hex code.

Text Font Color

.myTextColor { color: #71B874; }

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

This text font color is #71B874.


Background Color

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

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

This div background color is #71B874.


Border color

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

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

This div border color is #71B874.


Opacity

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

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

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

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

This text has shadow with #71B874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B874 on black background.


Color preview on white background

This text has color #71B874 on white background.



Black color preview on #71B874 background

This text has black color on #71B874 background.


White color preview on #71B874 background

This text has white color on #71B874 background.