#568E70

Color #568E70 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #568E70

Tints of Cutty Sark #568E70

Color information

#568E70 (or 0x568E70) is unknown color: approx Cutty Sark. HEX triplet: 56, 8E and 70. RGB value is (86,142,112). Sum of RGB (Red+Green+Blue) = 86+142+112=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 142 (55.86% from 255 or 41.76% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 142 - color contains mainly: green. Hex color #568E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568E70 is #A9718F. Grayscale: #797979. Windows color (decimal): -11104656 or 7376470. OLE color: 7376470.

HSL color Cylindrical-coordinate representation of color #568E70: hue angle of 147.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568E70 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB86142112-
CMYK0.3900.210.44
HSL147.86º24.56%44.71%-
HSV(B)147.86º39.44%55.69%-
XYZ16.4422.4918.8-
YUV121.84122.45102.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 142 (55.86% from 255) = 41.76%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=25.29%
G=41.76%
B=32.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861421120.3900.210.44147.8624.5644.71
Hex568E70270152C94192d
Octal12621616047025542243155
Binary10101101000111011100001001110101011011001001010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568E70; }

 p { color: rgb(86,142,112); }

 H1.HeaderClassName
 {
   color: #568E70;
 }
 .AnyTagClassName
 {
   color: #568E70;
 }
</style>
background-color css

<style>
 a { background-color: #568E70; }

 a { background-color: rgb(86,142,112); }

 div.DivClassName
 {
   background-color: #568E70;
 }
 .BgClassName
 {
   background-color: #568E70;
 }
</style>
border-color css

<style>
 span { border-color: #568E70; }

 span { border-color: rgb(86,142,112); }

 td.TdClassName
 {
   border-color: #568E70;
 }
 .TagClassName
 {
   border-color: #568E70;
 }
</style>