COLOR #71AE78

HEX: #71AE78
RGB: (113,174,120)

Renk bilgisi

#71AE78 contains mainly green and blue colors. #71AE78 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#71AE78 color RGB value is (113,174,120).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 174 of 255 = 68%
B 120 of 255 = 47%

113
174
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 174 + 120 = 407 (100%)
R 113 of 407 ~ 27.76%
G 174 of 407 ~ 42.75%
B 120 of 407 ~ 29.48%

%27.76
%42.75
%29.48

CMYK RENK MODELİ

#71AE78 rengi CMYK tonu (35,0,31,32).

  • camgöbeği tonu 35.06%
  • eflatun tonu 0.00%
  • sarı tonu 31.03%
  • ana renk tonu 31.76%
CMYK:
(35,0,31,32)
C35M0Y31K32 
(35%,0%,31%,32%)
(0.35/0.00/0.31/0.32)	

CMYK yüzdeleri

%35.06
%0
%31.03
%31.76

Codes

Color #71AE78 in popluar color models

71AE78
RGB113174120
HSL127°27.35%56.27%
HSB/HSV127°35.06%68.24%
CMYK35.06%0.00%31.03%
31.76%

Color #71AE78 in popluar number systems.

HEX71AE78
Decimal113174120
Binary1110001101011101111000
Octal161256170

Shades and tints

Shades of #71AE78

#71AE78
(113,174,120)
#679F6E
(103,159,110)
#5D9064
(93,144,100)
#53815A
(83,129,90)
#497250
(73,114,80)
#3F6346
(63,99,70)
#35543C
(53,84,60)
#2B4532
(43,69,50)
#213628
(33,54,40)
#17271E
(23,39,30)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #71AE78

#71AE78
(113,174,120)
#7DB584
(125,181,132)
#89BC90
(137,188,144)
#95C39C
(149,195,156)
#A1CAA8
(161,202,168)
#ADD1B4
(173,209,180)
#B9D8C0
(185,216,192)
#C5DFCC
(197,223,204)
#D1E6D8
(209,230,216)
#DDEDE4
(221,237,228)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AE78; }

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

This text font color is #71AE78.


Background Color

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

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

This div background color is #71AE78.


Border color

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

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

This div border color is #71AE78.


Opacity

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

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

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

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

This text has shadow with #71AE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AE78 on black background.


Color preview on white background

This text has color #71AE78 on white background.



Black color preview on #71AE78 background

This text has black color on #71AE78 background.


White color preview on #71AE78 background

This text has white color on #71AE78 background.