COLOR #74B997

HEX: #74B997
RGB: (116,185,151)

Renk bilgisi

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

RGB renk modeli

#74B997 color RGB value is (116,185,151).

  • kırmız ton 116;
  • yeşil ton 185;
  • mavi ton 151.
RGB:
(116,185,151)
(45%,73%,59%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 185 of 255 = 73%
B 151 of 255 = 59%

116
185
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 185 + 151 = 452 (100%)
R 116 of 452 ~ 25.66%
G 185 of 452 ~ 40.93%
B 151 of 452 ~ 33.41%

%25.66
%40.93
%33.41

CMYK RENK MODELİ

#74B997 rengi CMYK tonu (37,0,18,27).

  • camgöbeği tonu 37.30%
  • eflatun tonu 0.00%
  • sarı tonu 18.38%
  • ana renk tonu 27.45%
CMYK:
(37,0,18,27)
C37M0Y18K27 
(37%,0%,18%,27%)
(0.37/0.00/0.18/0.27)	

CMYK yüzdeleri

%37.3
%0
%18.38
%27.45

Codes

Color #74B997 in popluar color models

74B997
RGB116185151
HSL150°33.01%59.02%
HSB/HSV150°37.30%72.55%
CMYK37.30%0.00%18.38%
27.45%

Color #74B997 in popluar number systems.

HEX74B997
Decimal116185151
Binary11101001011100110010111
Octal164271227

Shades and tints

Shades of #74B997

#74B997
(116,185,151)
#6AA98A
(106,169,138)
#60997D
(96,153,125)
#568970
(86,137,112)
#4C7963
(76,121,99)
#426956
(66,105,86)
#385949
(56,89,73)
#2E493C
(46,73,60)
#24392F
(36,57,47)
#1A2922
(26,41,34)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #74B997

#74B997
(116,185,151)
#80BFA0
(128,191,160)
#8CC5A9
(140,197,169)
#98CBB2
(152,203,178)
#A4D1BB
(164,209,187)
#B0D7C4
(176,215,196)
#BCDDCD
(188,221,205)
#C8E3D6
(200,227,214)
#D4E9DF
(212,233,223)
#E0EFE8
(224,239,232)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B997 color. Also use rgb(116,185,151) instead hex code.

Text Font Color

.myTextColor { color: #74B997; }

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

This text font color is #74B997.


Background Color

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

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

This div background color is #74B997.


Border color

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

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

This div border color is #74B997.


Opacity

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

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

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

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

This text has shadow with #74B997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B997 on black background.


Color preview on white background

This text has color #74B997 on white background.



Black color preview on #74B997 background

This text has black color on #74B997 background.


White color preview on #74B997 background

This text has white color on #74B997 background.