COLOR #76B38A

HEX: #76B38A RGB: (118,179,138)

Color info

#76B38A contains mainly green and blue colors. Web safe color of #76B38A is #669999 (or #699).

RGB color model

#76B38A color RGB value is (118,179,138).

RGB: (118,179,138) (46%, 70%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 138 of 255 = 54%

118
179
138

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

Portions of RGB colors in percentages

R + G + B = 118 + 179 + 138 = 435 (100%)
R 118 of 435 ~ 27.13%
G 179 of 435 ~ 41.15%
B 138 of 435 ~ 31.72'%

%27.13
%41.15
%31.72

CMYK color model

#76B38A color CMYK value is (34,0,23,30).

  • cyan value is 34.08%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK: (34,0,23,30) C34M0Y23K30 (34%,0%,23%,30%) (0.34/0.00/0.23/0.30) 

CMYK percentages

%34.08
%0
%22.91
%29.8

Codes

Color #76B38A in popluar color models

76 B3 8A
RGB 118 179 138
HSL 140° 28.64% 58.24%
HSB/HSV 140° 34.08% 70.20%
CMYK 34.08% 0.00% 22.91%
29.80%

Color #76B38A in popluar number systems.

HEX 76 B3 8A
Decimal 118 179 138
Binary 1110110 10110011 10001010
Octal 166 263 212

Shades and tints

Shades of #76B38A

#76B38A
(118,179,138)
#6CA37E
(108,163,126)
#629372
(98,147,114)
#588366
(88,131,102)
#4E735A
(78,115,90)
#44634E
(68,99,78)
#3A5342
(58,83,66)
#304336
(48,67,54)
#26332A
(38,51,42)
#1C231E
(28,35,30)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #76B38A

#76B38A
(118,179,138)
#82B994
(130,185,148)
#8EBF9E
(142,191,158)
#9AC5A8
(154,197,168)
#A6CBB2
(166,203,178)
#B2D1BC
(178,209,188)
#BED7C6
(190,215,198)
#CADDD0
(202,221,208)
#D6E3DA
(214,227,218)
#E2E9E4
(226,233,228)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B38A color. Also use rgb(118,179,138) instead hex code.

Text Font Color

.myTextColor { color: #76B38A; }

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

This text font color is #76B38A.

Background Color

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

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

This div background color is #76B38A.

Border color

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

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

This div border color is #76B38A.

Opacity

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

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

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

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

This text has shadow with #76B38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B38A.

Preview

Color preview on black background

This text has color #76B38A on black background.


Color preview on white background

This text has color #76B38A on white background.


Black color preview on #76B38A background

This text has black color on #76B38A background.


White color preview on #76B38A background

This text has white color on #76B38A background.


Related colors

Complementary color

Complementary color for #hex is #894C75.


I love getcolorcode.com

Triadic colors

1 #8A76B3 and #B38A76 with #76B38A are triadic colors.

2 #8AB376 and #B3768A with #76B38A are triadic colors.