#568A76

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

Shades of Cutty Sark #568A76

Tints of Cutty Sark #568A76

Color information

#568A76 (or 0x568A76) is unknown color: approx Cutty Sark. HEX triplet: 56, 8A and 76. RGB value is (86,138,118). Sum of RGB (Red+Green+Blue) = 86+138+118=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #568A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A76 is #A97589. Grayscale: #787878. Windows color (decimal): -11105674 or 7768662. OLE color: 7768662.

HSL color Cylindrical-coordinate representation of color #568A76: hue angle of 156.92º 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 #568A76 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB86138118-
CMYK0.3800.140.46
HSL156.92º23.21%43.92%-
HSV(B)156.92º37.68%54.12%-
XYZ16.221.4620.43-
YUV120.17126.77103.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 138 (54.30% from 255) = 40.35%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=25.15%
G=40.35%
B=34.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381180.3800.140.46156.9223.2143.92
Hex568A76260E2E9d172c
Octal12621216646016562352754
Binary1010110100010101110110100110011101011101001110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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