COLOR #76A93E

HEX: #76A93E RGB: (118,169,62)

Color info

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

RGB color model

#76A93E color RGB value is (118,169,62).

RGB: (118,169,62) (46%, 66%, 24%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 62 of 255 = 24%

118
169
62

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

Portions of RGB colors in percentages

R + G + B = 118 + 169 + 62 = 349 (100%)
R 118 of 349 ~ 33.81%
G 169 of 349 ~ 48.42%
B 62 of 349 ~ 17.77'%

%33.81
%48.42
%17.77

CMYK color model

#76A93E color CMYK value is (30,0,63,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 63.31%
  • key color value is 33.73%

CMYK: (30,0,63,34)
C30M0Y63K34 (30%, 0%, 63%, 34%)
(0.30 / 0.00 / 0.63 / 0.34)

CMYK percentages

%30.18
%0
%63.31
%33.73

Codes

Color #76A93E in popluar color models

76 A9 3E
RGB 118 169 62
HSL 89° 46.32% 45.29%
HSB/HSV 89° 63.31% 66.27%
CMYK 30.18% 0.00% 63.31%
33.73%

Color #76A93E in popluar number systems.

HEX 76 A9 3E
Decimal 118 169 62
Binary 1110110 10101001 111110
Octal 166 251 76

Shades and tints

Shades of #76A93E

#76A93E
(118,169,62)
#6C9A39
(108,154,57)
#628B34
(98,139,52)
#587C2F
(88,124,47)
#4E6D2A
(78,109,42)
#445E25
(68,94,37)
#3A4F20
(58,79,32)
#30401B
(48,64,27)
#263116
(38,49,22)
#1C2211
(28,34,17)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #76A93E

#76A93E
(118,169,62)
#82B04F
(130,176,79)
#8EB760
(142,183,96)
#9ABE71
(154,190,113)
#A6C582
(166,197,130)
#B2CC93
(178,204,147)
#BED3A4
(190,211,164)
#CADAB5
(202,218,181)
#D6E1C6
(214,225,198)
#E2E8D7
(226,232,215)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A93E; }

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

This text font color is #76A93E.

Background Color

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

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

This div background color is #76A93E.

Border color

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

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

This div border color is #76A93E.

Opacity

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

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

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

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

This text has shadow with #76A93E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A93E.

Preview

Color preview on black background

This text has color #76A93E on black background.


Color preview on white background

This text has color #76A93E on white background.


Black color preview on #76A93E background

This text has black color on #76A93E background.


White color preview on #76A93E background

This text has white color on #76A93E background.


Related colors

Complementary color

Complementary color for #76A93E is #8956C1.


I love getcolorcode.com

Triadic colors

1 #3E76A9 and #A93E76 with #76A93E are triadic colors.

2 #3EA976 and #A9763E with #76A93E are triadic colors.