COLOR #76A174

HEX: #76A174
RGB: (118,161,116)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
161
116

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 116 = 395 (100%)
R 118 of 395 ~ 29.87%
G 161 of 395 ~ 40.76%
B 116 of 395 ~ 29.37%

%29.87
%40.76
%29.37

CMYK color model

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

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

CMYK percentages

%26.71
%0
%27.95
%36.86

Codes

Color #76A174 in popluar color models

76A174
RGB118161116
HSL117°19.31%54.31%
HSB/HSV117°27.95%63.14%
CMYK26.71%0.00%27.95%
36.86%

Color #76A174 in popluar number systems.

HEX76A174
Decimal118161116
Binary1110110101000011110100
Octal166241164

Shades and tints

Shades of #76A174

#76A174
(118,161,116)
#6C936A
(108,147,106)
#628560
(98,133,96)
#587756
(88,119,86)
#4E694C
(78,105,76)
#445B42
(68,91,66)
#3A4D38
(58,77,56)
#303F2E
(48,63,46)
#263124
(38,49,36)
#1C231A
(28,35,26)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #76A174

#76A174
(118,161,116)
#82A980
(130,169,128)
#8EB18C
(142,177,140)
#9AB998
(154,185,152)
#A6C1A4
(166,193,164)
#B2C9B0
(178,201,176)
#BED1BC
(190,209,188)
#CAD9C8
(202,217,200)
#D6E1D4
(214,225,212)
#E2E9E0
(226,233,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A174; }

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

This text font color is #76A174.


Background Color

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

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

This div background color is #76A174.


Border color

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

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

This div border color is #76A174.


Opacity

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

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

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

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

This text has shadow with #76A174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A174 on black background.


Color preview on white background

This text has color #76A174 on white background.



Black color preview on #76A174 background

This text has black color on #76A174 background.


White color preview on #76A174 background

This text has white color on #76A174 background.