COLOR #66A781

HEX: #66A781 RGB: (102,167,129)

Color info

#66A781 contains mainly green and blue colors. Web safe color of #66A781 is #669999 (or #699).

RGB color model

#66A781 color RGB value is (102,167,129).

RGB: (102,167,129) (40%, 65%, 51%)

RGB channels and saturation

R 102 of 255 = 40%
G 167 of 255 = 65%
B 129 of 255 = 51%

102
167
129

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

Portions of RGB colors in percentages

R + G + B = 102 + 167 + 129 = 398 (100%)
R 102 of 398 ~ 25.63%
G 167 of 398 ~ 41.96%
B 129 of 398 ~ 32.41'%

%25.63
%41.96
%32.41

CMYK color model

#66A781 color CMYK value is (39,0,23,35).

  • cyan value is 38.92%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%
CMYK: (39,0,23,35) C39M0Y23K35 (39%,0%,23%,35%) (0.39/0.00/0.23/0.35) 

CMYK percentages

%38.92
%0
%22.75
%34.51

Codes

Color #66A781 in popluar color models

66 A7 81
RGB 102 167 129
HSL 145° 26.97% 52.75%
HSB/HSV 145° 38.92% 65.49%
CMYK 38.92% 0.00% 22.75%
34.51%

Color #66A781 in popluar number systems.

HEX 66 A7 81
Decimal 102 167 129
Binary 1100110 10100111 10000001
Octal 146 247 201

Shades and tints

Shades of #66A781

#66A781
(102,167,129)
#5D9876
(93,152,118)
#54896B
(84,137,107)
#4B7A60
(75,122,96)
#426B55
(66,107,85)
#395C4A
(57,92,74)
#304D3F
(48,77,63)
#273E34
(39,62,52)
#1E2F29
(30,47,41)
#15201E
(21,32,30)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #66A781

#66A781
(102,167,129)
#73AF8C
(115,175,140)
#80B797
(128,183,151)
#8DBFA2
(141,191,162)
#9AC7AD
(154,199,173)
#A7CFB8
(167,207,184)
#B4D7C3
(180,215,195)
#C1DFCE
(193,223,206)
#CEE7D9
(206,231,217)
#DBEFE4
(219,239,228)
#E8F7EF
(232,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A781 color. Also use rgb(102,167,129) instead hex code.

Text Font Color

.myTextColor { color: #66A781; }

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

This text font color is #66A781.

Background Color

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

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

This div background color is #66A781.

Border color

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

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

This div border color is #66A781.

Opacity

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

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

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

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

This text has shadow with #66A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A781.

Preview

Color preview on black background

This text has color #66A781 on black background.


Color preview on white background

This text has color #66A781 on white background.


Black color preview on #66A781 background

This text has black color on #66A781 background.


White color preview on #66A781 background

This text has white color on #66A781 background.


Related colors

Complementary color

Complementary color for #hex is #99587E.


I love getcolorcode.com

Triadic colors

1 #8166A7 and #A78166 with #66A781 are triadic colors.

2 #81A766 and #A76681 with #66A781 are triadic colors.