COLOR #66A36C

HEX: #66A36C RGB: (102,163,108)

Color info

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

RGB color model

#66A36C color RGB value is (102,163,108).

RGB: (102,163,108) (40%, 64%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 163 of 255 = 64%
B 108 of 255 = 42%

102
163
108

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

Portions of RGB colors in percentages

R + G + B = 102 + 163 + 108 = 373 (100%)
R 102 of 373 ~ 27.35%
G 163 of 373 ~ 43.7%
B 108 of 373 ~ 28.95'%

%27.35
%43.7
%28.95

CMYK color model

#66A36C color CMYK value is (37,0,34,36).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 36.08%

CMYK: (37,0,34,36)
C37M0Y34K36 (37%, 0%, 34%, 36%)
(0.37 / 0.00 / 0.34 / 0.36)

CMYK percentages

%37.42
%0
%33.74
%36.08

Codes

Color #66A36C in popluar color models

66 A3 6C
RGB 102 163 108
HSL 126° 24.90% 51.96%
HSB/HSV 126° 37.42% 63.92%
CMYK 37.42% 0.00% 33.74%
36.08%

Color #66A36C in popluar number systems.

HEX 66 A3 6C
Decimal 102 163 108
Binary 1100110 10100011 1101100
Octal 146 243 154

Shades and tints

Shades of #66A36C

#66A36C
(102,163,108)
#5D9563
(93,149,99)
#54875A
(84,135,90)
#4B7951
(75,121,81)
#426B48
(66,107,72)
#395D3F
(57,93,63)
#304F36
(48,79,54)
#27412D
(39,65,45)
#1E3324
(30,51,36)
#15251B
(21,37,27)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #66A36C

#66A36C
(102,163,108)
#73AB79
(115,171,121)
#80B386
(128,179,134)
#8DBB93
(141,187,147)
#9AC3A0
(154,195,160)
#A7CBAD
(167,203,173)
#B4D3BA
(180,211,186)
#C1DBC7
(193,219,199)
#CEE3D4
(206,227,212)
#DBEBE1
(219,235,225)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A36C color. Also use rgb(102,163,108) instead hex code.

Text Font Color

.myTextColor { color: #66A36C; }

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

This text font color is #66A36C.

Background Color

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

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

This div background color is #66A36C.

Border color

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

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

This div border color is #66A36C.

Opacity

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

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

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

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

This text has shadow with #66A36C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A36C.

Preview

Color preview on black background

This text has color #66A36C on black background.


Color preview on white background

This text has color #66A36C on white background.


Black color preview on #66A36C background

This text has black color on #66A36C background.


White color preview on #66A36C background

This text has white color on #66A36C background.


Related colors

Complementary color

Complementary color for #hex is #995C93.


I love getcolorcode.com

Triadic colors

1 #6C66A3 and #A36C66 with #66A36C are triadic colors.

2 #6CA366 and #A3666C with #66A36C are triadic colors.