COLOR #66A65A

HEX: #66A65A RGB: (102,166,90)

Color info

#66A65A contains mainly green color. Web safe color of #66A65A is #669966 (or #696).

RGB color model

#66A65A color RGB value is (102,166,90).

RGB: (102,166,90) (40%, 65%, 35%)

RGB channels and saturation

R 102 of 255 = 40%
G 166 of 255 = 65%
B 90 of 255 = 35%

102
166
90

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

Portions of RGB colors in percentages

R + G + B = 102 + 166 + 90 = 358 (100%)
R 102 of 358 ~ 28.49%
G 166 of 358 ~ 46.37%
B 90 of 358 ~ 25.14'%

%28.49
%46.37
%25.14

CMYK color model

#66A65A color CMYK value is (39,0,46,35).

  • cyan value is 38.55%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 34.90%
CMYK: (39,0,46,35) C39M0Y46K35 (39%,0%,46%,35%) (0.39/0.00/0.46/0.35) 

CMYK percentages

%38.55
%0
%45.78
%34.9

Codes

Color #66A65A in popluar color models

66 A6 5A
RGB 102 166 90
HSL 111° 29.92% 50.20%
HSB/HSV 111° 45.78% 65.10%
CMYK 38.55% 0.00% 45.78%
34.90%

Color #66A65A in popluar number systems.

HEX 66 A6 5A
Decimal 102 166 90
Binary 1100110 10100110 1011010
Octal 146 246 132

Shades and tints

Shades of #66A65A

#66A65A
(102,166,90)
#5D9752
(93,151,82)
#54884A
(84,136,74)
#4B7942
(75,121,66)
#426A3A
(66,106,58)
#395B32
(57,91,50)
#304C2A
(48,76,42)
#273D22
(39,61,34)
#1E2E1A
(30,46,26)
#151F12
(21,31,18)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #66A65A

#66A65A
(102,166,90)
#73AE69
(115,174,105)
#80B678
(128,182,120)
#8DBE87
(141,190,135)
#9AC696
(154,198,150)
#A7CEA5
(167,206,165)
#B4D6B4
(180,214,180)
#C1DEC3
(193,222,195)
#CEE6D2
(206,230,210)
#DBEEE1
(219,238,225)
#E8F6F0
(232,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A65A; }

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

This text font color is #66A65A.

Background Color

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

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

This div background color is #66A65A.

Border color

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

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

This div border color is #66A65A.

Opacity

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

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

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

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

This text has shadow with #66A65A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A65A.

Preview

Color preview on black background

This text has color #66A65A on black background.


Color preview on white background

This text has color #66A65A on white background.


Black color preview on #66A65A background

This text has black color on #66A65A background.


White color preview on #66A65A background

This text has white color on #66A65A background.


Related colors

Complementary color

Complementary color for #hex is #9959A5.


I love getcolorcode.com

Triadic colors

1 #5A66A6 and #A65A66 with #66A65A are triadic colors.

2 #5AA666 and #A6665A with #66A65A are triadic colors.