COLOR #76A96D

HEX: #76A96D
RGB: (118,169,109)

Color info

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

RGB color model

#76A96D color RGB value is (118,169,109).

  • red value is 118;
  • green value is 169;
  • blue value is 109.
RGB:
(118,169,109)
(46%,66%,43%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 109 of 255 = 43%

118
169
109

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 109 = 396 (100%)
R 118 of 396 ~ 29.8%
G 169 of 396 ~ 42.68%
B 109 of 396 ~ 27.53%

%29.8
%42.68
%27.53

CMYK color model

#76A96D color CMYK value is (30,0,36,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • key color value is 33.73%
CMYK:
(30,0,36,34)
C30M0Y36K34 
(30%,0%,36%,34%)
(0.30/0.00/0.36/0.34)	

CMYK percentages

%30.18
%0
%35.5
%33.73

Codes

Color #76A96D in popluar color models

76A96D
RGB118169109
HSL111°25.86%54.51%
HSB/HSV111°35.50%66.27%
CMYK30.18%0.00%35.50%
33.73%

Color #76A96D in popluar number systems.

HEX76A96D
Decimal118169109
Binary1110110101010011101101
Octal166251155

Shades and tints

Shades of #76A96D

#76A96D
(118,169,109)
#6C9A64
(108,154,100)
#628B5B
(98,139,91)
#587C52
(88,124,82)
#4E6D49
(78,109,73)
#445E40
(68,94,64)
#3A4F37
(58,79,55)
#30402E
(48,64,46)
#263125
(38,49,37)
#1C221C
(28,34,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #76A96D

#76A96D
(118,169,109)
#82B07A
(130,176,122)
#8EB787
(142,183,135)
#9ABE94
(154,190,148)
#A6C5A1
(166,197,161)
#B2CCAE
(178,204,174)
#BED3BB
(190,211,187)
#CADAC8
(202,218,200)
#D6E1D5
(214,225,213)
#E2E8E2
(226,232,226)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A96D; }

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

This text font color is #76A96D.


Background Color

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

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

This div background color is #76A96D.


Border color

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

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

This div border color is #76A96D.


Opacity

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

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

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

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

This text has shadow with #76A96D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A96D on black background.


Color preview on white background

This text has color #76A96D on white background.



Black color preview on #76A96D background

This text has black color on #76A96D background.


White color preview on #76A96D background

This text has white color on #76A96D background.