COLOR #76B697

HEX: #76B697
RGB: (118,182,151)

Color info

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

RGB color model

#76B697 color RGB value is (118,182,151).

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

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 151 of 255 = 59%

118
182
151

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 151 = 451 (100%)
R 118 of 451 ~ 26.16%
G 182 of 451 ~ 40.35%
B 151 of 451 ~ 33.48%

%26.16
%40.35
%33.48

CMYK color model

#76B697 color CMYK value is (35,0,17,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 17.03%
  • key color value is 28.63%
CMYK:
(35,0,17,29)
C35M0Y17K29 
(35%,0%,17%,29%)
(0.35/0.00/0.17/0.29)	

CMYK percentages

%35.16
%0
%17.03
%28.63

Codes

Color #76B697 in popluar color models

76B697
RGB118182151
HSL151°30.48%58.82%
HSB/HSV151°35.16%71.37%
CMYK35.16%0.00%17.03%
28.63%

Color #76B697 in popluar number systems.

HEX76B697
Decimal118182151
Binary11101101011011010010111
Octal166266227

Shades and tints

Shades of #76B697

#76B697
(118,182,151)
#6CA68A
(108,166,138)
#62967D
(98,150,125)
#588670
(88,134,112)
#4E7663
(78,118,99)
#446656
(68,102,86)
#3A5649
(58,86,73)
#30463C
(48,70,60)
#26362F
(38,54,47)
#1C2622
(28,38,34)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #76B697

#76B697
(118,182,151)
#82BCA0
(130,188,160)
#8EC2A9
(142,194,169)
#9AC8B2
(154,200,178)
#A6CEBB
(166,206,187)
#B2D4C4
(178,212,196)
#BEDACD
(190,218,205)
#CAE0D6
(202,224,214)
#D6E6DF
(214,230,223)
#E2ECE8
(226,236,232)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B697; }

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

This text font color is #76B697.


Background Color

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

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

This div background color is #76B697.


Border color

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

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

This div border color is #76B697.


Opacity

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

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

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

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

This text has shadow with #76B697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B697 on black background.


Color preview on white background

This text has color #76B697 on white background.



Black color preview on #76B697 background

This text has black color on #76B697 background.


White color preview on #76B697 background

This text has white color on #76B697 background.