COLOR #76BB97

HEX: #76BB97
RGB: (118,187,151)

Color info

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

RGB color model

#76BB97 color RGB value is (118,187,151).

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

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 151 of 255 = 59%

118
187
151

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

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 151 = 456 (100%)
R 118 of 456 ~ 25.88%
G 187 of 456 ~ 41.01%
B 151 of 456 ~ 33.11%

%25.88
%41.01
%33.11

CMYK color model

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

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(37,0,19,27)
C37M0Y19K27 
(37%,0%,19%,27%)
(0.37/0.00/0.19/0.27)	

CMYK percentages

%36.9
%0
%19.25
%26.67

Codes

Color #76BB97 in popluar color models

76BB97
RGB118187151
HSL149°33.66%59.80%
HSB/HSV149°36.90%73.33%
CMYK36.90%0.00%19.25%
26.67%

Color #76BB97 in popluar number systems.

HEX76BB97
Decimal118187151
Binary11101101011101110010111
Octal166273227

Shades and tints

Shades of #76BB97

#76BB97
(118,187,151)
#6CAA8A
(108,170,138)
#62997D
(98,153,125)
#588870
(88,136,112)
#4E7763
(78,119,99)
#446656
(68,102,86)
#3A5549
(58,85,73)
#30443C
(48,68,60)
#26332F
(38,51,47)
#1C2222
(28,34,34)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #76BB97

#76BB97
(118,187,151)
#82C1A0
(130,193,160)
#8EC7A9
(142,199,169)
#9ACDB2
(154,205,178)
#A6D3BB
(166,211,187)
#B2D9C4
(178,217,196)
#BEDFCD
(190,223,205)
#CAE5D6
(202,229,214)
#D6EBDF
(214,235,223)
#E2F1E8
(226,241,232)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BB97; }

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

This text font color is #76BB97.


Background Color

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

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

This div background color is #76BB97.


Border color

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

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

This div border color is #76BB97.


Opacity

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

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

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

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

This text has shadow with #76BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BB97 on black background.


Color preview on white background

This text has color #76BB97 on white background.



Black color preview on #76BB97 background

This text has black color on #76BB97 background.


White color preview on #76BB97 background

This text has white color on #76BB97 background.