#568B70

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

Shades of Cutty Sark #568B70

Tints of Cutty Sark #568B70

Color information

#568B70 (or 0x568B70) is unknown color: approx Cutty Sark. HEX triplet: 56, 8B and 70. RGB value is (86,139,112). Sum of RGB (Red+Green+Blue) = 86+139+112=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #568B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B70 is #A9748F. Grayscale: #787878. Windows color (decimal): -11105424 or 7375702. OLE color: 7375702.

HSL color Cylindrical-coordinate representation of color #568B70: hue angle of 149.43º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B70 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB86139112-
CMYK0.3800.190.45
HSL149.43º23.56%44.12%-
HSV(B)149.43º38.13%54.51%-
XYZ1621.6118.66-
YUV120.07123.44103.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=25.52%
G=41.25%
B=33.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861391120.3800.190.45149.4323.5644.12
Hex568B70260132D95182c
Octal12621316046023552253054
Binary10101101000101111100001001100100111011011001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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