COLOR #66AA49

HEX: #66AA49 RGB: (102,170,73)

Color info

#66AA49 contains mainly green color. Web safe color of #66AA49 is #669933 (or #693).

RGB color model

#66AA49 color RGB value is (102,170,73).

RGB: (102,170,73) (40%, 67%, 29%)

RGB channels and saturation

R 102 of 255 = 40%
G 170 of 255 = 67%
B 73 of 255 = 29%

102
170
73

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

Portions of RGB colors in percentages

R + G + B = 102 + 170 + 73 = 345 (100%)
R 102 of 345 ~ 29.57%
G 170 of 345 ~ 49.28%
B 73 of 345 ~ 21.16'%

%29.57
%49.28
%21.16

CMYK color model

#66AA49 color CMYK value is (40,0,57,33).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 57.06%
  • key color value is 33.33%

CMYK: (40,0,57,33)
C40M0Y57K33 (40%, 0%, 57%, 33%)
(0.40 / 0.00 / 0.57 / 0.33)

CMYK percentages

%40
%0
%57.06
%33.33

Codes

Color #66AA49 in popluar color models

66 AA 49
RGB 102 170 73
HSL 102° 39.92% 47.65%
HSB/HSV 102° 57.06% 66.67%
CMYK 40.00% 0.00% 57.06%
33.33%

Color #66AA49 in popluar number systems.

HEX 66 AA 49
Decimal 102 170 73
Binary 1100110 10101010 1001001
Octal 146 252 111

Shades and tints

Shades of #66AA49

#66AA49
(102,170,73)
#5D9B43
(93,155,67)
#548C3D
(84,140,61)
#4B7D37
(75,125,55)
#426E31
(66,110,49)
#395F2B
(57,95,43)
#305025
(48,80,37)
#27411F
(39,65,31)
#1E3219
(30,50,25)
#152313
(21,35,19)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #66AA49

#66AA49
(102,170,73)
#73B159
(115,177,89)
#80B869
(128,184,105)
#8DBF79
(141,191,121)
#9AC689
(154,198,137)
#A7CD99
(167,205,153)
#B4D4A9
(180,212,169)
#C1DBB9
(193,219,185)
#CEE2C9
(206,226,201)
#DBE9D9
(219,233,217)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66AA49; }

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

This text font color is #66AA49.

Background Color

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

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

This div background color is #66AA49.

Border color

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

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

This div border color is #66AA49.

Opacity

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

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

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

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

This text has shadow with #66AA49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AA49.

Preview

Color preview on black background

This text has color #66AA49 on black background.


Color preview on white background

This text has color #66AA49 on white background.


Black color preview on #66AA49 background

This text has black color on #66AA49 background.


White color preview on #66AA49 background

This text has white color on #66AA49 background.


Related colors

Complementary color

Complementary color for #hex is #9955B6.


I love getcolorcode.com

Triadic colors

1 #4966AA and #AA4966 with #66AA49 are triadic colors.

2 #49AA66 and #AA6649 with #66AA49 are triadic colors.