#688479

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

Shades of Cutty Sark #688479

Tints of Cutty Sark #688479

Color information

#688479 (or 0x688479) is unknown color: approx Cutty Sark. HEX triplet: 68, 84 and 79. RGB value is (104,132,121). Sum of RGB (Red+Green+Blue) = 104+132+121=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #688479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688479 is #977B86. Grayscale: #7A7A7A. Windows color (decimal): -9927559 or 7963752. OLE color: 7963752.

HSL color Cylindrical-coordinate representation of color #688479: hue angle of 156.43º 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 #688479 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB104132121-
CMYK0.2100.080.48
HSL156.43º11.86%46.27%-
HSV(B)156.43º21.21%51.76%-
XYZ17.4120.8321.19-
YUV122.37127.22114.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=29.13%
G=36.97%
B=33.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041321210.2100.080.48156.4311.8646.27
Hex6884791508309cc2e
Octal15020417125010602341456
Binary11010001000010011110011010101000110000100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688479; }

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

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

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

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

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

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

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

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