COLOR #568970

HEX: #568970
RGB: (86,137,112)

Color info

#568970 contains red, green and blue colors in about the same proportion. Web safe color of #568970 is #669966 (or #696).

RGB color model

#568970 color RGB value is (86,137,112).

  • red value is 86;
  • green value is 137;
  • blue value is 112.
RGB:
(86,137,112)
(34%,54%,44%)

RGB channels and saturation

R 86 of 255 = 34%
G 137 of 255 = 54%
B 112 of 255 = 44%

86
137
112

R + G + B ~ 44%. #568970 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 137 + 112 = 335 (100%)
R 86 of 335 ~ 25.67%
G 137 of 335 ~ 40.9%
B 112 of 335 ~ 33.43%

%25.67
%40.9
%33.43

CMYK color model

#568970 color CMYK value is (37,0,18,46).

  • cyan value is 37.23%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(37,0,18,46)
C37M0Y18K46 
(37%,0%,18%,46%)
(0.37/0.00/0.18/0.46)	

CMYK percentages

%37.23
%0
%18.25
%46.27

Codes

Color #568970 in popluar color models

568970
RGB86137112
HSL151°22.87%43.73%
HSB/HSV151°37.23%53.73%
CMYK37.23%0.00%18.25%
46.27%

Color #568970 in popluar number systems.

HEX568970
Decimal86137112
Binary1010110100010011110000
Octal126211160

Shades and tints

Shades of #568970

#568970
(86,137,112)
#4F7D66
(79,125,102)
#48715C
(72,113,92)
#416552
(65,101,82)
#3A5948
(58,89,72)
#334D3E
(51,77,62)
#2C4134
(44,65,52)
#25352A
(37,53,42)
#1E2920
(30,41,32)
#171D16
(23,29,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #568970

#568970
(86,137,112)
#65937D
(101,147,125)
#749D8A
(116,157,138)
#83A797
(131,167,151)
#92B1A4
(146,177,164)
#A1BBB1
(161,187,177)
#B0C5BE
(176,197,190)
#BFCFCB
(191,207,203)
#CED9D8
(206,217,216)
#DDE3E5
(221,227,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #568970 color. Also use rgb(86,137,112) instead hex code.

Text Font Color

.myTextColor { color: #568970; }

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

This text font color is #568970.


Background Color

.myBgColor { background-color: #568970; }

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

This div background color is #568970.


Border color

.myBorderColor { border: 1px solid #568970; }

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

This div border color is #568970.


Opacity

.myOpacity80 { color: #568970; opacity: 0.8; }

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

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

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

This text has shadow with #568970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568970 on black background.


Color preview on white background

This text has color #568970 on white background.



Black color preview on #568970 background

This text has black color on #568970 background.


White color preview on #568970 background

This text has white color on #568970 background.