COLOR #66A570

HEX: #66A570 RGB: (102,165,112)

Color info

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

RGB color model

#66A570 color RGB value is (102,165,112).

RGB: (102,165,112) (40%, 65%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 112 of 255 = 44%

102
165
112

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

Portions of RGB colors in percentages

R + G + B = 102 + 165 + 112 = 379 (100%)
R 102 of 379 ~ 26.91%
G 165 of 379 ~ 43.54%
B 112 of 379 ~ 29.55'%

%26.91
%43.54
%29.55

CMYK color model

#66A570 color CMYK value is (38,0,32,35).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%

CMYK: (38,0,32,35)
C38M0Y32K35 (38%, 0%, 32%, 35%)
(0.38 / 0.00 / 0.32 / 0.35)

CMYK percentages

%38.18
%0
%32.12
%35.29

Codes

Color #66A570 in popluar color models

66 A5 70
RGB 102 165 112
HSL 130° 25.93% 52.35%
HSB/HSV 130° 38.18% 64.71%
CMYK 38.18% 0.00% 32.12%
35.29%

Color #66A570 in popluar number systems.

HEX 66 A5 70
Decimal 102 165 112
Binary 1100110 10100101 1110000
Octal 146 245 160

Shades and tints

Shades of #66A570

#66A570
(102,165,112)
#5D9666
(93,150,102)
#54875C
(84,135,92)
#4B7852
(75,120,82)
#426948
(66,105,72)
#395A3E
(57,90,62)
#304B34
(48,75,52)
#273C2A
(39,60,42)
#1E2D20
(30,45,32)
#151E16
(21,30,22)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #66A570

#66A570
(102,165,112)
#73AD7D
(115,173,125)
#80B58A
(128,181,138)
#8DBD97
(141,189,151)
#9AC5A4
(154,197,164)
#A7CDB1
(167,205,177)
#B4D5BE
(180,213,190)
#C1DDCB
(193,221,203)
#CEE5D8
(206,229,216)
#DBEDE5
(219,237,229)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A570 color. Also use rgb(102,165,112) instead hex code.

Text Font Color

.myTextColor { color: #66A570; }

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

This text font color is #66A570.

Background Color

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

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

This div background color is #66A570.

Border color

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

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

This div border color is #66A570.

Opacity

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

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

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

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

This text has shadow with #66A570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A570.

Preview

Color preview on black background

This text has color #66A570 on black background.


Color preview on white background

This text has color #66A570 on white background.


Black color preview on #66A570 background

This text has black color on #66A570 background.


White color preview on #66A570 background

This text has white color on #66A570 background.


Related colors

Complementary color

Complementary color for #hex is #995A8F.


I love getcolorcode.com

Triadic colors

1 #7066A5 and #A57066 with #66A570 are triadic colors.

2 #70A566 and #A56670 with #66A570 are triadic colors.