COLOR #76BB8D

HEX: #76BB8D RGB: (118,187,141)

Color info

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

RGB color model

#76BB8D color RGB value is (118,187,141).

RGB: (118,187,141) (46%, 73%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 141 of 255 = 55%

118
187
141

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

Portions of RGB colors in percentages

R + G + B = 118 + 187 + 141 = 446 (100%)
R 118 of 446 ~ 26.46%
G 187 of 446 ~ 41.93%
B 141 of 446 ~ 31.61'%

%26.46
%41.93
%31.61

CMYK color model

#76BB8D color CMYK value is (37,0,25,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 24.60%
  • key color value is 26.67%

CMYK: (37,0,25,27)
C37M0Y25K27 (37%, 0%, 25%, 27%)
(0.37 / 0.00 / 0.25 / 0.27)

CMYK percentages

%36.9
%0
%24.6
%26.67

Codes

Color #76BB8D in popluar color models

76 BB 8D
RGB 118 187 141
HSL 140° 33.66% 59.80%
HSB/HSV 140° 36.90% 73.33%
CMYK 36.90% 0.00% 24.60%
26.67%

Color #76BB8D in popluar number systems.

HEX 76 BB 8D
Decimal 118 187 141
Binary 1110110 10111011 10001101
Octal 166 273 215

Shades and tints

Shades of #76BB8D

#76BB8D
(118,187,141)
#6CAA81
(108,170,129)
#629975
(98,153,117)
#588869
(88,136,105)
#4E775D
(78,119,93)
#446651
(68,102,81)
#3A5545
(58,85,69)
#304439
(48,68,57)
#26332D
(38,51,45)
#1C2221
(28,34,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #76BB8D

#76BB8D
(118,187,141)
#82C197
(130,193,151)
#8EC7A1
(142,199,161)
#9ACDAB
(154,205,171)
#A6D3B5
(166,211,181)
#B2D9BF
(178,217,191)
#BEDFC9
(190,223,201)
#CAE5D3
(202,229,211)
#D6EBDD
(214,235,221)
#E2F1E7
(226,241,231)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BB8D color. Also use rgb(118,187,141) instead hex code.

Text Font Color

.myTextColor { color: #76BB8D; }

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

This text font color is #76BB8D.

Background Color

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

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

This div background color is #76BB8D.

Border color

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

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

This div border color is #76BB8D.

Opacity

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

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

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

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

This text has shadow with #76BB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76BB8D.

Preview

Color preview on black background

This text has color #76BB8D on black background.


Color preview on white background

This text has color #76BB8D on white background.


Black color preview on #76BB8D background

This text has black color on #76BB8D background.


White color preview on #76BB8D background

This text has white color on #76BB8D background.


Related colors

Complementary color

Complementary color for #hex is #894472.


I love getcolorcode.com

Triadic colors

1 #8D76BB and #BB8D76 with #76BB8D are triadic colors.

2 #8DBB76 and #BB768D with #76BB8D are triadic colors.