COLOR #76AB5C

HEX: #76AB5C
RGB: (118,171,92)

Color info

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

RGB color model

#76AB5C color RGB value is (118,171,92).

  • red value is 118;
  • green value is 171;
  • blue value is 92.
RGB:
(118,171,92)
(46%,67%,36%)

RGB channels and saturation

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

118
171
92

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

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 92 = 381 (100%)
R 118 of 381 ~ 30.97%
G 171 of 381 ~ 44.88%
B 92 of 381 ~ 24.15%

%30.97
%44.88
%24.15

CMYK color model

#76AB5C color CMYK value is (31,0,46,33).

  • cyan value is 30.99%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 32.94%
CMYK:
(31,0,46,33)
C31M0Y46K33 
(31%,0%,46%,33%)
(0.31/0.00/0.46/0.33)	

CMYK percentages

%30.99
%0
%46.2
%32.94

Codes

Color #76AB5C in popluar color models

76AB5C
RGB11817192
HSL100°31.98%51.57%
HSB/HSV100°46.20%67.06%
CMYK30.99%0.00%46.20%
32.94%

Color #76AB5C in popluar number systems.

HEX76AB5C
Decimal11817192
Binary1110110101010111011100
Octal166253134

Shades and tints

Shades of #76AB5C

#76AB5C
(118,171,92)
#6C9C54
(108,156,84)
#628D4C
(98,141,76)
#587E44
(88,126,68)
#4E6F3C
(78,111,60)
#446034
(68,96,52)
#3A512C
(58,81,44)
#304224
(48,66,36)
#26331C
(38,51,28)
#1C2414
(28,36,20)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #76AB5C

#76AB5C
(118,171,92)
#82B26A
(130,178,106)
#8EB978
(142,185,120)
#9AC086
(154,192,134)
#A6C794
(166,199,148)
#B2CEA2
(178,206,162)
#BED5B0
(190,213,176)
#CADCBE
(202,220,190)
#D6E3CC
(214,227,204)
#E2EADA
(226,234,218)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AB5C; }

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

This text font color is #76AB5C.


Background Color

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

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

This div background color is #76AB5C.


Border color

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

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

This div border color is #76AB5C.


Opacity

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

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

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

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

This text has shadow with #76AB5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB5C on black background.


Color preview on white background

This text has color #76AB5C on white background.



Black color preview on #76AB5C background

This text has black color on #76AB5C background.


White color preview on #76AB5C background

This text has white color on #76AB5C background.