#688678

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

Shades of Cutty Sark #688678

Tints of Cutty Sark #688678

Color information

#688678 (or 0x688678) is unknown color: approx Cutty Sark. HEX triplet: 68, 86 and 78. RGB value is (104,134,120). Sum of RGB (Red+Green+Blue) = 104+134+120=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #688678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688678 is #977987. Grayscale: #7B7B7B. Windows color (decimal): -9927048 or 7898728. OLE color: 7898728.

HSL color Cylindrical-coordinate representation of color #688678: hue angle of 152º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688678 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB104134120-
CMYK0.2200.100.47
HSL152º12.61%46.67%-
HSV(B)152º22.39%52.55%-
XYZ17.6221.3520.96-
YUV123.43126.06114.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.05%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=29.05%
G=37.43%
B=33.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041341200.2200.100.4715212.6146.67
Hex688678160A2F98d2f
Octal15020617026012572301557
Binary11010001000011011110001011001010101111100110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688678; }

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

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

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

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

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

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

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

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