COLOR #76A97A

HEX: #76A97A
RGB: (118,169,122)

Color info

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

RGB color model

#76A97A color RGB value is (118,169,122).

  • red value is 118;
  • green value is 169;
  • blue value is 122.
RGB:
(118,169,122)
(46%,66%,48%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 122 of 255 = 48%

118
169
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 122 = 409 (100%)
R 118 of 409 ~ 28.85%
G 169 of 409 ~ 41.32%
B 122 of 409 ~ 29.83%

%28.85
%41.32
%29.83

CMYK color model

#76A97A color CMYK value is (30,0,28,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 27.81%
  • key color value is 33.73%
CMYK:
(30,0,28,34)
C30M0Y28K34 
(30%,0%,28%,34%)
(0.30/0.00/0.28/0.34)	

CMYK percentages

%30.18
%0
%27.81
%33.73

Codes

Color #76A97A in popluar color models

76A97A
RGB118169122
HSL125°22.87%56.27%
HSB/HSV125°30.18%66.27%
CMYK30.18%0.00%27.81%
33.73%

Color #76A97A in popluar number systems.

HEX76A97A
Decimal118169122
Binary1110110101010011111010
Octal166251172

Shades and tints

Shades of #76A97A

#76A97A
(118,169,122)
#6C9A6F
(108,154,111)
#628B64
(98,139,100)
#587C59
(88,124,89)
#4E6D4E
(78,109,78)
#445E43
(68,94,67)
#3A4F38
(58,79,56)
#30402D
(48,64,45)
#263122
(38,49,34)
#1C2217
(28,34,23)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #76A97A

#76A97A
(118,169,122)
#82B086
(130,176,134)
#8EB792
(142,183,146)
#9ABE9E
(154,190,158)
#A6C5AA
(166,197,170)
#B2CCB6
(178,204,182)
#BED3C2
(190,211,194)
#CADACE
(202,218,206)
#D6E1DA
(214,225,218)
#E2E8E6
(226,232,230)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A97A color. Also use rgb(118,169,122) instead hex code.

Text Font Color

.myTextColor { color: #76A97A; }

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

This text font color is #76A97A.


Background Color

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

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

This div background color is #76A97A.


Border color

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

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

This div border color is #76A97A.


Opacity

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

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

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

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

This text has shadow with #76A97A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A97A on black background.


Color preview on white background

This text has color #76A97A on white background.



Black color preview on #76A97A background

This text has black color on #76A97A background.


White color preview on #76A97A background

This text has white color on #76A97A background.