COLOR #71A136

HEX: #71A136
RGB: (113,161,54)

Renk bilgisi

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

RGB renk modeli

#71A136 color RGB value is (113,161,54).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 161 of 255 = 63%
B 54 of 255 = 21%

113
161
54

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 161 + 54 = 328 (100%)
R 113 of 328 ~ 34.45%
G 161 of 328 ~ 49.09%
B 54 of 328 ~ 16.46%

%34.45
%49.09
%16.46

CMYK RENK MODELİ

#71A136 rengi CMYK tonu (30,0,66,37).

  • camgöbeği tonu 29.81%
  • eflatun tonu 0.00%
  • sarı tonu 66.46%
  • ana renk tonu 36.86%
CMYK:
(30,0,66,37)
C30M0Y66K37 
(30%,0%,66%,37%)
(0.30/0.00/0.66/0.37)	

CMYK yüzdeleri

%29.81
%0
%66.46
%36.86

Codes

Color #71A136 in popluar color models

71A136
RGB11316154
HSL87°49.77%42.16%
HSB/HSV87°66.46%63.14%
CMYK29.81%0.00%66.46%
36.86%

Color #71A136 in popluar number systems.

HEX71A136
Decimal11316154
Binary111000110100001110110
Octal16124166

Shades and tints

Shades of #71A136

#71A136
(113,161,54)
#679332
(103,147,50)
#5D852E
(93,133,46)
#53772A
(83,119,42)
#496926
(73,105,38)
#3F5B22
(63,91,34)
#354D1E
(53,77,30)
#2B3F1A
(43,63,26)
#213116
(33,49,22)
#172312
(23,35,18)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #71A136

#71A136
(113,161,54)
#7DA948
(125,169,72)
#89B15A
(137,177,90)
#95B96C
(149,185,108)
#A1C17E
(161,193,126)
#ADC990
(173,201,144)
#B9D1A2
(185,209,162)
#C5D9B4
(197,217,180)
#D1E1C6
(209,225,198)
#DDE9D8
(221,233,216)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71A136; }

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

This text font color is #71A136.


Background Color

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

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

This div background color is #71A136.


Border color

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

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

This div border color is #71A136.


Opacity

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

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

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

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

This text has shadow with #71A136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A136 on black background.


Color preview on white background

This text has color #71A136 on white background.



Black color preview on #71A136 background

This text has black color on #71A136 background.


White color preview on #71A136 background

This text has white color on #71A136 background.