COLOR #71BA78

HEX: #71BA78
RGB: (113,186,120)

Renk bilgisi

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

RGB renk modeli

#71BA78 color RGB value is (113,186,120).

  • kırmız ton 113;
  • yeşil ton 186;
  • mavi ton 120.
RGB:
(113,186,120)
(44%,73%,47%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 186 of 255 = 73%
B 120 of 255 = 47%

113
186
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 186 + 120 = 419 (100%)
R 113 of 419 ~ 26.97%
G 186 of 419 ~ 44.39%
B 120 of 419 ~ 28.64%

%26.97
%44.39
%28.64

CMYK RENK MODELİ

#71BA78 rengi CMYK tonu (39,0,35,27).

  • camgöbeği tonu 39.25%
  • eflatun tonu 0.00%
  • sarı tonu 35.48%
  • ana renk tonu 27.06%
CMYK:
(39,0,35,27)
C39M0Y35K27 
(39%,0%,35%,27%)
(0.39/0.00/0.35/0.27)	

CMYK yüzdeleri

%39.25
%0
%35.48
%27.06

Codes

Color #71BA78 in popluar color models

71BA78
RGB113186120
HSL126°34.60%58.63%
HSB/HSV126°39.25%72.94%
CMYK39.25%0.00%35.48%
27.06%

Color #71BA78 in popluar number systems.

HEX71BA78
Decimal113186120
Binary1110001101110101111000
Octal161272170

Shades and tints

Shades of #71BA78

#71BA78
(113,186,120)
#67AA6E
(103,170,110)
#5D9A64
(93,154,100)
#538A5A
(83,138,90)
#497A50
(73,122,80)
#3F6A46
(63,106,70)
#355A3C
(53,90,60)
#2B4A32
(43,74,50)
#213A28
(33,58,40)
#172A1E
(23,42,30)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #71BA78

#71BA78
(113,186,120)
#7DC084
(125,192,132)
#89C690
(137,198,144)
#95CC9C
(149,204,156)
#A1D2A8
(161,210,168)
#ADD8B4
(173,216,180)
#B9DEC0
(185,222,192)
#C5E4CC
(197,228,204)
#D1EAD8
(209,234,216)
#DDF0E4
(221,240,228)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BA78 color. Also use rgb(113,186,120) instead hex code.

Text Font Color

.myTextColor { color: #71BA78; }

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

This text font color is #71BA78.


Background Color

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

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

This div background color is #71BA78.


Border color

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

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

This div border color is #71BA78.


Opacity

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

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

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

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

This text has shadow with #71BA78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BA78 on black background.


Color preview on white background

This text has color #71BA78 on white background.



Black color preview on #71BA78 background

This text has black color on #71BA78 background.


White color preview on #71BA78 background

This text has white color on #71BA78 background.