#568C6C

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

Shades of Cutty Sark #568C6C

Tints of Cutty Sark #568C6C

Color information

#568C6C (or 0x568C6C) is unknown color: approx Cutty Sark. HEX triplet: 56, 8C and 6C. RGB value is (86,140,108). Sum of RGB (Red+Green+Blue) = 86+140+108=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 140 - color contains mainly: green. Hex color #568C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C6C is #A97393. Grayscale: #787878. Windows color (decimal): -11105172 or 7113814. OLE color: 7113814.

HSL color Cylindrical-coordinate representation of color #568C6C: hue angle of 144.44º 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 #568C6C is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB86140108-
CMYK0.3900.230.45
HSL144.44º23.89%44.31%-
HSV(B)144.44º38.57%54.9%-
XYZ15.9221.8217.56-
YUV120.21121.11103.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.75%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=25.75%
G=41.92%
B=32.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861401080.3900.230.45144.4423.8944.31
Hex568C6C270172D90182c
Octal12621415447027552203054
Binary10101101000110011011001001110101111011011001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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