#688478

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

Shades of Cutty Sark #688478

Tints of Cutty Sark #688478

Color information

#688478 (or 0x688478) is unknown color: approx Cutty Sark. HEX triplet: 68, 84 and 78. RGB value is (104,132,120). Sum of RGB (Red+Green+Blue) = 104+132+120=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #688478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688478 is #977B87. Grayscale: #7A7A7A. Windows color (decimal): -9927560 or 7898216. OLE color: 7898216.

HSL color Cylindrical-coordinate representation of color #688478: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688478 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB104132120-
CMYK0.2100.090.48
HSL154.29º11.86%46.27%-
HSV(B)154.29º21.21%51.76%-
XYZ17.3520.820.87-
YUV122.26126.72114.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.21%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 120 (47.27% from 255) = 33.71%
R=29.21%
G=37.08%
B=33.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321200.2100.090.48154.2911.8646.27
Hex6884781509309ac2e
Octal15020417025011602321456
Binary11010001000010011110001010101001110000100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688478; }

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

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

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

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

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

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

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

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