COLOR #56AA66

HEX: #56AA66
RGB: (86,170,102)

Color info

#56AA66 contains mainly green color. Web safe color of #56AA66 is #669966 (or #696).

RGB color model

#56AA66 color RGB value is (86,170,102).

  • red value is 86;
  • green value is 170;
  • blue value is 102.
RGB:
(86,170,102)
(34%,67%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 170 of 255 = 67%
B 102 of 255 = 40%

86
170
102

R + G + B ~ 47%. #56AA66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 170 + 102 = 358 (100%)
R 86 of 358 ~ 24.02%
G 170 of 358 ~ 47.49%
B 102 of 358 ~ 28.49%

%24.02
%47.49
%28.49

CMYK color model

#56AA66 color CMYK value is (49,0,40,33).

  • cyan value is 49.41%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 33.33%
CMYK:
(49,0,40,33)
C49M0Y40K33 
(49%,0%,40%,33%)
(0.49/0.00/0.40/0.33)	

CMYK percentages

%49.41
%0
%40
%33.33

Codes

Color #56AA66 in popluar color models

56AA66
RGB86170102
HSL131°33.07%50.20%
HSB/HSV131°49.41%66.67%
CMYK49.41%0.00%40.00%
33.33%

Color #56AA66 in popluar number systems.

HEX56AA66
Decimal86170102
Binary1010110101010101100110
Octal126252146

Shades and tints

Shades of #56AA66

#56AA66
(86,170,102)
#4F9B5D
(79,155,93)
#488C54
(72,140,84)
#417D4B
(65,125,75)
#3A6E42
(58,110,66)
#335F39
(51,95,57)
#2C5030
(44,80,48)
#254127
(37,65,39)
#1E321E
(30,50,30)
#172315
(23,35,21)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #56AA66

#56AA66
(86,170,102)
#65B173
(101,177,115)
#74B880
(116,184,128)
#83BF8D
(131,191,141)
#92C69A
(146,198,154)
#A1CDA7
(161,205,167)
#B0D4B4
(176,212,180)
#BFDBC1
(191,219,193)
#CEE2CE
(206,226,206)
#DDE9DB
(221,233,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56AA66 color. Also use rgb(86,170,102) instead hex code.

Text Font Color

.myTextColor { color: #56AA66; }

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

This text font color is #56AA66.


Background Color

.myBgColor { background-color: #56AA66; }

<div style="background-color:#56AA66">Inner text</div>

This div background color is #56AA66.


Border color

.myBorderColor { border: 1px solid #56AA66; }

<div style="border:3px solid #56AA66">Div</div>

This div border color is #56AA66.


Opacity

.myOpacity80 { color: #56AA66; opacity: 0.8; }

<p style="color:#56AA66;opacity:0.8;">80%</p>

Text with #56AA66 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 #56AA66;}

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

This text has shadow with #56AA66 color.

.textShadow {text-shadow: 3px 3px 1px #56AA66, 3px 3px 1px red;}

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

This text has shadow with #56AA66 primary color and red secondary color.


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

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

This text has shadow with #56AA66 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56AA66;
-webkit-box-shadow: 1px 1px 3px 2px #56AA66;
box-shadow:1px 1px 3px 2px #56AA66;">
Div content here</div>
This div box has shadow with color #56AA66.

Preview

Color preview on black background

This text has color #56AA66 on black background.


Color preview on white background

This text has color #56AA66 on white background.



Black color preview on #56AA66 background

This text has black color on #56AA66 background.


White color preview on #56AA66 background

This text has white color on #56AA66 background.