#568670

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

Shades of Cutty Sark #568670

Tints of Cutty Sark #568670

Color information

#568670 (or 0x568670) is unknown color: approx Cutty Sark. HEX triplet: 56, 86 and 70. RGB value is (86,134,112). Sum of RGB (Red+Green+Blue) = 86+134+112=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #568670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568670 is #A9798F. Grayscale: #757575. Windows color (decimal): -11106704 or 7374422. OLE color: 7374422.

HSL color Cylindrical-coordinate representation of color #568670: hue angle of 152.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 #568670 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB86134112-
CMYK0.3600.160.47
HSL152.5º21.82%43.14%-
HSV(B)152.5º35.82%52.55%-
XYZ15.2920.218.42-
YUV117.14125.1105.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=25.90%
G=40.36%
B=33.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861341120.3600.160.47152.521.8243.14
Hex568670240102F98162b
Octal12620616044020572302653
Binary10101101000011011100001001000100001011111001100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568670; }

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

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

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

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

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

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

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

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