COLOR #74C696

HEX: #74C696
RGB: (116,198,150)

Renk bilgisi

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

RGB renk modeli

#74C696 color RGB value is (116,198,150).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 198 of 255 = 78%
B 150 of 255 = 59%

116
198
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 198 + 150 = 464 (100%)
R 116 of 464 ~ 25%
G 198 of 464 ~ 42.67%
B 150 of 464 ~ 32.33%

%25
%42.67
%32.33

CMYK RENK MODELİ

#74C696 rengi CMYK tonu (41,0,24,22).

  • camgöbeği tonu 41.41%
  • eflatun tonu 0.00%
  • sarı tonu 24.24%
  • ana renk tonu 22.35%
CMYK:
(41,0,24,22)
C41M0Y24K22 
(41%,0%,24%,22%)
(0.41/0.00/0.24/0.22)	

CMYK yüzdeleri

%41.41
%0
%24.24
%22.35

Codes

Color #74C696 in popluar color models

74C696
RGB116198150
HSL145°41.84%61.57%
HSB/HSV145°41.41%77.65%
CMYK41.41%0.00%24.24%
22.35%

Color #74C696 in popluar number systems.

HEX74C696
Decimal116198150
Binary11101001100011010010110
Octal164306226

Shades and tints

Shades of #74C696

#74C696
(116,198,150)
#6AB489
(106,180,137)
#60A27C
(96,162,124)
#56906F
(86,144,111)
#4C7E62
(76,126,98)
#426C55
(66,108,85)
#385A48
(56,90,72)
#2E483B
(46,72,59)
#24362E
(36,54,46)
#1A2421
(26,36,33)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #74C696

#74C696
(116,198,150)
#80CB9F
(128,203,159)
#8CD0A8
(140,208,168)
#98D5B1
(152,213,177)
#A4DABA
(164,218,186)
#B0DFC3
(176,223,195)
#BCE4CC
(188,228,204)
#C8E9D5
(200,233,213)
#D4EEDE
(212,238,222)
#E0F3E7
(224,243,231)
#ECF8F0
(236,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74C696; }

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

This text font color is #74C696.


Background Color

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

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

This div background color is #74C696.


Border color

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

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

This div border color is #74C696.


Opacity

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

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

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

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

This text has shadow with #74C696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C696 on black background.


Color preview on white background

This text has color #74C696 on white background.



Black color preview on #74C696 background

This text has black color on #74C696 background.


White color preview on #74C696 background

This text has white color on #74C696 background.