COLOR #56B579

HEX: #56B579 RGB: (86,181,121)

Color info

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

RGB color model

#56B579 color RGB value is (86,181,121).

RGB: (86,181,121) (34%, 71%, 47%)

RGB channels and saturation

R 86 of 255 = 34%
G 181 of 255 = 71%
B 121 of 255 = 47%

86
181
121

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

Portions of RGB colors in percentages

R + G + B = 86 + 181 + 121 = 388 (100%)
R 86 of 388 ~ 22.16%
G 181 of 388 ~ 46.65%
B 121 of 388 ~ 31.19'%

%22.16
%46.65
%31.19

CMYK color model

#56B579 color CMYK value is (52,0,33,29).

  • cyan value is 52.49%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 29.02%

CMYK: (52,0,33,29)
C52M0Y33K29 (52%, 0%, 33%, 29%)
(0.52 / 0.00 / 0.33 / 0.29)

CMYK percentages

%52.49
%0
%33.15
%29.02

Codes

Color #56B579 in popluar color models

56 B5 79
RGB 86 181 121
HSL 142° 39.09% 52.35%
HSB/HSV 142° 52.49% 70.98%
CMYK 52.49% 0.00% 33.15%
29.02%

Color #56B579 in popluar number systems.

HEX 56 B5 79
Decimal 86 181 121
Binary 1010110 10110101 1111001
Octal 126 265 171

Shades and tints

Shades of #56B579

#56B579
(86,181,121)
#4FA56E
(79,165,110)
#489563
(72,149,99)
#418558
(65,133,88)
#3A754D
(58,117,77)
#336542
(51,101,66)
#2C5537
(44,85,55)
#25452C
(37,69,44)
#1E3521
(30,53,33)
#172516
(23,37,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #56B579

#56B579
(86,181,121)
#65BB85
(101,187,133)
#74C191
(116,193,145)
#83C79D
(131,199,157)
#92CDA9
(146,205,169)
#A1D3B5
(161,211,181)
#B0D9C1
(176,217,193)
#BFDFCD
(191,223,205)
#CEE5D9
(206,229,217)
#DDEBE5
(221,235,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B579 color. Also use rgb(86,181,121) instead hex code.

Text Font Color

.myTextColor { color: #56B579; }

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

This text font color is #56B579.

Background Color

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

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

This div background color is #56B579.

Border color

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

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

This div border color is #56B579.

Opacity

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

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

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

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

This text has shadow with #56B579 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56B579.

Preview

Color preview on black background

This text has color #56B579 on black background.


Color preview on white background

This text has color #56B579 on white background.


Black color preview on #56B579 background

This text has black color on #56B579 background.


White color preview on #56B579 background

This text has white color on #56B579 background.


Related colors

Complementary color

Complementary color for #hex is #A94A86.


I love getcolorcode.com

Triadic colors

1 #7956B5 and #B57956 with #56B579 are triadic colors.

2 #79B556 and #B55679 with #56B579 are triadic colors.