#688378

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

Shades of Cutty Sark #688378

Tints of Cutty Sark #688378

Color information

#688378 (or 0x688378) is unknown color: approx Cutty Sark. HEX triplet: 68, 83 and 78. RGB value is (104,131,120). Sum of RGB (Red+Green+Blue) = 104+131+120=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #688378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688378 is #977C87. Grayscale: #797979. Windows color (decimal): -9927816 or 7897960. OLE color: 7897960.

HSL color Cylindrical-coordinate representation of color #688378: hue angle of 155.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688378 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB104131120-
CMYK0.2100.080.49
HSL155.56º11.49%46.08%-
HSV(B)155.56º20.61%51.37%-
XYZ17.2220.5320.82-
YUV121.67127.05115.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.30%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=29.30%
G=36.90%
B=33.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311200.2100.080.49155.5611.4946.08
Hex6883781508319cb2e
Octal15020317025010612341356
Binary11010001000001111110001010101000110001100111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688378; }

 p { color: rgb(104,131,120); }

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

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

 a { background-color: rgb(104,131,120); }

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

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

 span { border-color: rgb(104,131,120); }

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