COLOR #66A574

HEX: #66A574 RGB: (102,165,116)

Color info

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

RGB color model

#66A574 color RGB value is (102,165,116).

RGB: (102,165,116) (40%, 65%, 45%)

RGB channels and saturation

R 102 of 255 = 40%
G 165 of 255 = 65%
B 116 of 255 = 45%

102
165
116

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

Portions of RGB colors in percentages

R + G + B = 102 + 165 + 116 = 383 (100%)
R 102 of 383 ~ 26.63%
G 165 of 383 ~ 43.08%
B 116 of 383 ~ 30.29'%

%26.63
%43.08
%30.29

CMYK color model

#66A574 color CMYK value is (38,0,30,35).

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

CMYK: (38,0,30,35)
C38M0Y30K35 (38%, 0%, 30%, 35%)
(0.38 / 0.00 / 0.30 / 0.35)

CMYK percentages

%38.18
%0
%29.7
%35.29

Codes

Color #66A574 in popluar color models

66 A5 74
RGB 102 165 116
HSL 133° 25.93% 52.35%
HSB/HSV 133° 38.18% 64.71%
CMYK 38.18% 0.00% 29.70%
35.29%

Color #66A574 in popluar number systems.

HEX 66 A5 74
Decimal 102 165 116
Binary 1100110 10100101 1110100
Octal 146 245 164

Shades and tints

Shades of #66A574

#66A574
(102,165,116)
#5D966A
(93,150,106)
#548760
(84,135,96)
#4B7856
(75,120,86)
#42694C
(66,105,76)
#395A42
(57,90,66)
#304B38
(48,75,56)
#273C2E
(39,60,46)
#1E2D24
(30,45,36)
#151E1A
(21,30,26)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #66A574

#66A574
(102,165,116)
#73AD80
(115,173,128)
#80B58C
(128,181,140)
#8DBD98
(141,189,152)
#9AC5A4
(154,197,164)
#A7CDB0
(167,205,176)
#B4D5BC
(180,213,188)
#C1DDC8
(193,221,200)
#CEE5D4
(206,229,212)
#DBEDE0
(219,237,224)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A574; }

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

This text font color is #66A574.

Background Color

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

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

This div background color is #66A574.

Border color

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

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

This div border color is #66A574.

Opacity

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

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

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

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

This text has shadow with #66A574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A574.

Preview

Color preview on black background

This text has color #66A574 on black background.


Color preview on white background

This text has color #66A574 on white background.


Black color preview on #66A574 background

This text has black color on #66A574 background.


White color preview on #66A574 background

This text has white color on #66A574 background.


Related colors

Complementary color

Complementary color for #hex is #995A8B.


I love getcolorcode.com

Triadic colors

1 #7466A5 and #A57466 with #66A574 are triadic colors.

2 #74A566 and #A56674 with #66A574 are triadic colors.