COLOR #66BA71

HEX: #66BA71 RGB: (102,186,113)

Color info

#66BA71 contains mainly green color. Web safe color of #66BA71 is #66CC66 (or #6C6).

RGB color model

#66BA71 color RGB value is (102,186,113).

RGB: (102,186,113) (40%, 73%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 186 of 255 = 73%
B 113 of 255 = 44%

102
186
113

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

Portions of RGB colors in percentages

R + G + B = 102 + 186 + 113 = 401 (100%)
R 102 of 401 ~ 25.44%
G 186 of 401 ~ 46.38%
B 113 of 401 ~ 28.18'%

%25.44
%46.38
%28.18

CMYK color model

#66BA71 color CMYK value is (45,0,39,27).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 39.25%
  • key color value is 27.06%

CMYK: (45,0,39,27)
C45M0Y39K27 (45%, 0%, 39%, 27%)
(0.45 / 0.00 / 0.39 / 0.27)

CMYK percentages

%45.16
%0
%39.25
%27.06

Codes

Color #66BA71 in popluar color models

66 BA 71
RGB 102 186 113
HSL 128° 37.84% 56.47%
HSB/HSV 128° 45.16% 72.94%
CMYK 45.16% 0.00% 39.25%
27.06%

Color #66BA71 in popluar number systems.

HEX 66 BA 71
Decimal 102 186 113
Binary 1100110 10111010 1110001
Octal 146 272 161

Shades and tints

Shades of #66BA71

#66BA71
(102,186,113)
#5DAA67
(93,170,103)
#549A5D
(84,154,93)
#4B8A53
(75,138,83)
#427A49
(66,122,73)
#396A3F
(57,106,63)
#305A35
(48,90,53)
#274A2B
(39,74,43)
#1E3A21
(30,58,33)
#152A17
(21,42,23)
#0C1A0D
(12,26,13)
#000000
(0,0,0)

Tints of #66BA71

#66BA71
(102,186,113)
#73C07D
(115,192,125)
#80C689
(128,198,137)
#8DCC95
(141,204,149)
#9AD2A1
(154,210,161)
#A7D8AD
(167,216,173)
#B4DEB9
(180,222,185)
#C1E4C5
(193,228,197)
#CEEAD1
(206,234,209)
#DBF0DD
(219,240,221)
#E8F6E9
(232,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BA71 color. Also use rgb(102,186,113) instead hex code.

Text Font Color

.myTextColor { color: #66BA71; }

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

This text font color is #66BA71.

Background Color

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

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

This div background color is #66BA71.

Border color

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

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

This div border color is #66BA71.

Opacity

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

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

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

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

This text has shadow with #66BA71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BA71.

Preview

Color preview on black background

This text has color #66BA71 on black background.


Color preview on white background

This text has color #66BA71 on white background.


Black color preview on #66BA71 background

This text has black color on #66BA71 background.


White color preview on #66BA71 background

This text has white color on #66BA71 background.


Related colors

Complementary color

Complementary color for #hex is #99458E.


I love getcolorcode.com

Triadic colors

1 #7166BA and #BA7166 with #66BA71 are triadic colors.

2 #71BA66 and #BA6671 with #66BA71 are triadic colors.