COLOR #76A176

HEX: #76A176
RGB: (118,161,118)

Color info

#76A176 contains red, green and blue colors in about the same proportion. Web safe color of #76A176 is #669966 (or #696).

RGB color model

#76A176 color RGB value is (118,161,118).

  • red value is 118;
  • green value is 161;
  • blue value is 118.
RGB:
(118,161,118)
(46%,63%,46%)

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 118 of 255 = 46%

118
161
118

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 118 = 397 (100%)
R 118 of 397 ~ 29.72%
G 161 of 397 ~ 40.55%
B 118 of 397 ~ 29.72%

%29.72
%40.55
%29.72

CMYK color model

#76A176 color CMYK value is (27,0,27,37).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 36.86%
CMYK:
(27,0,27,37)
C27M0Y27K37 
(27%,0%,27%,37%)
(0.27/0.00/0.27/0.37)	

CMYK percentages

%26.71
%0
%26.71
%36.86

Codes

Color #76A176 in popluar color models

76A176
RGB118161118
HSL120°18.61%54.71%
HSB/HSV120°26.71%63.14%
CMYK26.71%0.00%26.71%
36.86%

Color #76A176 in popluar number systems.

HEX76A176
Decimal118161118
Binary1110110101000011110110
Octal166241166

Shades and tints

Shades of #76A176

#76A176
(118,161,118)
#6C936C
(108,147,108)
#628562
(98,133,98)
#587758
(88,119,88)
#4E694E
(78,105,78)
#445B44
(68,91,68)
#3A4D3A
(58,77,58)
#303F30
(48,63,48)
#263126
(38,49,38)
#1C231C
(28,35,28)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #76A176

#76A176
(118,161,118)
#82A982
(130,169,130)
#8EB18E
(142,177,142)
#9AB99A
(154,185,154)
#A6C1A6
(166,193,166)
#B2C9B2
(178,201,178)
#BED1BE
(190,209,190)
#CAD9CA
(202,217,202)
#D6E1D6
(214,225,214)
#E2E9E2
(226,233,226)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A176; }

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

This text font color is #76A176.


Background Color

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

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

This div background color is #76A176.


Border color

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

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

This div border color is #76A176.


Opacity

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

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

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

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

This text has shadow with #76A176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A176 on black background.


Color preview on white background

This text has color #76A176 on white background.



Black color preview on #76A176 background

This text has black color on #76A176 background.


White color preview on #76A176 background

This text has white color on #76A176 background.