COLOR #74B886

HEX: #74B886 RGB: (116,184,134)

Color info

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

RGB color model

#74B886 color RGB value is (116,184,134).

RGB: (116,184,134) (45%, 72%, 53%)

RGB channels and saturation

R 116 of 255 = 45%
G 184 of 255 = 72%
B 134 of 255 = 53%

116
184
134

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

Portions of RGB colors in percentages

R + G + B = 116 + 184 + 134 = 434 (100%)
R 116 of 434 ~ 26.73%
G 184 of 434 ~ 42.4%
B 134 of 434 ~ 30.88'%

%26.73
%42.4
%30.88

CMYK color model

#74B886 color CMYK value is (37,0,27,28).

  • cyan value is 36.96%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%

CMYK: (37,0,27,28)
C37M0Y27K28 (37%, 0%, 27%, 28%)
(0.37 / 0.00 / 0.27 / 0.28)

CMYK percentages

%36.96
%0
%27.17
%27.84

Codes

Color #74B886 in popluar color models

74 B8 86
RGB 116 184 134
HSL 136° 32.38% 58.82%
HSB/HSV 136° 36.96% 72.16%
CMYK 36.96% 0.00% 27.17%
27.84%

Color #74B886 in popluar number systems.

HEX 74 B8 86
Decimal 116 184 134
Binary 1110100 10111000 10000110
Octal 164 270 206

Shades and tints

Shades of #74B886

#74B886
(116,184,134)
#6AA87A
(106,168,122)
#60986E
(96,152,110)
#568862
(86,136,98)
#4C7856
(76,120,86)
#42684A
(66,104,74)
#38583E
(56,88,62)
#2E4832
(46,72,50)
#243826
(36,56,38)
#1A281A
(26,40,26)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #74B886

#74B886
(116,184,134)
#80BE91
(128,190,145)
#8CC49C
(140,196,156)
#98CAA7
(152,202,167)
#A4D0B2
(164,208,178)
#B0D6BD
(176,214,189)
#BCDCC8
(188,220,200)
#C8E2D3
(200,226,211)
#D4E8DE
(212,232,222)
#E0EEE9
(224,238,233)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B886 color. Also use rgb(116,184,134) instead hex code.

Text Font Color

.myTextColor { color: #74B886; }

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

This text font color is #74B886.

Background Color

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

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

This div background color is #74B886.

Border color

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

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

This div border color is #74B886.

Opacity

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

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

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

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

This text has shadow with #74B886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B886.

Preview

Color preview on black background

This text has color #74B886 on black background.


Color preview on white background

This text has color #74B886 on white background.


Black color preview on #74B886 background

This text has black color on #74B886 background.


White color preview on #74B886 background

This text has white color on #74B886 background.


Related colors

Complementary color

Complementary color for #hex is #8B4779.


I love getcolorcode.com

Triadic colors

1 #8674B8 and #B88674 with #74B886 are triadic colors.

2 #86B874 and #B87486 with #74B886 are triadic colors.