COLOR #66AA7D

HEX: #66AA7D
RGB: (102,170,125)

Color info

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

RGB color model

#66AA7D color RGB value is (102,170,125).

  • red value is 102;
  • green value is 170;
  • blue value is 125.
RGB:
(102,170,125)
(40%,67%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 125 of 255 = 49%

102
170
125

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

Portions of RGB colors in percentages

R + G + B =
102 + 170 + 125 = 397 (100%)
R 102 of 397 ~ 25.69%
G 170 of 397 ~ 42.82%
B 125 of 397 ~ 31.49%

%25.69
%42.82
%31.49

CMYK color model

#66AA7D color CMYK value is (40,0,26,33).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 33.33%
CMYK:
(40,0,26,33)
C40M0Y26K33 
(40%,0%,26%,33%)
(0.40/0.00/0.26/0.33)	

CMYK percentages

%40
%0
%26.47
%33.33

Codes

Color #66AA7D in popluar color models

66AA7D
RGB102170125
HSL140°28.57%53.33%
HSB/HSV140°40.00%66.67%
CMYK40.00%0.00%26.47%
33.33%

Color #66AA7D in popluar number systems.

HEX66AA7D
Decimal102170125
Binary1100110101010101111101
Octal146252175

Shades and tints

Shades of #66AA7D

#66AA7D
(102,170,125)
#5D9B72
(93,155,114)
#548C67
(84,140,103)
#4B7D5C
(75,125,92)
#426E51
(66,110,81)
#395F46
(57,95,70)
#30503B
(48,80,59)
#274130
(39,65,48)
#1E3225
(30,50,37)
#15231A
(21,35,26)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #66AA7D

#66AA7D
(102,170,125)
#73B188
(115,177,136)
#80B893
(128,184,147)
#8DBF9E
(141,191,158)
#9AC6A9
(154,198,169)
#A7CDB4
(167,205,180)
#B4D4BF
(180,212,191)
#C1DBCA
(193,219,202)
#CEE2D5
(206,226,213)
#DBE9E0
(219,233,224)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AA7D color. Also use rgb(102,170,125) instead hex code.

Text Font Color

.myTextColor { color: #66AA7D; }

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

This text font color is #66AA7D.


Background Color

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

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

This div background color is #66AA7D.


Border color

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

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

This div border color is #66AA7D.


Opacity

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

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

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

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

This text has shadow with #66AA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66AA7D on black background.


Color preview on white background

This text has color #66AA7D on white background.



Black color preview on #66AA7D background

This text has black color on #66AA7D background.


White color preview on #66AA7D background

This text has white color on #66AA7D background.