COLOR #76B06F

HEX: #76B06F
RGB: (118,176,111)

Color info

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

RGB color model

#76B06F color RGB value is (118,176,111).

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

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 111 of 255 = 44%

118
176
111

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

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 111 = 405 (100%)
R 118 of 405 ~ 29.14%
G 176 of 405 ~ 43.46%
B 111 of 405 ~ 27.41%

%29.14
%43.46
%27.41

CMYK color model

#76B06F color CMYK value is (33,0,37,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK:
(33,0,37,31)
C33M0Y37K31 
(33%,0%,37%,31%)
(0.33/0.00/0.37/0.31)	

CMYK percentages

%32.95
%0
%36.93
%30.98

Codes

Color #76B06F in popluar color models

76B06F
RGB118176111
HSL114°29.15%56.27%
HSB/HSV114°36.93%69.02%
CMYK32.95%0.00%36.93%
30.98%

Color #76B06F in popluar number systems.

HEX76B06F
Decimal118176111
Binary1110110101100001101111
Octal166260157

Shades and tints

Shades of #76B06F

#76B06F
(118,176,111)
#6CA065
(108,160,101)
#62905B
(98,144,91)
#588051
(88,128,81)
#4E7047
(78,112,71)
#44603D
(68,96,61)
#3A5033
(58,80,51)
#304029
(48,64,41)
#26301F
(38,48,31)
#1C2015
(28,32,21)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #76B06F

#76B06F
(118,176,111)
#82B77C
(130,183,124)
#8EBE89
(142,190,137)
#9AC596
(154,197,150)
#A6CCA3
(166,204,163)
#B2D3B0
(178,211,176)
#BEDABD
(190,218,189)
#CAE1CA
(202,225,202)
#D6E8D7
(214,232,215)
#E2EFE4
(226,239,228)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B06F; }

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

This text font color is #76B06F.


Background Color

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

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

This div background color is #76B06F.


Border color

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

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

This div border color is #76B06F.


Opacity

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

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

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

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

This text has shadow with #76B06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B06F on black background.


Color preview on white background

This text has color #76B06F on white background.



Black color preview on #76B06F background

This text has black color on #76B06F background.


White color preview on #76B06F background

This text has white color on #76B06F background.