COLOR #74B897

HEX: #74B897
RGB: (116,184,151)

Color info

#74B897 contains mainly green and blue colors. Web safe color of #74B897 is #66CC99 (or #6C9).

RGB color model

#74B897 color RGB value is (116,184,151).

  • red value is 116;
  • green value is 184;
  • blue value is 151.
RGB: (116,184,151) (45%,72%,59%)

RGB channels and saturation

R 116 of 255 = 45%
G 184 of 255 = 72%
B 151 of 255 = 59%

116
184
151

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

Portions of RGB colors in percentages

R + G + B =
116 + 184 + 151 = 451 (100%)
R 116 of 451 ~ 25.72%
G 184 of 451 ~ 40.8%
B 151 of 451 ~ 33.48%

%25.72
%40.8
%33.48

CMYK color model

#74B897 color CMYK value is (37,0,18,28).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 17.93%
  • key color value is 27.84%
CMYK: (37,0,18,28) C37M0Y18K28 (37%,0%,18%,28%) (0.37/0.00/0.18/0.28)

CMYK percentages

%36.96
%0
%17.93
%27.84

Codes

Color #74B897 in popluar color models

74B897
RGB116184151
HSL151°32.38%58.82%
HSB/HSV151°36.96%72.16%
CMYK36.96%0.00%17.93%
27.84%

Color #74B897 in popluar number systems.

HEX74B897
Decimal116184151
Binary11101001011100010010111
Octal164270227

Shades and tints

Shades of #74B897

#74B897
(116,184,151)
#6AA88A
(106,168,138)
#60987D
(96,152,125)
#568870
(86,136,112)
#4C7863
(76,120,99)
#426856
(66,104,86)
#385849
(56,88,73)
#2E483C
(46,72,60)
#24382F
(36,56,47)
#1A2822
(26,40,34)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #74B897

#74B897
(116,184,151)
#80BEA0
(128,190,160)
#8CC4A9
(140,196,169)
#98CAB2
(152,202,178)
#A4D0BB
(164,208,187)
#B0D6C4
(176,214,196)
#BCDCCD
(188,220,205)
#C8E2D6
(200,226,214)
#D4E8DF
(212,232,223)
#E0EEE8
(224,238,232)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B897; }

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

This text font color is #74B897.


Background Color

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

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

This div background color is #74B897.


Border color

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

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

This div border color is #74B897.


Opacity

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

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

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

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

This text has shadow with #74B897 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74B897 on black background.


Color preview on white background

This text has color #74B897 on white background.



Black color preview on #74B897 background

This text has black color on #74B897 background.


White color preview on #74B897 background

This text has white color on #74B897 background.