COLOR #74C070

HEX: #74C070
RGB: (116,192,112)

Renk bilgisi

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

RGB renk modeli

#74C070 color RGB value is (116,192,112).

  • kırmız ton 116;
  • yeşil ton 192;
  • mavi ton 112.
RGB:
(116,192,112)
(45%,75%,44%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 192 of 255 = 75%
B 112 of 255 = 44%

116
192
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 192 + 112 = 420 (100%)
R 116 of 420 ~ 27.62%
G 192 of 420 ~ 45.71%
B 112 of 420 ~ 26.67%

%27.62
%45.71
%26.67

CMYK RENK MODELİ

#74C070 rengi CMYK tonu (40,0,42,25).

  • camgöbeği tonu 39.58%
  • eflatun tonu 0.00%
  • sarı tonu 41.67%
  • ana renk tonu 24.71%
CMYK:
(40,0,42,25)
C40M0Y42K25 
(40%,0%,42%,25%)
(0.40/0.00/0.42/0.25)	

CMYK yüzdeleri

%39.58
%0
%41.67
%24.71

Codes

Color #74C070 in popluar color models

74C070
RGB116192112
HSL117°38.83%59.61%
HSB/HSV117°41.67%75.29%
CMYK39.58%0.00%41.67%
24.71%

Color #74C070 in popluar number systems.

HEX74C070
Decimal116192112
Binary1110100110000001110000
Octal164300160

Shades and tints

Shades of #74C070

#74C070
(116,192,112)
#6AAF66
(106,175,102)
#609E5C
(96,158,92)
#568D52
(86,141,82)
#4C7C48
(76,124,72)
#426B3E
(66,107,62)
#385A34
(56,90,52)
#2E492A
(46,73,42)
#243820
(36,56,32)
#1A2716
(26,39,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #74C070

#74C070
(116,192,112)
#80C57D
(128,197,125)
#8CCA8A
(140,202,138)
#98CF97
(152,207,151)
#A4D4A4
(164,212,164)
#B0D9B1
(176,217,177)
#BCDEBE
(188,222,190)
#C8E3CB
(200,227,203)
#D4E8D8
(212,232,216)
#E0EDE5
(224,237,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C070 color. Also use rgb(116,192,112) instead hex code.

Text Font Color

.myTextColor { color: #74C070; }

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

This text font color is #74C070.


Background Color

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

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

This div background color is #74C070.


Border color

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

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

This div border color is #74C070.


Opacity

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

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

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

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

This text has shadow with #74C070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C070 on black background.


Color preview on white background

This text has color #74C070 on white background.



Black color preview on #74C070 background

This text has black color on #74C070 background.


White color preview on #74C070 background

This text has white color on #74C070 background.