COLOR #76B06E

HEX: #76B06E
RGB: (118,176,110)

Color info

#76B06E contains mainly red and green colors. Web safe color of #76B06E is #669966 (or #696).

RGB color model

#76B06E color RGB value is (118,176,110).

  • red value is 118;
  • green value is 176;
  • blue value is 110.
RGB:
(118,176,110)
(46%,69%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 110 of 255 = 43%

118
176
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 110 = 404 (100%)
R 118 of 404 ~ 29.21%
G 176 of 404 ~ 43.56%
B 110 of 404 ~ 27.23%

%29.21
%43.56
%27.23

CMYK color model

#76B06E color CMYK value is (33,0,38,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 30.98%
CMYK:
(33,0,38,31)
C33M0Y38K31 
(33%,0%,38%,31%)
(0.33/0.00/0.38/0.31)	

CMYK percentages

%32.95
%0
%37.5
%30.98

Codes

Color #76B06E in popluar color models

76B06E
RGB118176110
HSL113°29.46%56.08%
HSB/HSV113°37.50%69.02%
CMYK32.95%0.00%37.50%
30.98%

Color #76B06E in popluar number systems.

HEX76B06E
Decimal118176110
Binary1110110101100001101110
Octal166260156

Shades and tints

Shades of #76B06E

#76B06E
(118,176,110)
#6CA064
(108,160,100)
#62905A
(98,144,90)
#588050
(88,128,80)
#4E7046
(78,112,70)
#44603C
(68,96,60)
#3A5032
(58,80,50)
#304028
(48,64,40)
#26301E
(38,48,30)
#1C2014
(28,32,20)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #76B06E

#76B06E
(118,176,110)
#82B77B
(130,183,123)
#8EBE88
(142,190,136)
#9AC595
(154,197,149)
#A6CCA2
(166,204,162)
#B2D3AF
(178,211,175)
#BEDABC
(190,218,188)
#CAE1C9
(202,225,201)
#D6E8D6
(214,232,214)
#E2EFE3
(226,239,227)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B06E; }

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

This text font color is #76B06E.


Background Color

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

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

This div background color is #76B06E.


Border color

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

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

This div border color is #76B06E.


Opacity

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

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

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

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

This text has shadow with #76B06E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B06E on black background.


Color preview on white background

This text has color #76B06E on white background.



Black color preview on #76B06E background

This text has black color on #76B06E background.


White color preview on #76B06E background

This text has white color on #76B06E background.