#688A79

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

Shades of Cutty Sark #688A79

Tints of Cutty Sark #688A79

Color information

#688A79 (or 0x688A79) is unknown color: approx Cutty Sark. HEX triplet: 68, 8A and 79. RGB value is (104,138,121). Sum of RGB (Red+Green+Blue) = 104+138+121=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 138 - color contains mainly: green. Hex color #688A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A79 is #977586. Grayscale: #7D7D7D. Windows color (decimal): -9926023 or 7965288. OLE color: 7965288.

HSL color Cylindrical-coordinate representation of color #688A79: hue angle of 150º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A79 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB104138121-
CMYK0.2500.120.46
HSL150º14.05%47.45%-
HSV(B)150º24.64%54.12%-
XYZ18.2522.521.47-
YUV125.9125.24112.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=28.65%
G=38.02%
B=33.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041381210.2500.120.4615014.0547.45
Hex688A79190C2E96e2f
Octal15021217131014562261657
Binary11010001000101011110011100101100101110100101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688A79; }

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

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

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

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

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

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

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

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