COLOR #74BA81

HEX: #74BA81 RGB: (116,186,129)

Color info

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

RGB color model

#74BA81 color RGB value is (116,186,129).

RGB: (116,186,129) (45%, 73%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 186 of 255 = 73%
B 129 of 255 = 51%

116
186
129

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

Portions of RGB colors in percentages

R + G + B = 116 + 186 + 129 = 431 (100%)
R 116 of 431 ~ 26.91%
G 186 of 431 ~ 43.16%
B 129 of 431 ~ 29.93'%

%26.91
%43.16
%29.93

CMYK color model

#74BA81 color CMYK value is (38,0,31,27).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 30.65%
  • key color value is 27.06%

CMYK: (38,0,31,27)
C38M0Y31K27 (38%, 0%, 31%, 27%)
(0.38 / 0.00 / 0.31 / 0.27)

CMYK percentages

%37.63
%0
%30.65
%27.06

Codes

Color #74BA81 in popluar color models

74 BA 81
RGB 116 186 129
HSL 131° 33.65% 59.22%
HSB/HSV 131° 37.63% 72.94%
CMYK 37.63% 0.00% 30.65%
27.06%

Color #74BA81 in popluar number systems.

HEX 74 BA 81
Decimal 116 186 129
Binary 1110100 10111010 10000001
Octal 164 272 201

Shades and tints

Shades of #74BA81

#74BA81
(116,186,129)
#6AAA76
(106,170,118)
#609A6B
(96,154,107)
#568A60
(86,138,96)
#4C7A55
(76,122,85)
#426A4A
(66,106,74)
#385A3F
(56,90,63)
#2E4A34
(46,74,52)
#243A29
(36,58,41)
#1A2A1E
(26,42,30)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #74BA81

#74BA81
(116,186,129)
#80C08C
(128,192,140)
#8CC697
(140,198,151)
#98CCA2
(152,204,162)
#A4D2AD
(164,210,173)
#B0D8B8
(176,216,184)
#BCDEC3
(188,222,195)
#C8E4CE
(200,228,206)
#D4EAD9
(212,234,217)
#E0F0E4
(224,240,228)
#ECF6EF
(236,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74BA81 color. Also use rgb(116,186,129) instead hex code.

Text Font Color

.myTextColor { color: #74BA81; }

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

This text font color is #74BA81.

Background Color

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

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

This div background color is #74BA81.

Border color

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

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

This div border color is #74BA81.

Opacity

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

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

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

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

This text has shadow with #74BA81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74BA81.

Preview

Color preview on black background

This text has color #74BA81 on black background.


Color preview on white background

This text has color #74BA81 on white background.


Black color preview on #74BA81 background

This text has black color on #74BA81 background.


White color preview on #74BA81 background

This text has white color on #74BA81 background.


Related colors

Complementary color

Complementary color for #hex is #8B457E.


I love getcolorcode.com

Triadic colors

1 #8174BA and #BA8174 with #74BA81 are triadic colors.

2 #81BA74 and #BA7481 with #74BA81 are triadic colors.