COLOR #76A290

HEX: #76A290
RGB: (118,162,144)

Color info

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

RGB color model

#76A290 color RGB value is (118,162,144).

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

RGB channels and saturation

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

118
162
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 162 + 144 = 424 (100%)
R 118 of 424 ~ 27.83%
G 162 of 424 ~ 38.21%
B 144 of 424 ~ 33.96%

%27.83
%38.21
%33.96

CMYK color model

#76A290 color CMYK value is (27,0,11,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 36.47%
CMYK:
(27,0,11,36)
C27M0Y11K36 
(27%,0%,11%,36%)
(0.27/0.00/0.11/0.36)	

CMYK percentages

%27.16
%0
%11.11
%36.47

Codes

Color #76A290 in popluar color models

76A290
RGB118162144
HSL155°19.13%54.90%
HSB/HSV155°27.16%63.53%
CMYK27.16%0.00%11.11%
36.47%

Color #76A290 in popluar number systems.

HEX76A290
Decimal118162144
Binary11101101010001010010000
Octal166242220

Shades and tints

Shades of #76A290

#76A290
(118,162,144)
#6C9483
(108,148,131)
#628676
(98,134,118)
#587869
(88,120,105)
#4E6A5C
(78,106,92)
#445C4F
(68,92,79)
#3A4E42
(58,78,66)
#304035
(48,64,53)
#263228
(38,50,40)
#1C241B
(28,36,27)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #76A290

#76A290
(118,162,144)
#82AA9A
(130,170,154)
#8EB2A4
(142,178,164)
#9ABAAE
(154,186,174)
#A6C2B8
(166,194,184)
#B2CAC2
(178,202,194)
#BED2CC
(190,210,204)
#CADAD6
(202,218,214)
#D6E2E0
(214,226,224)
#E2EAEA
(226,234,234)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A290; }

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

This text font color is #76A290.


Background Color

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

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

This div background color is #76A290.


Border color

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

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

This div border color is #76A290.


Opacity

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

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

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

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

This text has shadow with #76A290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A290 on black background.


Color preview on white background

This text has color #76A290 on white background.



Black color preview on #76A290 background

This text has black color on #76A290 background.


White color preview on #76A290 background

This text has white color on #76A290 background.