COLOR #66B471

HEX: #66B471 RGB: (102,180,113)

Color info

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

RGB color model

#66B471 color RGB value is (102,180,113).

RGB: (102,180,113) (40%, 71%, 44%)

RGB channels and saturation

R 102 of 255 = 40%
G 180 of 255 = 71%
B 113 of 255 = 44%

102
180
113

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

Portions of RGB colors in percentages

R + G + B = 102 + 180 + 113 = 395 (100%)
R 102 of 395 ~ 25.82%
G 180 of 395 ~ 45.57%
B 113 of 395 ~ 28.61'%

%25.82
%45.57
%28.61

CMYK color model

#66B471 color CMYK value is (43,0,37,29).

  • cyan value is 43.33%
  • magenta value is 0.00%
  • yellow value is 37.22%
  • key color value is 29.41%

CMYK: (43,0,37,29)
C43M0Y37K29 (43%, 0%, 37%, 29%)
(0.43 / 0.00 / 0.37 / 0.29)

CMYK percentages

%43.33
%0
%37.22
%29.41

Codes

Color #66B471 in popluar color models

66 B4 71
RGB 102 180 113
HSL 128° 34.21% 55.29%
HSB/HSV 128° 43.33% 70.59%
CMYK 43.33% 0.00% 37.22%
29.41%

Color #66B471 in popluar number systems.

HEX 66 B4 71
Decimal 102 180 113
Binary 1100110 10110100 1110001
Octal 146 264 161

Shades and tints

Shades of #66B471

#66B471
(102,180,113)
#5DA467
(93,164,103)
#54945D
(84,148,93)
#4B8453
(75,132,83)
#427449
(66,116,73)
#39643F
(57,100,63)
#305435
(48,84,53)
#27442B
(39,68,43)
#1E3421
(30,52,33)
#152417
(21,36,23)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #66B471

#66B471
(102,180,113)
#73BA7D
(115,186,125)
#80C089
(128,192,137)
#8DC695
(141,198,149)
#9ACCA1
(154,204,161)
#A7D2AD
(167,210,173)
#B4D8B9
(180,216,185)
#C1DEC5
(193,222,197)
#CEE4D1
(206,228,209)
#DBEADD
(219,234,221)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66B471; }

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

This text font color is #66B471.

Background Color

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

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

This div background color is #66B471.

Border color

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

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

This div border color is #66B471.

Opacity

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

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

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

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

This text has shadow with #66B471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B471.

Preview

Color preview on black background

This text has color #66B471 on black background.


Color preview on white background

This text has color #66B471 on white background.


Black color preview on #66B471 background

This text has black color on #66B471 background.


White color preview on #66B471 background

This text has white color on #66B471 background.


Related colors

Complementary color

Complementary color for #hex is #994B8E.


I love getcolorcode.com

Triadic colors

1 #7166B4 and #B47166 with #66B471 are triadic colors.

2 #71B466 and #B46671 with #66B471 are triadic colors.