COLOR #74B18B

HEX: #74B18B RGB: (116,177,139)

Color info

#74B18B contains mainly green and blue colors. Web safe color of #74B18B is #669999 (or #699).

RGB color model

#74B18B color RGB value is (116,177,139).

RGB: (116,177,139) (45%, 69%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 177 of 255 = 69%
B 139 of 255 = 55%

116
177
139

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

Portions of RGB colors in percentages

R + G + B = 116 + 177 + 139 = 432 (100%)
R 116 of 432 ~ 26.85%
G 177 of 432 ~ 40.97%
B 139 of 432 ~ 32.18'%

%26.85
%40.97
%32.18

CMYK color model

#74B18B color CMYK value is (34,0,21,31).

  • cyan value is 34.46%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 30.59%

CMYK: (34,0,21,31)
C34M0Y21K31 (34%, 0%, 21%, 31%)
(0.34 / 0.00 / 0.21 / 0.31)

CMYK percentages

%34.46
%0
%21.47
%30.59

Codes

Color #74B18B in popluar color models

74 B1 8B
RGB 116 177 139
HSL 143° 28.11% 57.45%
HSB/HSV 143° 34.46% 69.41%
CMYK 34.46% 0.00% 21.47%
30.59%

Color #74B18B in popluar number systems.

HEX 74 B1 8B
Decimal 116 177 139
Binary 1110100 10110001 10001011
Octal 164 261 213

Shades and tints

Shades of #74B18B

#74B18B
(116,177,139)
#6AA17F
(106,161,127)
#609173
(96,145,115)
#568167
(86,129,103)
#4C715B
(76,113,91)
#42614F
(66,97,79)
#385143
(56,81,67)
#2E4137
(46,65,55)
#24312B
(36,49,43)
#1A211F
(26,33,31)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #74B18B

#74B18B
(116,177,139)
#80B895
(128,184,149)
#8CBF9F
(140,191,159)
#98C6A9
(152,198,169)
#A4CDB3
(164,205,179)
#B0D4BD
(176,212,189)
#BCDBC7
(188,219,199)
#C8E2D1
(200,226,209)
#D4E9DB
(212,233,219)
#E0F0E5
(224,240,229)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B18B color. Also use rgb(116,177,139) instead hex code.

Text Font Color

.myTextColor { color: #74B18B; }

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

This text font color is #74B18B.

Background Color

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

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

This div background color is #74B18B.

Border color

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

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

This div border color is #74B18B.

Opacity

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

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

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

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

This text has shadow with #74B18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B18B.

Preview

Color preview on black background

This text has color #74B18B on black background.


Color preview on white background

This text has color #74B18B on white background.


Black color preview on #74B18B background

This text has black color on #74B18B background.


White color preview on #74B18B background

This text has white color on #74B18B background.


Related colors

Complementary color

Complementary color for #hex is #8B4E74.


I love getcolorcode.com

Triadic colors

1 #8B74B1 and #B18B74 with #74B18B are triadic colors.

2 #8BB174 and #B1748B with #74B18B are triadic colors.