#568F70

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

Shades of Cutty Sark #568F70

Tints of Cutty Sark #568F70

Color information

#568F70 (or 0x568F70) is unknown color: approx Cutty Sark. HEX triplet: 56, 8F and 70. RGB value is (86,143,112). Sum of RGB (Red+Green+Blue) = 86+143+112=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #568F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F70 is #A9708F. Grayscale: #7A7A7A. Windows color (decimal): -11104400 or 7376726. OLE color: 7376726.

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

Color convert

RGB86143112-
CMYK0.4000.220.44
HSL147.37º24.89%44.9%-
HSV(B)147.37º39.86%56.08%-
XYZ16.5822.7918.85-
YUV122.42122.12102.02-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=25.22%
G=41.94%
B=32.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861431120.4000.220.44147.3724.8944.9
Hex568F70280162C93192d
Octal12621716050026542233155
Binary10101101000111111100001010000101101011001001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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