COLOR #76A66C

HEX: #76A66C
RGB: (118,166,108)

Color info

#76A66C contains red, green and blue colors in about the same proportion. Web safe color of #76A66C is #669966 (or #696).

RGB color model

#76A66C color RGB value is (118,166,108).

  • red value is 118;
  • green value is 166;
  • blue value is 108.
RGB:
(118,166,108)
(46%,65%,42%)

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 108 of 255 = 42%

118
166
108

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 108 = 392 (100%)
R 118 of 392 ~ 30.1%
G 166 of 392 ~ 42.35%
B 108 of 392 ~ 27.55%

%30.1
%42.35
%27.55

CMYK color model

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

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 34.94%
  • key color value is 34.90%
CMYK:
(29,0,35,35)
C29M0Y35K35 
(29%,0%,35%,35%)
(0.29/0.00/0.35/0.35)	

CMYK percentages

%28.92
%0
%34.94
%34.9

Codes

Color #76A66C in popluar color models

76A66C
RGB118166108
HSL110°24.58%53.73%
HSB/HSV110°34.94%65.10%
CMYK28.92%0.00%34.94%
34.90%

Color #76A66C in popluar number systems.

HEX76A66C
Decimal118166108
Binary1110110101001101101100
Octal166246154

Shades and tints

Shades of #76A66C

#76A66C
(118,166,108)
#6C9763
(108,151,99)
#62885A
(98,136,90)
#587951
(88,121,81)
#4E6A48
(78,106,72)
#445B3F
(68,91,63)
#3A4C36
(58,76,54)
#303D2D
(48,61,45)
#262E24
(38,46,36)
#1C1F1B
(28,31,27)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #76A66C

#76A66C
(118,166,108)
#82AE79
(130,174,121)
#8EB686
(142,182,134)
#9ABE93
(154,190,147)
#A6C6A0
(166,198,160)
#B2CEAD
(178,206,173)
#BED6BA
(190,214,186)
#CADEC7
(202,222,199)
#D6E6D4
(214,230,212)
#E2EEE1
(226,238,225)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A66C; }

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

This text font color is #76A66C.


Background Color

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

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

This div background color is #76A66C.


Border color

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

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

This div border color is #76A66C.


Opacity

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

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

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

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

This text has shadow with #76A66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A66C on black background.


Color preview on white background

This text has color #76A66C on white background.



Black color preview on #76A66C background

This text has black color on #76A66C background.


White color preview on #76A66C background

This text has white color on #76A66C background.