#668578

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

Shades of Cutty Sark #668578

Tints of Cutty Sark #668578

Color information

#668578 (or 0x668578) is unknown color: approx Cutty Sark. HEX triplet: 66, 85 and 78. RGB value is (102,133,120). Sum of RGB (Red+Green+Blue) = 102+133+120=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #668578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668578 is #997A87. Grayscale: #7A7A7A. Windows color (decimal): -10058376 or 7898470. OLE color: 7898470.

HSL color Cylindrical-coordinate representation of color #668578: hue angle of 154.84º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668578 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB102133120-
CMYK0.2300.100.48
HSL154.84º13.19%46.08%-
HSV(B)154.84º23.31%52.16%-
XYZ17.2620.9620.9-
YUV122.25126.73113.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 120 (47.27% from 255) = 33.80%
R=28.73%
G=37.46%
B=33.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331200.2300.100.48154.8413.1946.08
Hex668578170A309bd2e
Octal14620517027012602331556
Binary11001101000010111110001011101010110000100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668578; }

 p { color: rgb(102,133,120); }

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

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

 a { background-color: rgb(102,133,120); }

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

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

 span { border-color: rgb(102,133,120); }

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