#568F72

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

Shades of Cutty Sark #568F72

Tints of Cutty Sark #568F72

Color information

#568F72 (or 0x568F72) is unknown color: approx Cutty Sark. HEX triplet: 56, 8F and 72. RGB value is (86,143,114). Sum of RGB (Red+Green+Blue) = 86+143+114=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #568F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F72 is #A9708D. Grayscale: #7A7A7A. Windows color (decimal): -11104398 or 7507798. OLE color: 7507798.

HSL color Cylindrical-coordinate representation of color #568F72: hue angle of 149.47º 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 #568F72 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB86143114-
CMYK0.4000.200.44
HSL149.47º24.89%44.9%-
HSV(B)149.47º39.86%56.08%-
XYZ16.722.8419.45-
YUV122.65123.12101.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 114 (44.92% from 255) = 33.24%
R=25.07%
G=41.69%
B=33.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861431140.4000.200.44149.4724.8944.9
Hex568F72280142C95192d
Octal12621716250024542253155
Binary10101101000111111100101010000101001011001001010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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