COLOR #74C677

HEX: #74C677
RGB: (116,198,119)

Renk bilgisi

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

RGB renk modeli

#74C677 color RGB value is (116,198,119).

  • kırmız ton 116;
  • yeşil ton 198;
  • mavi ton 119.
RGB:
(116,198,119)
(45%,78%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 198 of 255 = 78%
B 119 of 255 = 47%

116
198
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 198 + 119 = 433 (100%)
R 116 of 433 ~ 26.79%
G 198 of 433 ~ 45.73%
B 119 of 433 ~ 27.48%

%26.79
%45.73
%27.48

CMYK RENK MODELİ

#74C677 rengi CMYK tonu (41,0,40,22).

  • camgöbeği tonu 41.41%
  • eflatun tonu 0.00%
  • sarı tonu 39.90%
  • ana renk tonu 22.35%
CMYK:
(41,0,40,22)
C41M0Y40K22 
(41%,0%,40%,22%)
(0.41/0.00/0.40/0.22)	

CMYK yüzdeleri

%41.41
%0
%39.9
%22.35

Codes

Color #74C677 in popluar color models

74C677
RGB116198119
HSL122°41.84%61.57%
HSB/HSV122°41.41%77.65%
CMYK41.41%0.00%39.90%
22.35%

Color #74C677 in popluar number systems.

HEX74C677
Decimal116198119
Binary1110100110001101110111
Octal164306167

Shades and tints

Shades of #74C677

#74C677
(116,198,119)
#6AB46D
(106,180,109)
#60A263
(96,162,99)
#569059
(86,144,89)
#4C7E4F
(76,126,79)
#426C45
(66,108,69)
#385A3B
(56,90,59)
#2E4831
(46,72,49)
#243627
(36,54,39)
#1A241D
(26,36,29)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #74C677

#74C677
(116,198,119)
#80CB83
(128,203,131)
#8CD08F
(140,208,143)
#98D59B
(152,213,155)
#A4DAA7
(164,218,167)
#B0DFB3
(176,223,179)
#BCE4BF
(188,228,191)
#C8E9CB
(200,233,203)
#D4EED7
(212,238,215)
#E0F3E3
(224,243,227)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C677 color. Also use rgb(116,198,119) instead hex code.

Text Font Color

.myTextColor { color: #74C677; }

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

This text font color is #74C677.


Background Color

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

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

This div background color is #74C677.


Border color

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

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

This div border color is #74C677.


Opacity

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

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

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

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

This text has shadow with #74C677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C677 on black background.


Color preview on white background

This text has color #74C677 on white background.



Black color preview on #74C677 background

This text has black color on #74C677 background.


White color preview on #74C677 background

This text has white color on #74C677 background.