COLOR #568E70

HEX: #568E70
RGB: (86,142,112)

Color info

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

RGB color model

#568E70 color RGB value is (86,142,112).

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

RGB channels and saturation

R 86 of 255 = 34%
G 142 of 255 = 56%
B 112 of 255 = 44%

86
142
112

R + G + B ~ 45%. #568E70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 142 + 112 = 340 (100%)
R 86 of 340 ~ 25.29%
G 142 of 340 ~ 41.76%
B 112 of 340 ~ 32.94%

%25.29
%41.76
%32.94

CMYK color model

#568E70 color CMYK value is (39,0,21,44).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 21.13%
  • key color value is 44.31%
CMYK:
(39,0,21,44)
C39M0Y21K44 
(39%,0%,21%,44%)
(0.39/0.00/0.21/0.44)	

CMYK percentages

%39.44
%0
%21.13
%44.31

Codes

Color #568E70 in popluar color models

568E70
RGB86142112
HSL148°24.56%44.71%
HSB/HSV148°39.44%55.69%
CMYK39.44%0.00%21.13%
44.31%

Color #568E70 in popluar number systems.

HEX568E70
Decimal86142112
Binary1010110100011101110000
Octal126216160

Shades and tints

Shades of #568E70

#568E70
(86,142,112)
#4F8266
(79,130,102)
#48765C
(72,118,92)
#416A52
(65,106,82)
#3A5E48
(58,94,72)
#33523E
(51,82,62)
#2C4634
(44,70,52)
#253A2A
(37,58,42)
#1E2E20
(30,46,32)
#172216
(23,34,22)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #568E70

#568E70
(86,142,112)
#65987D
(101,152,125)
#74A28A
(116,162,138)
#83AC97
(131,172,151)
#92B6A4
(146,182,164)
#A1C0B1
(161,192,177)
#B0CABE
(176,202,190)
#BFD4CB
(191,212,203)
#CEDED8
(206,222,216)
#DDE8E5
(221,232,229)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #568E70; }

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

This text font color is #568E70.


Background Color

.myBgColor { background-color: #568E70; }

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

This div background color is #568E70.


Border color

.myBorderColor { border: 1px solid #568E70; }

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

This div border color is #568E70.


Opacity

.myOpacity80 { color: #568E70; opacity: 0.8; }

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

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

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

This text has shadow with #568E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #568E70 on black background.


Color preview on white background

This text has color #568E70 on white background.



Black color preview on #568E70 background

This text has black color on #568E70 background.


White color preview on #568E70 background

This text has white color on #568E70 background.