COLOR #74C699

HEX: #74C699
RGB: (116,198,153)

Renk bilgisi

#74C699 contains mainly green and blue colors. #74C699 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#74C699 color RGB value is (116,198,153).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 198 of 255 = 78%
B 153 of 255 = 60%

116
198
153

R + G + B ~ 61%. #74C699 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 198 + 153 = 467 (100%)
R 116 of 467 ~ 24.84%
G 198 of 467 ~ 42.4%
B 153 of 467 ~ 32.76%

%24.84
%42.4
%32.76

CMYK RENK MODELİ

#74C699 rengi CMYK tonu (41,0,23,22).

  • camgöbeği tonu 41.41%
  • eflatun tonu 0.00%
  • sarı tonu 22.73%
  • ana renk tonu 22.35%
CMYK:
(41,0,23,22)
C41M0Y23K22 
(41%,0%,23%,22%)
(0.41/0.00/0.23/0.22)	

CMYK yüzdeleri

%41.41
%0
%22.73
%22.35

Codes

Color #74C699 in popluar color models

74C699
RGB116198153
HSL147°41.84%61.57%
HSB/HSV147°41.41%77.65%
CMYK41.41%0.00%22.73%
22.35%

Color #74C699 in popluar number systems.

HEX74C699
Decimal116198153
Binary11101001100011010011001
Octal164306231

Shades and tints

Shades of #74C699

#74C699
(116,198,153)
#6AB48C
(106,180,140)
#60A27F
(96,162,127)
#569072
(86,144,114)
#4C7E65
(76,126,101)
#426C58
(66,108,88)
#385A4B
(56,90,75)
#2E483E
(46,72,62)
#243631
(36,54,49)
#1A2424
(26,36,36)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #74C699

#74C699
(116,198,153)
#80CBA2
(128,203,162)
#8CD0AB
(140,208,171)
#98D5B4
(152,213,180)
#A4DABD
(164,218,189)
#B0DFC6
(176,223,198)
#BCE4CF
(188,228,207)
#C8E9D8
(200,233,216)
#D4EEE1
(212,238,225)
#E0F3EA
(224,243,234)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C699; }

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

This text font color is #74C699.


Background Color

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

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

This div background color is #74C699.


Border color

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

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

This div border color is #74C699.


Opacity

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

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

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

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

This text has shadow with #74C699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C699 on black background.


Color preview on white background

This text has color #74C699 on white background.



Black color preview on #74C699 background

This text has black color on #74C699 background.


White color preview on #74C699 background

This text has white color on #74C699 background.