COLOR #66AB6F

HEX: #66AB6F
RGB: (102,171,111)

Color info

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

RGB color model

#66AB6F color RGB value is (102,171,111).

  • red value is 102;
  • green value is 171;
  • blue value is 111.
RGB:
(102,171,111)
(40%,67%,44%)

RGB channels and saturation

R 102 of 255 = 40%
G 171 of 255 = 67%
B 111 of 255 = 44%

102
171
111

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

Portions of RGB colors in percentages

R + G + B =
102 + 171 + 111 = 384 (100%)
R 102 of 384 ~ 26.56%
G 171 of 384 ~ 44.53%
B 111 of 384 ~ 28.91%

%26.56
%44.53
%28.91

CMYK color model

#66AB6F color CMYK value is (40,0,35,33).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 32.94%
CMYK:
(40,0,35,33)
C40M0Y35K33 
(40%,0%,35%,33%)
(0.40/0.00/0.35/0.33)	

CMYK percentages

%40.35
%0
%35.09
%32.94

Codes

Color #66AB6F in popluar color models

66AB6F
RGB102171111
HSL128°29.11%53.53%
HSB/HSV128°40.35%67.06%
CMYK40.35%0.00%35.09%
32.94%

Color #66AB6F in popluar number systems.

HEX66AB6F
Decimal102171111
Binary1100110101010111101111
Octal146253157

Shades and tints

Shades of #66AB6F

#66AB6F
(102,171,111)
#5D9C65
(93,156,101)
#548D5B
(84,141,91)
#4B7E51
(75,126,81)
#426F47
(66,111,71)
#39603D
(57,96,61)
#305133
(48,81,51)
#274229
(39,66,41)
#1E331F
(30,51,31)
#152415
(21,36,21)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #66AB6F

#66AB6F
(102,171,111)
#73B27C
(115,178,124)
#80B989
(128,185,137)
#8DC096
(141,192,150)
#9AC7A3
(154,199,163)
#A7CEB0
(167,206,176)
#B4D5BD
(180,213,189)
#C1DCCA
(193,220,202)
#CEE3D7
(206,227,215)
#DBEAE4
(219,234,228)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AB6F color. Also use rgb(102,171,111) instead hex code.

Text Font Color

.myTextColor { color: #66AB6F; }

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

This text font color is #66AB6F.


Background Color

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

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

This div background color is #66AB6F.


Border color

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

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

This div border color is #66AB6F.


Opacity

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

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

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

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

This text has shadow with #66AB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AB6F on black background.


Color preview on white background

This text has color #66AB6F on white background.



Black color preview on #66AB6F background

This text has black color on #66AB6F background.


White color preview on #66AB6F background

This text has white color on #66AB6F background.