COLOR #74AD71

HEX: #74AD71
RGB: (116,173,113)

Renk bilgisi

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

RGB renk modeli

#74AD71 color RGB value is (116,173,113).

  • kırmız ton 116;
  • yeşil ton 173;
  • mavi ton 113.
RGB:
(116,173,113)
(45%,68%,44%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 173 of 255 = 68%
B 113 of 255 = 44%

116
173
113

R + G + B ~ 52%. #74AD71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 173 + 113 = 402 (100%)
R 116 of 402 ~ 28.86%
G 173 of 402 ~ 43.03%
B 113 of 402 ~ 28.11%

%28.86
%43.03
%28.11

CMYK RENK MODELİ

#74AD71 rengi CMYK tonu (33,0,35,32).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 34.68%
  • ana renk tonu 32.16%
CMYK:
(33,0,35,32)
C33M0Y35K32 
(33%,0%,35%,32%)
(0.33/0.00/0.35/0.32)	

CMYK yüzdeleri

%32.95
%0
%34.68
%32.16

Codes

Color #74AD71 in popluar color models

74AD71
RGB116173113
HSL117°26.79%56.08%
HSB/HSV117°34.68%67.84%
CMYK32.95%0.00%34.68%
32.16%

Color #74AD71 in popluar number systems.

HEX74AD71
Decimal116173113
Binary1110100101011011110001
Octal164255161

Shades and tints

Shades of #74AD71

#74AD71
(116,173,113)
#6A9E67
(106,158,103)
#608F5D
(96,143,93)
#568053
(86,128,83)
#4C7149
(76,113,73)
#42623F
(66,98,63)
#385335
(56,83,53)
#2E442B
(46,68,43)
#243521
(36,53,33)
#1A2617
(26,38,23)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #74AD71

#74AD71
(116,173,113)
#80B47D
(128,180,125)
#8CBB89
(140,187,137)
#98C295
(152,194,149)
#A4C9A1
(164,201,161)
#B0D0AD
(176,208,173)
#BCD7B9
(188,215,185)
#C8DEC5
(200,222,197)
#D4E5D1
(212,229,209)
#E0ECDD
(224,236,221)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AD71 color. Also use rgb(116,173,113) instead hex code.

Text Font Color

.myTextColor { color: #74AD71; }

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

This text font color is #74AD71.


Background Color

.myBgColor { background-color: #74AD71; }

<div style="background-color:#74AD71">Inner text</div>

This div background color is #74AD71.


Border color

.myBorderColor { border: 1px solid #74AD71; }

<div style="border:3px solid #74AD71">Div</div>

This div border color is #74AD71.


Opacity

.myOpacity80 { color: #74AD71; opacity: 0.8; }

<p style="color:#74AD71;opacity:0.8;">80%</p>

Text with #74AD71 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 #74AD71;}

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

This text has shadow with #74AD71 color.

.textShadow {text-shadow: 3px 3px 1px #74AD71, 3px 3px 1px red;}

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

This text has shadow with #74AD71 primary color and red secondary color.


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

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

This text has shadow with #74AD71 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD71 on black background.


Color preview on white background

This text has color #74AD71 on white background.



Black color preview on #74AD71 background

This text has black color on #74AD71 background.


White color preview on #74AD71 background

This text has white color on #74AD71 background.