COLOR #76BA84

HEX: #76BA84 RGB: (118,186,132)

Color info

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

RGB color model

#76BA84 color RGB value is (118,186,132).

RGB: (118,186,132) (46%, 73%, 52%)

RGB channels and saturation

R 118 of 255 = 46%
G 186 of 255 = 73%
B 132 of 255 = 52%

118
186
132

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

Portions of RGB colors in percentages

R + G + B = 118 + 186 + 132 = 436 (100%)
R 118 of 436 ~ 27.06%
G 186 of 436 ~ 42.66%
B 132 of 436 ~ 30.28'%

%27.06
%42.66
%30.28

CMYK color model

#76BA84 color CMYK value is (37,0,29,27).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 27.06%

CMYK: (37,0,29,27)
C37M0Y29K27 (37%, 0%, 29%, 27%)
(0.37 / 0.00 / 0.29 / 0.27)

CMYK percentages

%36.56
%0
%29.03
%27.06

Codes

Color #76BA84 in popluar color models

76 BA 84
RGB 118 186 132
HSL 132° 33.01% 59.61%
HSB/HSV 132° 36.56% 72.94%
CMYK 36.56% 0.00% 29.03%
27.06%

Color #76BA84 in popluar number systems.

HEX 76 BA 84
Decimal 118 186 132
Binary 1110110 10111010 10000100
Octal 166 272 204

Shades and tints

Shades of #76BA84

#76BA84
(118,186,132)
#6CAA78
(108,170,120)
#629A6C
(98,154,108)
#588A60
(88,138,96)
#4E7A54
(78,122,84)
#446A48
(68,106,72)
#3A5A3C
(58,90,60)
#304A30
(48,74,48)
#263A24
(38,58,36)
#1C2A18
(28,42,24)
#121A0C
(18,26,12)
#000000
(0,0,0)

Tints of #76BA84

#76BA84
(118,186,132)
#82C08F
(130,192,143)
#8EC69A
(142,198,154)
#9ACCA5
(154,204,165)
#A6D2B0
(166,210,176)
#B2D8BB
(178,216,187)
#BEDEC6
(190,222,198)
#CAE4D1
(202,228,209)
#D6EADC
(214,234,220)
#E2F0E7
(226,240,231)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BA84 color. Also use rgb(118,186,132) instead hex code.

Text Font Color

.myTextColor { color: #76BA84; }

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

This text font color is #76BA84.

Background Color

.myBgColor { background-color: #76BA84; }

<div style="background-color:#76BA84">Inner text</div>

This div background color is #76BA84.

Border color

.myBorderColor { border: 1px solid #76BA84; }

<div style="border:3px solid #76BA84">Div</div>

This div border color is #76BA84.

Opacity

.myOpacity80 { color: #76BA84; opacity: 0.8; }

<p style="color:#76BA84;opacity:0.8;">80%</p>

Text with #76BA84 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 #76BA84;}

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

This text has shadow with #76BA84 color.


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

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

This text has shadow with #76BA84 primary color and red secondary color.


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

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

This text has shadow with #76BA84 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76BA84.

Preview

Color preview on black background

This text has color #76BA84 on black background.


Color preview on white background

This text has color #76BA84 on white background.


Black color preview on #76BA84 background

This text has black color on #76BA84 background.


White color preview on #76BA84 background

This text has white color on #76BA84 background.


Related colors

Complementary color

Complementary color for #hex is #89457B.


I love getcolorcode.com

Triadic colors

1 #8476BA and #BA8476 with #76BA84 are triadic colors.

2 #84BA76 and #BA7684 with #76BA84 are triadic colors.