COLOR #76AC5C

HEX: #76AC5C RGB: (118,172,92)

Color info

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

RGB color model

#76AC5C color RGB value is (118,172,92).

RGB: (118,172,92) (46%, 67%, 36%)

RGB channels and saturation

R 118 of 255 = 46%
G 172 of 255 = 67%
B 92 of 255 = 36%

118
172
92

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

Portions of RGB colors in percentages

R + G + B = 118 + 172 + 92 = 382 (100%)
R 118 of 382 ~ 30.89%
G 172 of 382 ~ 45.03%
B 92 of 382 ~ 24.08'%

%30.89
%45.03
%24.08

CMYK color model

#76AC5C color CMYK value is (31,0,47,33).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 32.55%

CMYK: (31,0,47,33)
C31M0Y47K33 (31%, 0%, 47%, 33%)
(0.31 / 0.00 / 0.47 / 0.33)

CMYK percentages

%31.4
%0
%46.51
%32.55

Codes

Color #76AC5C in popluar color models

76 AC 5C
RGB 118 172 92
HSL 101° 32.52% 51.76%
HSB/HSV 101° 46.51% 67.45%
CMYK 31.40% 0.00% 46.51%
32.55%

Color #76AC5C in popluar number systems.

HEX 76 AC 5C
Decimal 118 172 92
Binary 1110110 10101100 1011100
Octal 166 254 134

Shades and tints

Shades of #76AC5C

#76AC5C
(118,172,92)
#6C9D54
(108,157,84)
#628E4C
(98,142,76)
#587F44
(88,127,68)
#4E703C
(78,112,60)
#446134
(68,97,52)
#3A522C
(58,82,44)
#304324
(48,67,36)
#26341C
(38,52,28)
#1C2514
(28,37,20)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #76AC5C

#76AC5C
(118,172,92)
#82B36A
(130,179,106)
#8EBA78
(142,186,120)
#9AC186
(154,193,134)
#A6C894
(166,200,148)
#B2CFA2
(178,207,162)
#BED6B0
(190,214,176)
#CADDBE
(202,221,190)
#D6E4CC
(214,228,204)
#E2EBDA
(226,235,218)
#EEF2E8
(238,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AC5C color. Also use rgb(118,172,92) instead hex code.

Text Font Color

.myTextColor { color: #76AC5C; }

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

This text font color is #76AC5C.

Background Color

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

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

This div background color is #76AC5C.

Border color

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

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

This div border color is #76AC5C.

Opacity

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

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

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

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

This text has shadow with #76AC5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AC5C.

Preview

Color preview on black background

This text has color #76AC5C on black background.


Color preview on white background

This text has color #76AC5C on white background.


Black color preview on #76AC5C background

This text has black color on #76AC5C background.


White color preview on #76AC5C background

This text has white color on #76AC5C background.


Related colors

Complementary color

Complementary color for #hex is #8953A3.


I love getcolorcode.com

Triadic colors

1 #5C76AC and #AC5C76 with #76AC5C are triadic colors.

2 #5CAC76 and #AC765C with #76AC5C are triadic colors.