COLOR #74C47A

HEX: #74C47A
RGB: (116,196,122)

Renk bilgisi

#74C47A contains mainly green color. #74C47A ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#74C47A color RGB value is (116,196,122).

  • kırmız ton 116;
  • yeşil ton 196;
  • mavi ton 122.
RGB:
(116,196,122)
(45%,77%,48%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 196 of 255 = 77%
B 122 of 255 = 48%

116
196
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 196 + 122 = 434 (100%)
R 116 of 434 ~ 26.73%
G 196 of 434 ~ 45.16%
B 122 of 434 ~ 28.11%

%26.73
%45.16
%28.11

CMYK RENK MODELİ

#74C47A rengi CMYK tonu (41,0,38,23).

  • camgöbeği tonu 40.82%
  • eflatun tonu 0.00%
  • sarı tonu 37.76%
  • ana renk tonu 23.14%
CMYK:
(41,0,38,23)
C41M0Y38K23 
(41%,0%,38%,23%)
(0.41/0.00/0.38/0.23)	

CMYK yüzdeleri

%40.82
%0
%37.76
%23.14

Codes

Color #74C47A in popluar color models

74C47A
RGB116196122
HSL125°40.40%61.18%
HSB/HSV125°40.82%76.86%
CMYK40.82%0.00%37.76%
23.14%

Color #74C47A in popluar number systems.

HEX74C47A
Decimal116196122
Binary1110100110001001111010
Octal164304172

Shades and tints

Shades of #74C47A

#74C47A
(116,196,122)
#6AB36F
(106,179,111)
#60A264
(96,162,100)
#569159
(86,145,89)
#4C804E
(76,128,78)
#426F43
(66,111,67)
#385E38
(56,94,56)
#2E4D2D
(46,77,45)
#243C22
(36,60,34)
#1A2B17
(26,43,23)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #74C47A

#74C47A
(116,196,122)
#80C986
(128,201,134)
#8CCE92
(140,206,146)
#98D39E
(152,211,158)
#A4D8AA
(164,216,170)
#B0DDB6
(176,221,182)
#BCE2C2
(188,226,194)
#C8E7CE
(200,231,206)
#D4ECDA
(212,236,218)
#E0F1E6
(224,241,230)
#ECF6F2
(236,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C47A color. Also use rgb(116,196,122) instead hex code.

Text Font Color

.myTextColor { color: #74C47A; }

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

This text font color is #74C47A.


Background Color

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

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

This div background color is #74C47A.


Border color

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

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

This div border color is #74C47A.


Opacity

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

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

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

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

This text has shadow with #74C47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C47A on black background.


Color preview on white background

This text has color #74C47A on white background.



Black color preview on #74C47A background

This text has black color on #74C47A background.


White color preview on #74C47A background

This text has white color on #74C47A background.