COLOR #76A166

HEX: #76A166
RGB: (118,161,102)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

118
161
102

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 102 = 381 (100%)
R 118 of 381 ~ 30.97%
G 161 of 381 ~ 42.26%
B 102 of 381 ~ 26.77%

%30.97
%42.26
%26.77

CMYK color model

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

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

CMYK percentages

%26.71
%0
%36.65
%36.86

Codes

Color #76A166 in popluar color models

76A166
RGB118161102
HSL104°23.89%51.57%
HSB/HSV104°36.65%63.14%
CMYK26.71%0.00%36.65%
36.86%

Color #76A166 in popluar number systems.

HEX76A166
Decimal118161102
Binary1110110101000011100110
Octal166241146

Shades and tints

Shades of #76A166

#76A166
(118,161,102)
#6C935D
(108,147,93)
#628554
(98,133,84)
#58774B
(88,119,75)
#4E6942
(78,105,66)
#445B39
(68,91,57)
#3A4D30
(58,77,48)
#303F27
(48,63,39)
#26311E
(38,49,30)
#1C2315
(28,35,21)
#12150C
(18,21,12)
#000000
(0,0,0)

Tints of #76A166

#76A166
(118,161,102)
#82A973
(130,169,115)
#8EB180
(142,177,128)
#9AB98D
(154,185,141)
#A6C19A
(166,193,154)
#B2C9A7
(178,201,167)
#BED1B4
(190,209,180)
#CAD9C1
(202,217,193)
#D6E1CE
(214,225,206)
#E2E9DB
(226,233,219)
#EEF1E8
(238,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A166; }

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

This text font color is #76A166.


Background Color

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

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

This div background color is #76A166.


Border color

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

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

This div border color is #76A166.


Opacity

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

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

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

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

This text has shadow with #76A166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A166 on black background.


Color preview on white background

This text has color #76A166 on white background.



Black color preview on #76A166 background

This text has black color on #76A166 background.


White color preview on #76A166 background

This text has white color on #76A166 background.