COLOR #76A390

HEX: #76A390
RGB: (118,163,144)

Color info

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

RGB color model

#76A390 color RGB value is (118,163,144).

  • red value is 118;
  • green value is 163;
  • blue value is 144.
RGB:
(118,163,144)
(46%,64%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 144 of 255 = 56%

118
163
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 163 + 144 = 425 (100%)
R 118 of 425 ~ 27.76%
G 163 of 425 ~ 38.35%
B 144 of 425 ~ 33.88%

%27.76
%38.35
%33.88

CMYK color model

#76A390 color CMYK value is (28,0,12,36).

  • cyan value is 27.61%
  • magenta value is 0.00%
  • yellow value is 11.66%
  • key color value is 36.08%
CMYK:
(28,0,12,36)
C28M0Y12K36 
(28%,0%,12%,36%)
(0.28/0.00/0.12/0.36)	

CMYK percentages

%27.61
%0
%11.66
%36.08

Codes

Color #76A390 in popluar color models

76A390
RGB118163144
HSL155°19.65%55.10%
HSB/HSV155°27.61%63.92%
CMYK27.61%0.00%11.66%
36.08%

Color #76A390 in popluar number systems.

HEX76A390
Decimal118163144
Binary11101101010001110010000
Octal166243220

Shades and tints

Shades of #76A390

#76A390
(118,163,144)
#6C9583
(108,149,131)
#628776
(98,135,118)
#587969
(88,121,105)
#4E6B5C
(78,107,92)
#445D4F
(68,93,79)
#3A4F42
(58,79,66)
#304135
(48,65,53)
#263328
(38,51,40)
#1C251B
(28,37,27)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76A390

#76A390
(118,163,144)
#82AB9A
(130,171,154)
#8EB3A4
(142,179,164)
#9ABBAE
(154,187,174)
#A6C3B8
(166,195,184)
#B2CBC2
(178,203,194)
#BED3CC
(190,211,204)
#CADBD6
(202,219,214)
#D6E3E0
(214,227,224)
#E2EBEA
(226,235,234)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A390; }

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

This text font color is #76A390.


Background Color

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

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

This div background color is #76A390.


Border color

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

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

This div border color is #76A390.


Opacity

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

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

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

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

This text has shadow with #76A390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A390 on black background.


Color preview on white background

This text has color #76A390 on white background.



Black color preview on #76A390 background

This text has black color on #76A390 background.


White color preview on #76A390 background

This text has white color on #76A390 background.