COLOR #76B69F

HEX: #76B69F
RGB: (118,182,159)

Color info

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

RGB color model

#76B69F color RGB value is (118,182,159).

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

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 159 of 255 = 62%

118
182
159

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 159 = 459 (100%)
R 118 of 459 ~ 25.71%
G 182 of 459 ~ 39.65%
B 159 of 459 ~ 34.64%

%25.71
%39.65
%34.64

CMYK color model

#76B69F color CMYK value is (35,0,13,29).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(35,0,13,29)
C35M0Y13K29 
(35%,0%,13%,29%)
(0.35/0.00/0.13/0.29)	

CMYK percentages

%35.16
%0
%12.64
%28.63

Codes

Color #76B69F in popluar color models

76B69F
RGB118182159
HSL158°30.48%58.82%
HSB/HSV158°35.16%71.37%
CMYK35.16%0.00%12.64%
28.63%

Color #76B69F in popluar number systems.

HEX76B69F
Decimal118182159
Binary11101101011011010011111
Octal166266237

Shades and tints

Shades of #76B69F

#76B69F
(118,182,159)
#6CA691
(108,166,145)
#629683
(98,150,131)
#588675
(88,134,117)
#4E7667
(78,118,103)
#446659
(68,102,89)
#3A564B
(58,86,75)
#30463D
(48,70,61)
#26362F
(38,54,47)
#1C2621
(28,38,33)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #76B69F

#76B69F
(118,182,159)
#82BCA7
(130,188,167)
#8EC2AF
(142,194,175)
#9AC8B7
(154,200,183)
#A6CEBF
(166,206,191)
#B2D4C7
(178,212,199)
#BEDACF
(190,218,207)
#CAE0D7
(202,224,215)
#D6E6DF
(214,230,223)
#E2ECE7
(226,236,231)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B69F; }

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

This text font color is #76B69F.


Background Color

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

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

This div background color is #76B69F.


Border color

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

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

This div border color is #76B69F.


Opacity

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

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

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

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

This text has shadow with #76B69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B69F on black background.


Color preview on white background

This text has color #76B69F on white background.



Black color preview on #76B69F background

This text has black color on #76B69F background.


White color preview on #76B69F background

This text has white color on #76B69F background.