COLOR #74BA91

HEX: #74BA91 RGB: (116,186,145)

Color info

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

RGB color model

#74BA91 color RGB value is (116,186,145).

RGB: (116,186,145) (45%, 73%, 57%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 145 of 255 = 57%

116
186
145

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

Portions of RGB colors in percentages

R + G + B = 116 + 186 + 145 = 447 (100%)
R 116 of 447 ~ 25.95%
G 186 of 447 ~ 41.61%
B 145 of 447 ~ 32.44'%

%25.95
%41.61
%32.44

CMYK color model

#74BA91 color CMYK value is (38,0,22,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 22.04%
  • key color value is 27.06%

CMYK: (38,0,22,27)
C38M0Y22K27 (38%, 0%, 22%, 27%)
(0.38 / 0.00 / 0.22 / 0.27)

CMYK percentages

%37.63
%0
%22.04
%27.06

Codes

Color #74BA91 in popluar color models

74 BA 91
RGB 116 186 145
HSL 145° 33.65% 59.22%
HSB/HSV 145° 37.63% 72.94%
CMYK 37.63% 0.00% 22.04%
27.06%

Color #74BA91 in popluar number systems.

HEX 74 BA 91
Decimal 116 186 145
Binary 1110100 10111010 10010001
Octal 164 272 221

Shades and tints

Shades of #74BA91

#74BA91
(116,186,145)
#6AAA84
(106,170,132)
#609A77
(96,154,119)
#568A6A
(86,138,106)
#4C7A5D
(76,122,93)
#426A50
(66,106,80)
#385A43
(56,90,67)
#2E4A36
(46,74,54)
#243A29
(36,58,41)
#1A2A1C
(26,42,28)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #74BA91

#74BA91
(116,186,145)
#80C09B
(128,192,155)
#8CC6A5
(140,198,165)
#98CCAF
(152,204,175)
#A4D2B9
(164,210,185)
#B0D8C3
(176,216,195)
#BCDECD
(188,222,205)
#C8E4D7
(200,228,215)
#D4EAE1
(212,234,225)
#E0F0EB
(224,240,235)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BA91 color. Also use rgb(116,186,145) instead hex code.

Text Font Color

.myTextColor { color: #74BA91; }

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

This text font color is #74BA91.

Background Color

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

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

This div background color is #74BA91.

Border color

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

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

This div border color is #74BA91.

Opacity

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

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

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

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

This text has shadow with #74BA91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BA91.

Preview

Color preview on black background

This text has color #74BA91 on black background.


Color preview on white background

This text has color #74BA91 on white background.


Black color preview on #74BA91 background

This text has black color on #74BA91 background.


White color preview on #74BA91 background

This text has white color on #74BA91 background.


Related colors

Complementary color

Complementary color for #hex is #8B456E.


I love getcolorcode.com

Triadic colors

1 #9174BA and #BA9174 with #74BA91 are triadic colors.

2 #91BA74 and #BA7491 with #74BA91 are triadic colors.