COLOR #76A46E

HEX: #76A46E
RGB: (118,164,110)

Color info

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

RGB color model

#76A46E color RGB value is (118,164,110).

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

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 110 of 255 = 43%

118
164
110

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 110 = 392 (100%)
R 118 of 392 ~ 30.1%
G 164 of 392 ~ 41.84%
B 110 of 392 ~ 28.06%

%30.1
%41.84
%28.06

CMYK color model

#76A46E color CMYK value is (28,0,33,36).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 35.69%
CMYK:
(28,0,33,36)
C28M0Y33K36 
(28%,0%,33%,36%)
(0.28/0.00/0.33/0.36)	

CMYK percentages

%28.05
%0
%32.93
%35.69

Codes

Color #76A46E in popluar color models

76A46E
RGB118164110
HSL111°22.88%53.73%
HSB/HSV111°32.93%64.31%
CMYK28.05%0.00%32.93%
35.69%

Color #76A46E in popluar number systems.

HEX76A46E
Decimal118164110
Binary1110110101001001101110
Octal166244156

Shades and tints

Shades of #76A46E

#76A46E
(118,164,110)
#6C9664
(108,150,100)
#62885A
(98,136,90)
#587A50
(88,122,80)
#4E6C46
(78,108,70)
#445E3C
(68,94,60)
#3A5032
(58,80,50)
#304228
(48,66,40)
#26341E
(38,52,30)
#1C2614
(28,38,20)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #76A46E

#76A46E
(118,164,110)
#82AC7B
(130,172,123)
#8EB488
(142,180,136)
#9ABC95
(154,188,149)
#A6C4A2
(166,196,162)
#B2CCAF
(178,204,175)
#BED4BC
(190,212,188)
#CADCC9
(202,220,201)
#D6E4D6
(214,228,214)
#E2ECE3
(226,236,227)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A46E; }

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

This text font color is #76A46E.


Background Color

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

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

This div background color is #76A46E.


Border color

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

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

This div border color is #76A46E.


Opacity

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

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

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

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

This text has shadow with #76A46E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A46E on black background.


Color preview on white background

This text has color #76A46E on white background.



Black color preview on #76A46E background

This text has black color on #76A46E background.


White color preview on #76A46E background

This text has white color on #76A46E background.