COLOR #66A365

HEX: #66A365 RGB: (102,163,101)

Color info

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

RGB color model

#66A365 color RGB value is (102,163,101).

RGB: (102,163,101) (40%, 64%, 40%)

RGB channels and saturation

R 102 of 255 = 40%
G 163 of 255 = 64%
B 101 of 255 = 40%

102
163
101

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

Portions of RGB colors in percentages

R + G + B = 102 + 163 + 101 = 366 (100%)
R 102 of 366 ~ 27.87%
G 163 of 366 ~ 44.54%
B 101 of 366 ~ 27.6'%

%27.87
%44.54
%27.6

CMYK color model

#66A365 color CMYK value is (37,0,38,36).

  • cyan value is 37.42%
  • magenta value is 0.00%
  • yellow value is 38.04%
  • key color value is 36.08%

CMYK: (37,0,38,36)
C37M0Y38K36 (37%, 0%, 38%, 36%)
(0.37 / 0.00 / 0.38 / 0.36)

CMYK percentages

%37.42
%0
%38.04
%36.08

Codes

Color #66A365 in popluar color models

66 A3 65
RGB 102 163 101
HSL 119° 25.20% 51.76%
HSB/HSV 119° 38.04% 63.92%
CMYK 37.42% 0.00% 38.04%
36.08%

Color #66A365 in popluar number systems.

HEX 66 A3 65
Decimal 102 163 101
Binary 1100110 10100011 1100101
Octal 146 243 145

Shades and tints

Shades of #66A365

#66A365
(102,163,101)
#5D955C
(93,149,92)
#548753
(84,135,83)
#4B794A
(75,121,74)
#426B41
(66,107,65)
#395D38
(57,93,56)
#304F2F
(48,79,47)
#274126
(39,65,38)
#1E331D
(30,51,29)
#152514
(21,37,20)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #66A365

#66A365
(102,163,101)
#73AB73
(115,171,115)
#80B381
(128,179,129)
#8DBB8F
(141,187,143)
#9AC39D
(154,195,157)
#A7CBAB
(167,203,171)
#B4D3B9
(180,211,185)
#C1DBC7
(193,219,199)
#CEE3D5
(206,227,213)
#DBEBE3
(219,235,227)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A365 color. Also use rgb(102,163,101) instead hex code.

Text Font Color

.myTextColor { color: #66A365; }

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

This text font color is #66A365.

Background Color

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

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

This div background color is #66A365.

Border color

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

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

This div border color is #66A365.

Opacity

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

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

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

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

This text has shadow with #66A365 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A365.

Preview

Color preview on black background

This text has color #66A365 on black background.


Color preview on white background

This text has color #66A365 on white background.


Black color preview on #66A365 background

This text has black color on #66A365 background.


White color preview on #66A365 background

This text has white color on #66A365 background.


Related colors

Complementary color

Complementary color for #hex is #995C9A.


I love getcolorcode.com

Triadic colors

1 #6566A3 and #A36566 with #66A365 are triadic colors.

2 #65A366 and #A36665 with #66A365 are triadic colors.