COLOR #76A86D

HEX: #76A86D RGB: (118,168,109)

Color info

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

RGB color model

#76A86D color RGB value is (118,168,109).

RGB: (118,168,109) (46%, 66%, 43%)

RGB channels and saturation

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

118
168
109

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

Portions of RGB colors in percentages

R + G + B = 118 + 168 + 109 = 395 (100%)
R 118 of 395 ~ 29.87%
G 168 of 395 ~ 42.53%
B 109 of 395 ~ 27.59'%

%29.87
%42.53
%27.59

CMYK color model

#76A86D color CMYK value is (30,0,35,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 34.12%

CMYK: (30,0,35,34)
C30M0Y35K34 (30%, 0%, 35%, 34%)
(0.30 / 0.00 / 0.35 / 0.34)

CMYK percentages

%29.76
%0
%35.12
%34.12

Codes

Color #76A86D in popluar color models

76 A8 6D
RGB 118 168 109
HSL 111° 25.32% 54.31%
HSB/HSV 111° 35.12% 65.88%
CMYK 29.76% 0.00% 35.12%
34.12%

Color #76A86D in popluar number systems.

HEX 76 A8 6D
Decimal 118 168 109
Binary 1110110 10101000 1101101
Octal 166 250 155

Shades and tints

Shades of #76A86D

#76A86D
(118,168,109)
#6C9964
(108,153,100)
#628A5B
(98,138,91)
#587B52
(88,123,82)
#4E6C49
(78,108,73)
#445D40
(68,93,64)
#3A4E37
(58,78,55)
#303F2E
(48,63,46)
#263025
(38,48,37)
#1C211C
(28,33,28)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #76A86D

#76A86D
(118,168,109)
#82AF7A
(130,175,122)
#8EB687
(142,182,135)
#9ABD94
(154,189,148)
#A6C4A1
(166,196,161)
#B2CBAE
(178,203,174)
#BED2BB
(190,210,187)
#CAD9C8
(202,217,200)
#D6E0D5
(214,224,213)
#E2E7E2
(226,231,226)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A86D; }

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

This text font color is #76A86D.

Background Color

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

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

This div background color is #76A86D.

Border color

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

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

This div border color is #76A86D.

Opacity

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

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

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

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

This text has shadow with #76A86D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A86D.

Preview

Color preview on black background

This text has color #76A86D on black background.


Color preview on white background

This text has color #76A86D on white background.


Black color preview on #76A86D background

This text has black color on #76A86D background.


White color preview on #76A86D background

This text has white color on #76A86D background.


Related colors

Complementary color

Complementary color for #hex is #895792.


I love getcolorcode.com

Triadic colors

1 #6D76A8 and #A86D76 with #76A86D are triadic colors.

2 #6DA876 and #A8766D with #76A86D are triadic colors.