COLOR #76A18C

HEX: #76A18C
RGB: (118,161,140)

Color info

#76A18C contains red, green and blue colors in about the same proportion. Web safe color of #76A18C is #669999 (or #699).

RGB color model

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

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

RGB channels and saturation

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

118
161
140

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 140 = 419 (100%)
R 118 of 419 ~ 28.16%
G 161 of 419 ~ 38.42%
B 140 of 419 ~ 33.41%

%28.16
%38.42
%33.41

CMYK color model

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

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

CMYK percentages

%26.71
%0
%13.04
%36.86

Codes

Color #76A18C in popluar color models

76A18C
RGB118161140
HSL151°18.61%54.71%
HSB/HSV151°26.71%63.14%
CMYK26.71%0.00%13.04%
36.86%

Color #76A18C in popluar number systems.

HEX76A18C
Decimal118161140
Binary11101101010000110001100
Octal166241214

Shades and tints

Shades of #76A18C

#76A18C
(118,161,140)
#6C9380
(108,147,128)
#628574
(98,133,116)
#587768
(88,119,104)
#4E695C
(78,105,92)
#445B50
(68,91,80)
#3A4D44
(58,77,68)
#303F38
(48,63,56)
#26312C
(38,49,44)
#1C2320
(28,35,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #76A18C

#76A18C
(118,161,140)
#82A996
(130,169,150)
#8EB1A0
(142,177,160)
#9AB9AA
(154,185,170)
#A6C1B4
(166,193,180)
#B2C9BE
(178,201,190)
#BED1C8
(190,209,200)
#CAD9D2
(202,217,210)
#D6E1DC
(214,225,220)
#E2E9E6
(226,233,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A18C; }

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

This text font color is #76A18C.


Background Color

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

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

This div background color is #76A18C.


Border color

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

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

This div border color is #76A18C.


Opacity

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

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

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

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

This text has shadow with #76A18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A18C on black background.


Color preview on white background

This text has color #76A18C on white background.



Black color preview on #76A18C background

This text has black color on #76A18C background.


White color preview on #76A18C background

This text has white color on #76A18C background.