COLOR #74C972

HEX: #74C972
RGB: (116,201,114)

Renk bilgisi

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

RGB renk modeli

#74C972 color RGB value is (116,201,114).

  • kırmız ton 116;
  • yeşil ton 201;
  • mavi ton 114.
RGB:
(116,201,114)
(45%,79%,45%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 201 of 255 = 79%
B 114 of 255 = 45%

116
201
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 201 + 114 = 431 (100%)
R 116 of 431 ~ 26.91%
G 201 of 431 ~ 46.64%
B 114 of 431 ~ 26.45%

%26.91
%46.64
%26.45

CMYK RENK MODELİ

#74C972 rengi CMYK tonu (42,0,43,21).

  • camgöbeği tonu 42.29%
  • eflatun tonu 0.00%
  • sarı tonu 43.28%
  • ana renk tonu 21.18%
CMYK:
(42,0,43,21)
C42M0Y43K21 
(42%,0%,43%,21%)
(0.42/0.00/0.43/0.21)	

CMYK yüzdeleri

%42.29
%0
%43.28
%21.18

Codes

Color #74C972 in popluar color models

74C972
RGB116201114
HSL119°44.62%61.76%
HSB/HSV119°43.28%78.82%
CMYK42.29%0.00%43.28%
21.18%

Color #74C972 in popluar number systems.

HEX74C972
Decimal116201114
Binary1110100110010011110010
Octal164311162

Shades and tints

Shades of #74C972

#74C972
(116,201,114)
#6AB768
(106,183,104)
#60A55E
(96,165,94)
#569354
(86,147,84)
#4C814A
(76,129,74)
#426F40
(66,111,64)
#385D36
(56,93,54)
#2E4B2C
(46,75,44)
#243922
(36,57,34)
#1A2718
(26,39,24)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #74C972

#74C972
(116,201,114)
#80CD7E
(128,205,126)
#8CD18A
(140,209,138)
#98D596
(152,213,150)
#A4D9A2
(164,217,162)
#B0DDAE
(176,221,174)
#BCE1BA
(188,225,186)
#C8E5C6
(200,229,198)
#D4E9D2
(212,233,210)
#E0EDDE
(224,237,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C972 color. Also use rgb(116,201,114) instead hex code.

Text Font Color

.myTextColor { color: #74C972; }

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

This text font color is #74C972.


Background Color

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

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

This div background color is #74C972.


Border color

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

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

This div border color is #74C972.


Opacity

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

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

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

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

This text has shadow with #74C972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C972 on black background.


Color preview on white background

This text has color #74C972 on white background.



Black color preview on #74C972 background

This text has black color on #74C972 background.


White color preview on #74C972 background

This text has white color on #74C972 background.