COLOR #74BC8F

HEX: #74BC8F RGB: (116,188,143)

Color info

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

RGB color model

#74BC8F color RGB value is (116,188,143).

RGB: (116,188,143) (45%, 74%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 188 of 255 = 74%
B 143 of 255 = 56%

116
188
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 188 + 143 = 447 (100%)
R 116 of 447 ~ 25.95%
G 188 of 447 ~ 42.06%
B 143 of 447 ~ 31.99'%

%25.95
%42.06
%31.99

CMYK color model

#74BC8F color CMYK value is (38,0,24,26).

  • cyan value is 38.30%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 26.27%

CMYK: (38,0,24,26)
C38M0Y24K26 (38%, 0%, 24%, 26%)
(0.38 / 0.00 / 0.24 / 0.26)

CMYK percentages

%38.3
%0
%23.94
%26.27

Codes

Color #74BC8F in popluar color models

74 BC 8F
RGB 116 188 143
HSL 143° 34.95% 59.61%
HSB/HSV 143° 38.30% 73.73%
CMYK 38.30% 0.00% 23.94%
26.27%

Color #74BC8F in popluar number systems.

HEX 74 BC 8F
Decimal 116 188 143
Binary 1110100 10111100 10001111
Octal 164 274 217

Shades and tints

Shades of #74BC8F

#74BC8F
(116,188,143)
#6AAB82
(106,171,130)
#609A75
(96,154,117)
#568968
(86,137,104)
#4C785B
(76,120,91)
#42674E
(66,103,78)
#385641
(56,86,65)
#2E4534
(46,69,52)
#243427
(36,52,39)
#1A231A
(26,35,26)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #74BC8F

#74BC8F
(116,188,143)
#80C299
(128,194,153)
#8CC8A3
(140,200,163)
#98CEAD
(152,206,173)
#A4D4B7
(164,212,183)
#B0DAC1
(176,218,193)
#BCE0CB
(188,224,203)
#C8E6D5
(200,230,213)
#D4ECDF
(212,236,223)
#E0F2E9
(224,242,233)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BC8F color. Also use rgb(116,188,143) instead hex code.

Text Font Color

.myTextColor { color: #74BC8F; }

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

This text font color is #74BC8F.

Background Color

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

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

This div background color is #74BC8F.

Border color

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

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

This div border color is #74BC8F.

Opacity

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

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

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

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

This text has shadow with #74BC8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BC8F.

Preview

Color preview on black background

This text has color #74BC8F on black background.


Color preview on white background

This text has color #74BC8F on white background.


Black color preview on #74BC8F background

This text has black color on #74BC8F background.


White color preview on #74BC8F background

This text has white color on #74BC8F background.


Related colors

Complementary color

Complementary color for #hex is #8B4370.


I love getcolorcode.com

Triadic colors

1 #8F74BC and #BC8F74 with #74BC8F are triadic colors.

2 #8FBC74 and #BC748F with #74BC8F are triadic colors.