COLOR #76A86A

HEX: #76A86A RGB: (118,168,106)

Color info

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

RGB color model

#76A86A color RGB value is (118,168,106).

RGB: (118,168,106) (46%, 66%, 42%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 106 of 255 = 42%

118
168
106

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

Portions of RGB colors in percentages

R + G + B = 118 + 168 + 106 = 392 (100%)
R 118 of 392 ~ 30.1%
G 168 of 392 ~ 42.86%
B 106 of 392 ~ 27.04'%

%30.1
%42.86
%27.04

CMYK color model

#76A86A color CMYK value is (30,0,37,34).

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

CMYK: (30,0,37,34)
C30M0Y37K34 (30%, 0%, 37%, 34%)
(0.30 / 0.00 / 0.37 / 0.34)

CMYK percentages

%29.76
%0
%36.9
%34.12

Codes

Color #76A86A in popluar color models

76 A8 6A
RGB 118 168 106
HSL 108° 26.27% 53.73%
HSB/HSV 108° 36.90% 65.88%
CMYK 29.76% 0.00% 36.90%
34.12%

Color #76A86A in popluar number systems.

HEX 76 A8 6A
Decimal 118 168 106
Binary 1110110 10101000 1101010
Octal 166 250 152

Shades and tints

Shades of #76A86A

#76A86A
(118,168,106)
#6C9961
(108,153,97)
#628A58
(98,138,88)
#587B4F
(88,123,79)
#4E6C46
(78,108,70)
#445D3D
(68,93,61)
#3A4E34
(58,78,52)
#303F2B
(48,63,43)
#263022
(38,48,34)
#1C2119
(28,33,25)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #76A86A

#76A86A
(118,168,106)
#82AF77
(130,175,119)
#8EB684
(142,182,132)
#9ABD91
(154,189,145)
#A6C49E
(166,196,158)
#B2CBAB
(178,203,171)
#BED2B8
(190,210,184)
#CAD9C5
(202,217,197)
#D6E0D2
(214,224,210)
#E2E7DF
(226,231,223)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A86A; }

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

This text font color is #76A86A.

Background Color

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

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

This div background color is #76A86A.

Border color

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

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

This div border color is #76A86A.

Opacity

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

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

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

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

This text has shadow with #76A86A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A86A.

Preview

Color preview on black background

This text has color #76A86A on black background.


Color preview on white background

This text has color #76A86A on white background.


Black color preview on #76A86A background

This text has black color on #76A86A background.


White color preview on #76A86A background

This text has white color on #76A86A background.


Related colors

Complementary color

Complementary color for #hex is #895795.


I love getcolorcode.com

Triadic colors

1 #6A76A8 and #A86A76 with #76A86A are triadic colors.

2 #6AA876 and #A8766A with #76A86A are triadic colors.