#568C78

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

Shades of Cutty Sark #568C78

Tints of Cutty Sark #568C78

Color information

#568C78 (or 0x568C78) is unknown color: approx Cutty Sark. HEX triplet: 56, 8C and 78. RGB value is (86,140,120). Sum of RGB (Red+Green+Blue) = 86+140+120=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #568C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C78 is #A97387. Grayscale: #797979. Windows color (decimal): -11105160 or 7900246. OLE color: 7900246.

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

Color convert

RGB86140120-
CMYK0.3900.140.45
HSL157.78º23.89%44.31%-
HSV(B)157.78º38.57%54.9%-
XYZ16.6122.0921.16-
YUV121.57127.11102.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.86%
GREEN value IS 140 (55.08% from 255) = 40.46%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=24.86%
G=40.46%
B=34.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861401200.3900.140.45157.7823.8944.31
Hex568C78270E2D9e182c
Octal12621417047016552363054
Binary1010110100011001111000100111011101011011001111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,140,120); }

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

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

 a { background-color: rgb(86,140,120); }

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

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

 span { border-color: rgb(86,140,120); }

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