COLOR #74C07D

HEX: #74C07D
RGB: (116,192,125)

Renk bilgisi

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

RGB renk modeli

#74C07D color RGB value is (116,192,125).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 192 of 255 = 75%
B 125 of 255 = 49%

116
192
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 192 + 125 = 433 (100%)
R 116 of 433 ~ 26.79%
G 192 of 433 ~ 44.34%
B 125 of 433 ~ 28.87%

%26.79
%44.34
%28.87

CMYK RENK MODELİ

#74C07D rengi CMYK tonu (40,0,35,25).

  • camgöbeği tonu 39.58%
  • eflatun tonu 0.00%
  • sarı tonu 34.90%
  • ana renk tonu 24.71%
CMYK:
(40,0,35,25)
C40M0Y35K25 
(40%,0%,35%,25%)
(0.40/0.00/0.35/0.25)	

CMYK yüzdeleri

%39.58
%0
%34.9
%24.71

Codes

Color #74C07D in popluar color models

74C07D
RGB116192125
HSL127°37.62%60.39%
HSB/HSV127°39.58%75.29%
CMYK39.58%0.00%34.90%
24.71%

Color #74C07D in popluar number systems.

HEX74C07D
Decimal116192125
Binary1110100110000001111101
Octal164300175

Shades and tints

Shades of #74C07D

#74C07D
(116,192,125)
#6AAF72
(106,175,114)
#609E67
(96,158,103)
#568D5C
(86,141,92)
#4C7C51
(76,124,81)
#426B46
(66,107,70)
#385A3B
(56,90,59)
#2E4930
(46,73,48)
#243825
(36,56,37)
#1A271A
(26,39,26)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #74C07D

#74C07D
(116,192,125)
#80C588
(128,197,136)
#8CCA93
(140,202,147)
#98CF9E
(152,207,158)
#A4D4A9
(164,212,169)
#B0D9B4
(176,217,180)
#BCDEBF
(188,222,191)
#C8E3CA
(200,227,202)
#D4E8D5
(212,232,213)
#E0EDE0
(224,237,224)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C07D; }

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

This text font color is #74C07D.


Background Color

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

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

This div background color is #74C07D.


Border color

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

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

This div border color is #74C07D.


Opacity

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

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

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

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

This text has shadow with #74C07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C07D on black background.


Color preview on white background

This text has color #74C07D on white background.



Black color preview on #74C07D background

This text has black color on #74C07D background.


White color preview on #74C07D background

This text has white color on #74C07D background.