COLOR #66A97C

HEX: #66A97C RGB: (102,169,124)

Color info

#66A97C contains mainly green and blue colors. Web safe color of #66A97C is #669966 (or #696).

RGB color model

#66A97C color RGB value is (102,169,124).

RGB: (102,169,124) (40%, 66%, 49%)

RGB channels and saturation

R 102 of 255 = 40%
G 169 of 255 = 66%
B 124 of 255 = 49%

102
169
124

R + G + B ~ 52%. #66A97C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 169 + 124 = 395 (100%)
R 102 of 395 ~ 25.82%
G 169 of 395 ~ 42.78%
B 124 of 395 ~ 31.39'%

%25.82
%42.78
%31.39

CMYK color model

#66A97C color CMYK value is (40,0,27,34).

  • cyan value is 39.64%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 33.73%

CMYK: (40,0,27,34)
C40M0Y27K34 (40%, 0%, 27%, 34%)
(0.40 / 0.00 / 0.27 / 0.34)

CMYK percentages

%39.64
%0
%26.63
%33.73

Codes

Color #66A97C in popluar color models

66 A9 7C
RGB 102 169 124
HSL 140° 28.03% 53.14%
HSB/HSV 140° 39.64% 66.27%
CMYK 39.64% 0.00% 26.63%
33.73%

Color #66A97C in popluar number systems.

HEX 66 A9 7C
Decimal 102 169 124
Binary 1100110 10101001 1111100
Octal 146 251 174

Shades and tints

Shades of #66A97C

#66A97C
(102,169,124)
#5D9A71
(93,154,113)
#548B66
(84,139,102)
#4B7C5B
(75,124,91)
#426D50
(66,109,80)
#395E45
(57,94,69)
#304F3A
(48,79,58)
#27402F
(39,64,47)
#1E3124
(30,49,36)
#152219
(21,34,25)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #66A97C

#66A97C
(102,169,124)
#73B087
(115,176,135)
#80B792
(128,183,146)
#8DBE9D
(141,190,157)
#9AC5A8
(154,197,168)
#A7CCB3
(167,204,179)
#B4D3BE
(180,211,190)
#C1DAC9
(193,218,201)
#CEE1D4
(206,225,212)
#DBE8DF
(219,232,223)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A97C color. Also use rgb(102,169,124) instead hex code.

Text Font Color

.myTextColor { color: #66A97C; }

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

This text font color is #66A97C.

Background Color

.myBgColor { background-color: #66A97C; }

<div style="background-color:#66A97C">Inner text</div>

This div background color is #66A97C.

Border color

.myBorderColor { border: 1px solid #66A97C; }

<div style="border:3px solid #66A97C">Div</div>

This div border color is #66A97C.

Opacity

.myOpacity80 { color: #66A97C; opacity: 0.8; }

<p style="color:#66A97C;opacity:0.8;">80%</p>

Text with #66A97C 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 #66A97C;}

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

This text has shadow with #66A97C color.


.textShadow {text-shadow: 3px 3px 1px #66A97C', 3px 3px 1px red;}

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

This text has shadow with #66A97C primary color and red secondary color.


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

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

This text has shadow with #66A97C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66A97C; -webkit-box-shadow: 1px 1px 3px 2px #66A97C; box-shadow:1px 1px 3px 2px #66A97C;">
Div content here
</div>

This div box has shadow with color #66A97C.

Preview

Color preview on black background

This text has color #66A97C on black background.


Color preview on white background

This text has color #66A97C on white background.


Black color preview on #66A97C background

This text has black color on #66A97C background.


White color preview on #66A97C background

This text has white color on #66A97C background.


Related colors

Complementary color

Complementary color for #hex is #995683.


I love getcolorcode.com

Triadic colors

1 #7C66A9 and #A97C66 with #66A97C are triadic colors.

2 #7CA966 and #A9667C with #66A97C are triadic colors.