#568A73

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

Shades of Cutty Sark #568A73

Tints of Cutty Sark #568A73

Color information

#568A73 (or 0x568A73) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 73. RGB value is (86,138,115). Sum of RGB (Red+Green+Blue) = 86+138+115=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #568A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A73 is #A9758C. Grayscale: #777777. Windows color (decimal): -11105677 or 7572054. OLE color: 7572054.

HSL color Cylindrical-coordinate representation of color #568A73: hue angle of 153.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568A73 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB86138115-
CMYK0.3800.170.46
HSL153.46º23.21%43.92%-
HSV(B)153.46º37.68%54.12%-
XYZ16.0221.3919.5-
YUV119.83125.27103.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=25.37%
G=40.71%
B=33.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381150.3800.170.46153.4623.2143.92
Hex568A73260112E99172c
Octal12621216346021562312754
Binary10101101000101011100111001100100011011101001100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,138,115); }

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

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

 a { background-color: rgb(86,138,115); }

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

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

 span { border-color: rgb(86,138,115); }

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