COLOR #76AA2E

HEX: #76AA2E RGB: (118,170,46)

Color info

#76AA2E contains mainly red and green colors. Web safe color of #76AA2E is #669933 (or #693).

RGB color model

#76AA2E color RGB value is (118,170,46).

RGB: (118,170,46) (46%, 67%, 18%)

RGB channels and saturation

R 118 of 255 = 46%
G 170 of 255 = 67%
B 46 of 255 = 18%

118
170
46

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

Portions of RGB colors in percentages

R + G + B = 118 + 170 + 46 = 334 (100%)
R 118 of 334 ~ 35.33%
G 170 of 334 ~ 50.9%
B 46 of 334 ~ 13.77'%

%35.33
%50.9
%13.77

CMYK color model

#76AA2E color CMYK value is (31,0,73,33).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 72.94%
  • key color value is 33.33%

CMYK: (31,0,73,33)
C31M0Y73K33 (31%, 0%, 73%, 33%)
(0.31 / 0.00 / 0.73 / 0.33)

CMYK percentages

%30.59
%0
%72.94
%33.33

Codes

Color #76AA2E in popluar color models

76 AA 2E
RGB 118 170 46
HSL 85° 57.41% 42.35%
HSB/HSV 85° 72.94% 66.67%
CMYK 30.59% 0.00% 72.94%
33.33%

Color #76AA2E in popluar number systems.

HEX 76 AA 2E
Decimal 118 170 46
Binary 1110110 10101010 101110
Octal 166 252 56

Shades and tints

Shades of #76AA2E

#76AA2E
(118,170,46)
#6C9B2A
(108,155,42)
#628C26
(98,140,38)
#587D22
(88,125,34)
#4E6E1E
(78,110,30)
#445F1A
(68,95,26)
#3A5016
(58,80,22)
#304112
(48,65,18)
#26320E
(38,50,14)
#1C230A
(28,35,10)
#121406
(18,20,6)
#000000
(0,0,0)

Tints of #76AA2E

#76AA2E
(118,170,46)
#82B141
(130,177,65)
#8EB854
(142,184,84)
#9ABF67
(154,191,103)
#A6C67A
(166,198,122)
#B2CD8D
(178,205,141)
#BED4A0
(190,212,160)
#CADBB3
(202,219,179)
#D6E2C6
(214,226,198)
#E2E9D9
(226,233,217)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AA2E color. Also use rgb(118,170,46) instead hex code.

Text Font Color

.myTextColor { color: #76AA2E; }

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

This text font color is #76AA2E.

Background Color

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

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

This div background color is #76AA2E.

Border color

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

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

This div border color is #76AA2E.

Opacity

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

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

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

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

This text has shadow with #76AA2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AA2E.

Preview

Color preview on black background

This text has color #76AA2E on black background.


Color preview on white background

This text has color #76AA2E on white background.


Black color preview on #76AA2E background

This text has black color on #76AA2E background.


White color preview on #76AA2E background

This text has white color on #76AA2E background.


Related colors

Complementary color

Complementary color for #hex is #8955D1.


I love getcolorcode.com

Triadic colors

1 #2E76AA and #AA2E76 with #76AA2E are triadic colors.

2 #2EAA76 and #AA762E with #76AA2E are triadic colors.