COLOR #74B798

HEX: #74B798 RGB: (116,183,152)

Color info

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

RGB color model

#74B798 color RGB value is (116,183,152).

RGB: (116,183,152) (45%, 72%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 152 of 255 = 60%

116
183
152

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

Portions of RGB colors in percentages

R + G + B = 116 + 183 + 152 = 451 (100%)
R 116 of 451 ~ 25.72%
G 183 of 451 ~ 40.58%
B 152 of 451 ~ 33.7'%

%25.72
%40.58
%33.7

CMYK color model

#74B798 color CMYK value is (37,0,17,28).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK: (37,0,17,28) C37M0Y17K28 (37%,0%,17%,28%) (0.37/0.00/0.17/0.28) 

CMYK percentages

%36.61
%0
%16.94
%28.24

Codes

Color #74B798 in popluar color models

74 B7 98
RGB 116 183 152
HSL 152° 31.75% 58.63%
HSB/HSV 152° 36.61% 71.76%
CMYK 36.61% 0.00% 16.94%
28.24%

Color #74B798 in popluar number systems.

HEX 74 B7 98
Decimal 116 183 152
Binary 1110100 10110111 10011000
Octal 164 267 230

Shades and tints

Shades of #74B798

#74B798
(116,183,152)
#6AA78B
(106,167,139)
#60977E
(96,151,126)
#568771
(86,135,113)
#4C7764
(76,119,100)
#426757
(66,103,87)
#38574A
(56,87,74)
#2E473D
(46,71,61)
#243730
(36,55,48)
#1A2723
(26,39,35)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #74B798

#74B798
(116,183,152)
#80BDA1
(128,189,161)
#8CC3AA
(140,195,170)
#98C9B3
(152,201,179)
#A4CFBC
(164,207,188)
#B0D5C5
(176,213,197)
#BCDBCE
(188,219,206)
#C8E1D7
(200,225,215)
#D4E7E0
(212,231,224)
#E0EDE9
(224,237,233)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B798 color. Also use rgb(116,183,152) instead hex code.

Text Font Color

.myTextColor { color: #74B798; }

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

This text font color is #74B798.

Background Color

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

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

This div background color is #74B798.

Border color

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

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

This div border color is #74B798.

Opacity

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

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

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

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

This text has shadow with #74B798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B798.

Preview

Color preview on black background

This text has color #74B798 on black background.


Color preview on white background

This text has color #74B798 on white background.


Black color preview on #74B798 background

This text has black color on #74B798 background.


White color preview on #74B798 background

This text has white color on #74B798 background.


Related colors

Complementary color

Complementary color for #hex is #8B4867.


I love getcolorcode.com

Triadic colors

1 #9874B7 and #B79874 with #74B798 are triadic colors.

2 #98B774 and #B77498 with #74B798 are triadic colors.