COLOR #66A85D

HEX: #66A85D RGB: (102,168,93)

Color info

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

RGB color model

#66A85D color RGB value is (102,168,93).

RGB: (102,168,93) (40%, 66%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 168 of 255 = 66%
B 93 of 255 = 36%

102
168
93

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

Portions of RGB colors in percentages

R + G + B = 102 + 168 + 93 = 363 (100%)
R 102 of 363 ~ 28.1%
G 168 of 363 ~ 46.28%
B 93 of 363 ~ 25.62'%

%28.1
%46.28
%25.62

CMYK color model

#66A85D color CMYK value is (39,0,45,34).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 34.12%
CMYK: (39,0,45,34) C39M0Y45K34 (39%,0%,45%,34%) (0.39/0.00/0.45/0.34) 

CMYK percentages

%39.29
%0
%44.64
%34.12

Codes

Color #66A85D in popluar color models

66 A8 5D
RGB 102 168 93
HSL 113° 30.12% 51.18%
HSB/HSV 113° 44.64% 65.88%
CMYK 39.29% 0.00% 44.64%
34.12%

Color #66A85D in popluar number systems.

HEX 66 A8 5D
Decimal 102 168 93
Binary 1100110 10101000 1011101
Octal 146 250 135

Shades and tints

Shades of #66A85D

#66A85D
(102,168,93)
#5D9955
(93,153,85)
#548A4D
(84,138,77)
#4B7B45
(75,123,69)
#426C3D
(66,108,61)
#395D35
(57,93,53)
#304E2D
(48,78,45)
#273F25
(39,63,37)
#1E301D
(30,48,29)
#152115
(21,33,21)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #66A85D

#66A85D
(102,168,93)
#73AF6B
(115,175,107)
#80B679
(128,182,121)
#8DBD87
(141,189,135)
#9AC495
(154,196,149)
#A7CBA3
(167,203,163)
#B4D2B1
(180,210,177)
#C1D9BF
(193,217,191)
#CEE0CD
(206,224,205)
#DBE7DB
(219,231,219)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A85D color. Also use rgb(102,168,93) instead hex code.

Text Font Color

.myTextColor { color: #66A85D; }

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

This text font color is #66A85D.

Background Color

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

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

This div background color is #66A85D.

Border color

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

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

This div border color is #66A85D.

Opacity

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

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

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

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

This text has shadow with #66A85D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A85D.

Preview

Color preview on black background

This text has color #66A85D on black background.


Color preview on white background

This text has color #66A85D on white background.


Black color preview on #66A85D background

This text has black color on #66A85D background.


White color preview on #66A85D background

This text has white color on #66A85D background.


Related colors

Complementary color

Complementary color for #hex is #9957A2.


I love getcolorcode.com

Triadic colors

1 #5D66A8 and #A85D66 with #66A85D are triadic colors.

2 #5DA866 and #A8665D with #66A85D are triadic colors.