COLOR #66B57A

HEX: #66B57A RGB: (102,181,122)

Color info

#66B57A contains mainly green and blue colors. Web safe color of #66B57A is #66CC66 (or #6C6).

RGB color model

#66B57A color RGB value is (102,181,122).

RGB: (102,181,122) (40%, 71%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 181 of 255 = 71%
B 122 of 255 = 48%

102
181
122

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

Portions of RGB colors in percentages

R + G + B = 102 + 181 + 122 = 405 (100%)
R 102 of 405 ~ 25.19%
G 181 of 405 ~ 44.69%
B 122 of 405 ~ 30.12'%

%25.19
%44.69
%30.12

CMYK color model

#66B57A color CMYK value is (44,0,33,29).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 32.60%
  • key color value is 29.02%

CMYK: (44,0,33,29)
C44M0Y33K29 (44%, 0%, 33%, 29%)
(0.44 / 0.00 / 0.33 / 0.29)

CMYK percentages

%43.65
%0
%32.6
%29.02

Codes

Color #66B57A in popluar color models

66 B5 7A
RGB 102 181 122
HSL 135° 34.80% 55.49%
HSB/HSV 135° 43.65% 70.98%
CMYK 43.65% 0.00% 32.60%
29.02%

Color #66B57A in popluar number systems.

HEX 66 B5 7A
Decimal 102 181 122
Binary 1100110 10110101 1111010
Octal 146 265 172

Shades and tints

Shades of #66B57A

#66B57A
(102,181,122)
#5DA56F
(93,165,111)
#549564
(84,149,100)
#4B8559
(75,133,89)
#42754E
(66,117,78)
#396543
(57,101,67)
#305538
(48,85,56)
#27452D
(39,69,45)
#1E3522
(30,53,34)
#152517
(21,37,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #66B57A

#66B57A
(102,181,122)
#73BB86
(115,187,134)
#80C192
(128,193,146)
#8DC79E
(141,199,158)
#9ACDAA
(154,205,170)
#A7D3B6
(167,211,182)
#B4D9C2
(180,217,194)
#C1DFCE
(193,223,206)
#CEE5DA
(206,229,218)
#DBEBE6
(219,235,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B57A; }

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

This text font color is #66B57A.

Background Color

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

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

This div background color is #66B57A.

Border color

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

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

This div border color is #66B57A.

Opacity

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

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

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

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

This text has shadow with #66B57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B57A.

Preview

Color preview on black background

This text has color #66B57A on black background.


Color preview on white background

This text has color #66B57A on white background.


Black color preview on #66B57A background

This text has black color on #66B57A background.


White color preview on #66B57A background

This text has white color on #66B57A background.


Related colors

Complementary color

Complementary color for #hex is #994A85.


I love getcolorcode.com

Triadic colors

1 #7A66B5 and #B57A66 with #66B57A are triadic colors.

2 #7AB566 and #B5667A with #66B57A are triadic colors.