COLOR #76BB89

HEX: #76BB89
RGB: (118,187,137)

Color info

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

RGB color model

#76BB89 color RGB value is (118,187,137).

  • red value is 118;
  • green value is 187;
  • blue value is 137.
RGB:
(118,187,137)
(46%,73%,54%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 137 of 255 = 54%

118
187
137

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

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 137 = 442 (100%)
R 118 of 442 ~ 26.7%
G 187 of 442 ~ 42.31%
B 137 of 442 ~ 31%

%26.7
%42.31
%31

CMYK color model

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

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 26.67%
CMYK:
(37,0,27,27)
C37M0Y27K27 
(37%,0%,27%,27%)
(0.37/0.00/0.27/0.27)	

CMYK percentages

%36.9
%0
%26.74
%26.67

Codes

Color #76BB89 in popluar color models

76BB89
RGB118187137
HSL137°33.66%59.80%
HSB/HSV137°36.90%73.33%
CMYK36.90%0.00%26.74%
26.67%

Color #76BB89 in popluar number systems.

HEX76BB89
Decimal118187137
Binary11101101011101110001001
Octal166273211

Shades and tints

Shades of #76BB89

#76BB89
(118,187,137)
#6CAA7D
(108,170,125)
#629971
(98,153,113)
#588865
(88,136,101)
#4E7759
(78,119,89)
#44664D
(68,102,77)
#3A5541
(58,85,65)
#304435
(48,68,53)
#263329
(38,51,41)
#1C221D
(28,34,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #76BB89

#76BB89
(118,187,137)
#82C193
(130,193,147)
#8EC79D
(142,199,157)
#9ACDA7
(154,205,167)
#A6D3B1
(166,211,177)
#B2D9BB
(178,217,187)
#BEDFC5
(190,223,197)
#CAE5CF
(202,229,207)
#D6EBD9
(214,235,217)
#E2F1E3
(226,241,227)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BB89; }

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

This text font color is #76BB89.


Background Color

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

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

This div background color is #76BB89.


Border color

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

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

This div border color is #76BB89.


Opacity

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

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

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

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

This text has shadow with #76BB89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BB89 on black background.


Color preview on white background

This text has color #76BB89 on white background.



Black color preview on #76BB89 background

This text has black color on #76BB89 background.


White color preview on #76BB89 background

This text has white color on #76BB89 background.