COLOR #66A27A

HEX: #66A27A RGB: (102,162,122)

Color info

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

RGB color model

#66A27A color RGB value is (102,162,122).

RGB: (102,162,122) (40%, 64%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 162 of 255 = 64%
B 122 of 255 = 48%

102
162
122

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

Portions of RGB colors in percentages

R + G + B = 102 + 162 + 122 = 386 (100%)
R 102 of 386 ~ 26.42%
G 162 of 386 ~ 41.97%
B 122 of 386 ~ 31.61'%

%26.42
%41.97
%31.61

CMYK color model

#66A27A color CMYK value is (37,0,25,36).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 36.47%

CMYK: (37,0,25,36)
C37M0Y25K36 (37%, 0%, 25%, 36%)
(0.37 / 0.00 / 0.25 / 0.36)

CMYK percentages

%37.04
%0
%24.69
%36.47

Codes

Color #66A27A in popluar color models

66 A2 7A
RGB 102 162 122
HSL 140° 24.39% 51.76%
HSB/HSV 140° 37.04% 63.53%
CMYK 37.04% 0.00% 24.69%
36.47%

Color #66A27A in popluar number systems.

HEX 66 A2 7A
Decimal 102 162 122
Binary 1100110 10100010 1111010
Octal 146 242 172

Shades and tints

Shades of #66A27A

#66A27A
(102,162,122)
#5D946F
(93,148,111)
#548664
(84,134,100)
#4B7859
(75,120,89)
#426A4E
(66,106,78)
#395C43
(57,92,67)
#304E38
(48,78,56)
#27402D
(39,64,45)
#1E3222
(30,50,34)
#152417
(21,36,23)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #66A27A

#66A27A
(102,162,122)
#73AA86
(115,170,134)
#80B292
(128,178,146)
#8DBA9E
(141,186,158)
#9AC2AA
(154,194,170)
#A7CAB6
(167,202,182)
#B4D2C2
(180,210,194)
#C1DACE
(193,218,206)
#CEE2DA
(206,226,218)
#DBEAE6
(219,234,230)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A27A color. Also use rgb(102,162,122) instead hex code.

Text Font Color

.myTextColor { color: #66A27A; }

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

This text font color is #66A27A.

Background Color

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

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

This div background color is #66A27A.

Border color

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

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

This div border color is #66A27A.

Opacity

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

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

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

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

This text has shadow with #66A27A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A27A.

Preview

Color preview on black background

This text has color #66A27A on black background.


Color preview on white background

This text has color #66A27A on white background.


Black color preview on #66A27A background

This text has black color on #66A27A background.


White color preview on #66A27A background

This text has white color on #66A27A background.


Related colors

Complementary color

Complementary color for #hex is #995D85.


I love getcolorcode.com

Triadic colors

1 #7A66A2 and #A27A66 with #66A27A are triadic colors.

2 #7AA266 and #A2667A with #66A27A are triadic colors.