COLOR #66A46A

HEX: #66A46A
RGB: (102,164,106)

Color info

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

RGB color model

#66A46A color RGB value is (102,164,106).

  • red value is 102;
  • green value is 164;
  • blue value is 106.
RGB:
(102,164,106)
(40%,64%,42%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 106 of 255 = 42%

102
164
106

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

Portions of RGB colors in percentages

R + G + B =
102 + 164 + 106 = 372 (100%)
R 102 of 372 ~ 27.42%
G 164 of 372 ~ 44.09%
B 106 of 372 ~ 28.49%

%27.42
%44.09
%28.49

CMYK color model

#66A46A color CMYK value is (38,0,35,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 35.69%
CMYK:
(38,0,35,36)
C38M0Y35K36 
(38%,0%,35%,36%)
(0.38/0.00/0.35/0.36)	

CMYK percentages

%37.8
%0
%35.37
%35.69

Codes

Color #66A46A in popluar color models

66A46A
RGB102164106
HSL124°25.41%52.16%
HSB/HSV124°37.80%64.31%
CMYK37.80%0.00%35.37%
35.69%

Color #66A46A in popluar number systems.

HEX66A46A
Decimal102164106
Binary1100110101001001101010
Octal146244152

Shades and tints

Shades of #66A46A

#66A46A
(102,164,106)
#5D9661
(93,150,97)
#548858
(84,136,88)
#4B7A4F
(75,122,79)
#426C46
(66,108,70)
#395E3D
(57,94,61)
#305034
(48,80,52)
#27422B
(39,66,43)
#1E3422
(30,52,34)
#152619
(21,38,25)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #66A46A

#66A46A
(102,164,106)
#73AC77
(115,172,119)
#80B484
(128,180,132)
#8DBC91
(141,188,145)
#9AC49E
(154,196,158)
#A7CCAB
(167,204,171)
#B4D4B8
(180,212,184)
#C1DCC5
(193,220,197)
#CEE4D2
(206,228,210)
#DBECDF
(219,236,223)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A46A color. Also use rgb(102,164,106) instead hex code.

Text Font Color

.myTextColor { color: #66A46A; }

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

This text font color is #66A46A.


Background Color

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

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

This div background color is #66A46A.


Border color

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

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

This div border color is #66A46A.


Opacity

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

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

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

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

This text has shadow with #66A46A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66A46A on black background.


Color preview on white background

This text has color #66A46A on white background.



Black color preview on #66A46A background

This text has black color on #66A46A background.


White color preview on #66A46A background

This text has white color on #66A46A background.