#688178

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

Shades of Cutty Sark #688178

Tints of Cutty Sark #688178

Color information

#688178 (or 0x688178) is unknown color: approx Cutty Sark. HEX triplet: 68, 81 and 78. RGB value is (104,129,120). Sum of RGB (Red+Green+Blue) = 104+129+120=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #688178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688178 is #977E87. Grayscale: #787878. Windows color (decimal): -9928328 or 7897448. OLE color: 7897448.

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

Color convert

RGB104129120-
CMYK0.1900.070.49
HSL158.4º10.73%45.69%-
HSV(B)158.4º19.38%50.59%-
XYZ16.952020.74-
YUV120.5127.72116.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.46%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=29.46%
G=36.54%
B=33.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291200.1900.070.49158.410.7345.69
Hex6881781307319eb2e
Octal1502011702307612361356
Binary1101000100000011111000100110111110001100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688178; }

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

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

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

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

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

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

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

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