COLOR #74B28B

HEX: #74B28B RGB: (116,178,139)

Color info

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

RGB color model

#74B28B color RGB value is (116,178,139).

RGB: (116,178,139) (45%, 70%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 178 of 255 = 70%
B 139 of 255 = 55%

116
178
139

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

Portions of RGB colors in percentages

R + G + B = 116 + 178 + 139 = 433 (100%)
R 116 of 433 ~ 26.79%
G 178 of 433 ~ 41.11%
B 139 of 433 ~ 32.1'%

%26.79
%41.11
%32.1

CMYK color model

#74B28B color CMYK value is (35,0,22,30).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 21.91%
  • key color value is 30.20%

CMYK: (35,0,22,30)
C35M0Y22K30 (35%, 0%, 22%, 30%)
(0.35 / 0.00 / 0.22 / 0.30)

CMYK percentages

%34.83
%0
%21.91
%30.2

Codes

Color #74B28B in popluar color models

74 B2 8B
RGB 116 178 139
HSL 142° 28.70% 57.65%
HSB/HSV 142° 34.83% 69.80%
CMYK 34.83% 0.00% 21.91%
30.20%

Color #74B28B in popluar number systems.

HEX 74 B2 8B
Decimal 116 178 139
Binary 1110100 10110010 10001011
Octal 164 262 213

Shades and tints

Shades of #74B28B

#74B28B
(116,178,139)
#6AA27F
(106,162,127)
#609273
(96,146,115)
#568267
(86,130,103)
#4C725B
(76,114,91)
#42624F
(66,98,79)
#385243
(56,82,67)
#2E4237
(46,66,55)
#24322B
(36,50,43)
#1A221F
(26,34,31)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #74B28B

#74B28B
(116,178,139)
#80B995
(128,185,149)
#8CC09F
(140,192,159)
#98C7A9
(152,199,169)
#A4CEB3
(164,206,179)
#B0D5BD
(176,213,189)
#BCDCC7
(188,220,199)
#C8E3D1
(200,227,209)
#D4EADB
(212,234,219)
#E0F1E5
(224,241,229)
#ECF8EF
(236,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B28B; }

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

This text font color is #74B28B.

Background Color

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

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

This div background color is #74B28B.

Border color

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

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

This div border color is #74B28B.

Opacity

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

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

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

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

This text has shadow with #74B28B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B28B.

Preview

Color preview on black background

This text has color #74B28B on black background.


Color preview on white background

This text has color #74B28B on white background.


Black color preview on #74B28B background

This text has black color on #74B28B background.


White color preview on #74B28B background

This text has white color on #74B28B background.


Related colors

Complementary color

Complementary color for #hex is #8B4D74.


I love getcolorcode.com

Triadic colors

1 #8B74B2 and #B28B74 with #74B28B are triadic colors.

2 #8BB274 and #B2748B with #74B28B are triadic colors.