COLOR #66A056

HEX: #66A056 RGB: (102,160,86)

Color info

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

RGB color model

#66A056 color RGB value is (102,160,86).

RGB: (102,160,86) (40%, 63%, 34%)

RGB channels and saturation

R 102 of 255 = 40%
G 160 of 255 = 63%
B 86 of 255 = 34%

102
160
86

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

Portions of RGB colors in percentages

R + G + B = 102 + 160 + 86 = 348 (100%)
R 102 of 348 ~ 29.31%
G 160 of 348 ~ 45.98%
B 86 of 348 ~ 24.71'%

%29.31
%45.98
%24.71

CMYK color model

#66A056 color CMYK value is (36,0,46,37).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 37.25%

CMYK: (36,0,46,37)
C36M0Y46K37 (36%, 0%, 46%, 37%)
(0.36 / 0.00 / 0.46 / 0.37)

CMYK percentages

%36.25
%0
%46.25
%37.25

Codes

Color #66A056 in popluar color models

66 A0 56
RGB 102 160 86
HSL 107° 30.08% 48.24%
HSB/HSV 107° 46.25% 62.75%
CMYK 36.25% 0.00% 46.25%
37.25%

Color #66A056 in popluar number systems.

HEX 66 A0 56
Decimal 102 160 86
Binary 1100110 10100000 1010110
Octal 146 240 126

Shades and tints

Shades of #66A056

#66A056
(102,160,86)
#5D924F
(93,146,79)
#548448
(84,132,72)
#4B7641
(75,118,65)
#42683A
(66,104,58)
#395A33
(57,90,51)
#304C2C
(48,76,44)
#273E25
(39,62,37)
#1E301E
(30,48,30)
#152217
(21,34,23)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #66A056

#66A056
(102,160,86)
#73A865
(115,168,101)
#80B074
(128,176,116)
#8DB883
(141,184,131)
#9AC092
(154,192,146)
#A7C8A1
(167,200,161)
#B4D0B0
(180,208,176)
#C1D8BF
(193,216,191)
#CEE0CE
(206,224,206)
#DBE8DD
(219,232,221)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66A056 color. Also use rgb(102,160,86) instead hex code.

Text Font Color

.myTextColor { color: #66A056; }

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

This text font color is #66A056.

Background Color

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

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

This div background color is #66A056.

Border color

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

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

This div border color is #66A056.

Opacity

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

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

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

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

This text has shadow with #66A056 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A056.

Preview

Color preview on black background

This text has color #66A056 on black background.


Color preview on white background

This text has color #66A056 on white background.


Black color preview on #66A056 background

This text has black color on #66A056 background.


White color preview on #66A056 background

This text has white color on #66A056 background.


Related colors

Complementary color

Complementary color for #hex is #995FA9.


I love getcolorcode.com

Triadic colors

1 #5666A0 and #A05666 with #66A056 are triadic colors.

2 #56A066 and #A06656 with #66A056 are triadic colors.