COLOR #71A142

HEX: #71A142
RGB: (113,161,66)

Renk bilgisi

#71A142 contains mainly red and green colors. #71A142 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#71A142 color RGB value is (113,161,66).

  • kırmız ton 113;
  • yeşil ton 161;
  • mavi ton 66.
RGB:
(113,161,66)
(44%,63%,26%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 161 of 255 = 63%
B 66 of 255 = 26%

113
161
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 161 + 66 = 340 (100%)
R 113 of 340 ~ 33.24%
G 161 of 340 ~ 47.35%
B 66 of 340 ~ 19.41%

%33.24
%47.35
%19.41

CMYK RENK MODELİ

#71A142 rengi CMYK tonu (30,0,59,37).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 59.01%
  • ana renk tonu 36.86%
CMYK:
(30,0,59,37)
C30M0Y59K37 
(30%,0%,59%,37%)
(0.30/0.00/0.59/0.37)	

CMYK yüzdeleri

%29.81
%0
%59.01
%36.86

Codes

Color #71A142 in popluar color models

71A142
RGB11316166
HSL90°41.85%44.51%
HSB/HSV90°59.01%63.14%
CMYK29.81%0.00%59.01%
36.86%

Color #71A142 in popluar number systems.

HEX71A142
Decimal11316166
Binary1110001101000011000010
Octal161241102

Shades and tints

Shades of #71A142

#71A142
(113,161,66)
#67933C
(103,147,60)
#5D8536
(93,133,54)
#537730
(83,119,48)
#49692A
(73,105,42)
#3F5B24
(63,91,36)
#354D1E
(53,77,30)
#2B3F18
(43,63,24)
#213112
(33,49,18)
#17230C
(23,35,12)
#0D1506
(13,21,6)
#000000
(0,0,0)

Tints of #71A142

#71A142
(113,161,66)
#7DA953
(125,169,83)
#89B164
(137,177,100)
#95B975
(149,185,117)
#A1C186
(161,193,134)
#ADC997
(173,201,151)
#B9D1A8
(185,209,168)
#C5D9B9
(197,217,185)
#D1E1CA
(209,225,202)
#DDE9DB
(221,233,219)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A142 color. Also use rgb(113,161,66) instead hex code.

Text Font Color

.myTextColor { color: #71A142; }

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

This text font color is #71A142.


Background Color

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

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

This div background color is #71A142.


Border color

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

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

This div border color is #71A142.


Opacity

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

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

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

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

This text has shadow with #71A142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A142 on black background.


Color preview on white background

This text has color #71A142 on white background.



Black color preview on #71A142 background

This text has black color on #71A142 background.


White color preview on #71A142 background

This text has white color on #71A142 background.