COLOR #71A651

HEX: #71A651
RGB: (113,166,81)

Renk bilgisi

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

RGB renk modeli

#71A651 color RGB value is (113,166,81).

  • kırmız ton 113;
  • yeşil ton 166;
  • mavi ton 81.
RGB:
(113,166,81)
(44%,65%,32%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 166 of 255 = 65%
B 81 of 255 = 32%

113
166
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 166 + 81 = 360 (100%)
R 113 of 360 ~ 31.39%
G 166 of 360 ~ 46.11%
B 81 of 360 ~ 22.5%

%31.39
%46.11
%22.5

CMYK RENK MODELİ

#71A651 rengi CMYK tonu (32,0,51,35).

  • camgöbeği tonu 31.93%
  • eflatun tonu 0.00%
  • sarı tonu 51.20%
  • ana renk tonu 34.90%
CMYK:
(32,0,51,35)
C32M0Y51K35 
(32%,0%,51%,35%)
(0.32/0.00/0.51/0.35)	

CMYK yüzdeleri

%31.93
%0
%51.2
%34.9

Codes

Color #71A651 in popluar color models

71A651
RGB11316681
HSL97°34.41%48.43%
HSB/HSV97°51.20%65.10%
CMYK31.93%0.00%51.20%
34.90%

Color #71A651 in popluar number systems.

HEX71A651
Decimal11316681
Binary1110001101001101010001
Octal161246121

Shades and tints

Shades of #71A651

#71A651
(113,166,81)
#67974A
(103,151,74)
#5D8843
(93,136,67)
#53793C
(83,121,60)
#496A35
(73,106,53)
#3F5B2E
(63,91,46)
#354C27
(53,76,39)
#2B3D20
(43,61,32)
#212E19
(33,46,25)
#171F12
(23,31,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #71A651

#71A651
(113,166,81)
#7DAE60
(125,174,96)
#89B66F
(137,182,111)
#95BE7E
(149,190,126)
#A1C68D
(161,198,141)
#ADCE9C
(173,206,156)
#B9D6AB
(185,214,171)
#C5DEBA
(197,222,186)
#D1E6C9
(209,230,201)
#DDEED8
(221,238,216)
#E9F6E7
(233,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A651 color. Also use rgb(113,166,81) instead hex code.

Text Font Color

.myTextColor { color: #71A651; }

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

This text font color is #71A651.


Background Color

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

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

This div background color is #71A651.


Border color

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

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

This div border color is #71A651.


Opacity

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

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

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

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

This text has shadow with #71A651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A651 on black background.


Color preview on white background

This text has color #71A651 on white background.



Black color preview on #71A651 background

This text has black color on #71A651 background.


White color preview on #71A651 background

This text has white color on #71A651 background.