Html Css Color HEX #568C78 Cutty Sark

📋 copy color: '#568C78'

red 86 ◦ green 140 ◦ blue 120

#568C78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #568C78

Tints of Cutty Sark #568C78

RGB

 RED value IS 86 (33.98% from 255) = 24.86%

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 24.86%
G = 40.46%
B = 34.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#568C78 (or 0x568C78) is known color: Cutty Sark. HEX triplet: 56, 8C and 78. RGB value is (86,140,120). Sum of RGB (Red+Green+Blue) = 86+140+120=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #568C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C78 is #A97387. Grayscale: #797979. Windows color (decimal): -11105160 or 7900246. OLE color: 7900246.

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

Color convert

RGB 86 140 120 -
CMYK 0.39 0 0.14 0.45
HSL 157.78º 0.24% 0.44% -
HSV(B) 157.78º 0.39% 0.55% -
XYZ 16.61 22.09 21.16 -
YUV 121.57 127.11 102.63 -
System Red Green Blue C M Y K H S L
Decimal 86 140 120 0.39 0 0.14 0.45 157.78 0.24 0.44
Hex 56 8C 78 27 0 E 2D 9E 18 2C
Octal 126 214 170 47 0 16 55 236 30 54
Binary 1010110 10001100 1111000 100111 0 1110 101101 10011110 11000 101100

Color Harmonies of #568C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568C78

Black with #568C78

Text Example


Text Example

White with #568C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #568C78;
 }
 .AnyTagClassName
 {
   color: #568C78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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