#688075

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

Shades of Cutty Sark #688075

Tints of Cutty Sark #688075

Color information

#688075 (or 0x688075) is unknown color: approx Cutty Sark. HEX triplet: 68, 80 and 75. RGB value is (104,128,117). Sum of RGB (Red+Green+Blue) = 104+128+117=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 128 - color contains mainly: green. Hex color #688075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688075 is #977F8A. Grayscale: #777777. Windows color (decimal): -9928587 or 7700584. OLE color: 7700584.

HSL color Cylindrical-coordinate representation of color #688075: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688075 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB104128117-
CMYK0.1900.090.50
HSL152.5º10.34%45.49%-
HSV(B)152.5º18.75%50.2%-
XYZ16.6419.6719.75-
YUV119.57126.55116.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=29.80%
G=36.68%
B=33.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041281170.1900.090.50152.510.3445.49
Hex68807513093298a2d
Octal15020016523011622301255
Binary11010001000000011101011001101001110010100110001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688075; }

 p { color: rgb(104,128,117); }

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

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

 a { background-color: rgb(104,128,117); }

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

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

 span { border-color: rgb(104,128,117); }

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