COLOR #74BD8B

HEX: #74BD8B
RGB: (116,189,139)

Color info

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

RGB color model

#74BD8B color RGB value is (116,189,139).

  • red value is 116;
  • green value is 189;
  • blue value is 139.
RGB:
(116,189,139)
(45%,74%,55%)

RGB channels and saturation

R 116 of 255 = 45%
G 189 of 255 = 74%
B 139 of 255 = 55%

116
189
139

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

Portions of RGB colors in percentages

R + G + B =
116 + 189 + 139 = 444 (100%)
R 116 of 444 ~ 26.13%
G 189 of 444 ~ 42.57%
B 139 of 444 ~ 31.31%

%26.13
%42.57
%31.31

CMYK color model

#74BD8B color CMYK value is (39,0,26,26).

  • cyan value is 38.62%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 25.88%
CMYK:
(39,0,26,26)
C39M0Y26K26 
(39%,0%,26%,26%)
(0.39/0.00/0.26/0.26)	

CMYK percentages

%38.62
%0
%26.46
%25.88

Codes

Color #74BD8B in popluar color models

74BD8B
RGB116189139
HSL139°35.61%59.80%
HSB/HSV139°38.62%74.12%
CMYK38.62%0.00%26.46%
25.88%

Color #74BD8B in popluar number systems.

HEX74BD8B
Decimal116189139
Binary11101001011110110001011
Octal164275213

Shades and tints

Shades of #74BD8B

#74BD8B
(116,189,139)
#6AAC7F
(106,172,127)
#609B73
(96,155,115)
#568A67
(86,138,103)
#4C795B
(76,121,91)
#42684F
(66,104,79)
#385743
(56,87,67)
#2E4637
(46,70,55)
#24352B
(36,53,43)
#1A241F
(26,36,31)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #74BD8B

#74BD8B
(116,189,139)
#80C395
(128,195,149)
#8CC99F
(140,201,159)
#98CFA9
(152,207,169)
#A4D5B3
(164,213,179)
#B0DBBD
(176,219,189)
#BCE1C7
(188,225,199)
#C8E7D1
(200,231,209)
#D4EDDB
(212,237,219)
#E0F3E5
(224,243,229)
#ECF9EF
(236,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74BD8B; }

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

This text font color is #74BD8B.


Background Color

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

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

This div background color is #74BD8B.


Border color

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

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

This div border color is #74BD8B.


Opacity

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

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

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

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

This text has shadow with #74BD8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74BD8B on black background.


Color preview on white background

This text has color #74BD8B on white background.



Black color preview on #74BD8B background

This text has black color on #74BD8B background.


White color preview on #74BD8B background

This text has white color on #74BD8B background.