#568678

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

Shades of Cutty Sark #568678

Tints of Cutty Sark #568678

Color information

#568678 (or 0x568678) is unknown color: approx Cutty Sark. HEX triplet: 56, 86 and 78. RGB value is (86,134,120). Sum of RGB (Red+Green+Blue) = 86+134+120=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #568678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568678 is #A97987. Grayscale: #767676. Windows color (decimal): -11106696 or 7898710. OLE color: 7898710.

HSL color Cylindrical-coordinate representation of color #568678: hue angle of 162.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568678 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB86134120-
CMYK0.3600.100.47
HSL162.5º21.82%43.14%-
HSV(B)162.5º35.82%52.55%-
XYZ15.7520.3820.87-
YUV118.05129.1105.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=25.29%
G=39.41%
B=35.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341200.3600.100.47162.521.8243.14
Hex568678240A2Fa2162b
Octal12620617044012572422653
Binary1010110100001101111000100100010101011111010001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568678; }

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

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

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

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

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

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

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

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