COLOR #66A673

HEX: #66A673 RGB: (102,166,115)

Color info

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

RGB color model

#66A673 color RGB value is (102,166,115).

RGB: (102,166,115) (40%, 65%, 45%)

RGB channels and saturation

R 102 of 255 = 40%
G 166 of 255 = 65%
B 115 of 255 = 45%

102
166
115

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

Portions of RGB colors in percentages

R + G + B = 102 + 166 + 115 = 383 (100%)
R 102 of 383 ~ 26.63%
G 166 of 383 ~ 43.34%
B 115 of 383 ~ 30.03'%

%26.63
%43.34
%30.03

CMYK color model

#66A673 color CMYK value is (39,0,31,35).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 34.90%

CMYK: (39,0,31,35)
C39M0Y31K35 (39%, 0%, 31%, 35%)
(0.39 / 0.00 / 0.31 / 0.35)

CMYK percentages

%38.55
%0
%30.72
%34.9

Codes

Color #66A673 in popluar color models

66 A6 73
RGB 102 166 115
HSL 132° 26.45% 52.55%
HSB/HSV 132° 38.55% 65.10%
CMYK 38.55% 0.00% 30.72%
34.90%

Color #66A673 in popluar number systems.

HEX 66 A6 73
Decimal 102 166 115
Binary 1100110 10100110 1110011
Octal 146 246 163

Shades and tints

Shades of #66A673

#66A673
(102,166,115)
#5D9769
(93,151,105)
#54885F
(84,136,95)
#4B7955
(75,121,85)
#426A4B
(66,106,75)
#395B41
(57,91,65)
#304C37
(48,76,55)
#273D2D
(39,61,45)
#1E2E23
(30,46,35)
#151F19
(21,31,25)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #66A673

#66A673
(102,166,115)
#73AE7F
(115,174,127)
#80B68B
(128,182,139)
#8DBE97
(141,190,151)
#9AC6A3
(154,198,163)
#A7CEAF
(167,206,175)
#B4D6BB
(180,214,187)
#C1DEC7
(193,222,199)
#CEE6D3
(206,230,211)
#DBEEDF
(219,238,223)
#E8F6EB
(232,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A673 color. Also use rgb(102,166,115) instead hex code.

Text Font Color

.myTextColor { color: #66A673; }

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

This text font color is #66A673.

Background Color

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

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

This div background color is #66A673.

Border color

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

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

This div border color is #66A673.

Opacity

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

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

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

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

This text has shadow with #66A673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A673.

Preview

Color preview on black background

This text has color #66A673 on black background.


Color preview on white background

This text has color #66A673 on white background.


Black color preview on #66A673 background

This text has black color on #66A673 background.


White color preview on #66A673 background

This text has white color on #66A673 background.


Related colors

Complementary color

Complementary color for #hex is #99598C.


I love getcolorcode.com

Triadic colors

1 #7366A6 and #A67366 with #66A673 are triadic colors.

2 #73A666 and #A66673 with #66A673 are triadic colors.