COLOR #76B676

HEX: #76B676
RGB: (118,182,118)

Color info

#76B676 contains mainly green color. Web safe color of #76B676 is #66CC66 (or #6C6).

RGB color model

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

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

RGB channels and saturation

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

118
182
118

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

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 118 = 418 (100%)
R 118 of 418 ~ 28.23%
G 182 of 418 ~ 43.54%
B 118 of 418 ~ 28.23%

%28.23
%43.54
%28.23

CMYK color model

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

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

CMYK percentages

%35.16
%0
%35.16
%28.63

Codes

Color #76B676 in popluar color models

76B676
RGB118182118
HSL120°30.48%58.82%
HSB/HSV120°35.16%71.37%
CMYK35.16%0.00%35.16%
28.63%

Color #76B676 in popluar number systems.

HEX76B676
Decimal118182118
Binary1110110101101101110110
Octal166266166

Shades and tints

Shades of #76B676

#76B676
(118,182,118)
#6CA66C
(108,166,108)
#629662
(98,150,98)
#588658
(88,134,88)
#4E764E
(78,118,78)
#446644
(68,102,68)
#3A563A
(58,86,58)
#304630
(48,70,48)
#263626
(38,54,38)
#1C261C
(28,38,28)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76B676

#76B676
(118,182,118)
#82BC82
(130,188,130)
#8EC28E
(142,194,142)
#9AC89A
(154,200,154)
#A6CEA6
(166,206,166)
#B2D4B2
(178,212,178)
#BEDABE
(190,218,190)
#CAE0CA
(202,224,202)
#D6E6D6
(214,230,214)
#E2ECE2
(226,236,226)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B676; }

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

This text font color is #76B676.


Background Color

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

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

This div background color is #76B676.


Border color

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

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

This div border color is #76B676.


Opacity

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

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

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

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

This text has shadow with #76B676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B676 on black background.


Color preview on white background

This text has color #76B676 on white background.



Black color preview on #76B676 background

This text has black color on #76B676 background.


White color preview on #76B676 background

This text has white color on #76B676 background.