COLOR #76A67A

HEX: #76A67A
RGB: (118,166,122)

Color info

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

RGB color model

#76A67A color RGB value is (118,166,122).

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

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 122 of 255 = 48%

118
166
122

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 122 = 406 (100%)
R 118 of 406 ~ 29.06%
G 166 of 406 ~ 40.89%
B 122 of 406 ~ 30.05%

%29.06
%40.89
%30.05

CMYK color model

#76A67A color CMYK value is (29,0,27,35).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(29,0,27,35)
C29M0Y27K35 
(29%,0%,27%,35%)
(0.29/0.00/0.27/0.35)	

CMYK percentages

%28.92
%0
%26.51
%34.9

Codes

Color #76A67A in popluar color models

76A67A
RGB118166122
HSL125°21.24%55.69%
HSB/HSV125°28.92%65.10%
CMYK28.92%0.00%26.51%
34.90%

Color #76A67A in popluar number systems.

HEX76A67A
Decimal118166122
Binary1110110101001101111010
Octal166246172

Shades and tints

Shades of #76A67A

#76A67A
(118,166,122)
#6C976F
(108,151,111)
#628864
(98,136,100)
#587959
(88,121,89)
#4E6A4E
(78,106,78)
#445B43
(68,91,67)
#3A4C38
(58,76,56)
#303D2D
(48,61,45)
#262E22
(38,46,34)
#1C1F17
(28,31,23)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #76A67A

#76A67A
(118,166,122)
#82AE86
(130,174,134)
#8EB692
(142,182,146)
#9ABE9E
(154,190,158)
#A6C6AA
(166,198,170)
#B2CEB6
(178,206,182)
#BED6C2
(190,214,194)
#CADECE
(202,222,206)
#D6E6DA
(214,230,218)
#E2EEE6
(226,238,230)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A67A; }

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

This text font color is #76A67A.


Background Color

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

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

This div background color is #76A67A.


Border color

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

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

This div border color is #76A67A.


Opacity

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

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

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

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

This text has shadow with #76A67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A67A on black background.


Color preview on white background

This text has color #76A67A on white background.



Black color preview on #76A67A background

This text has black color on #76A67A background.


White color preview on #76A67A background

This text has white color on #76A67A background.