#668478

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

Shades of Cutty Sark #668478

Tints of Cutty Sark #668478

Color information

#668478 (or 0x668478) is unknown color: approx Cutty Sark. HEX triplet: 66, 84 and 78. RGB value is (102,132,120). Sum of RGB (Red+Green+Blue) = 102+132+120=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 132 - color contains mainly: green. Hex color #668478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668478 is #997B87. Grayscale: #797979. Windows color (decimal): -10058632 or 7898214. OLE color: 7898214.

HSL color Cylindrical-coordinate representation of color #668478: hue angle of 156º 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 #668478 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB102132120-
CMYK0.2300.090.48
HSL156º12.82%45.88%-
HSV(B)156º22.73%51.76%-
XYZ17.1220.6820.86-
YUV121.66127.06113.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=28.81%
G=37.29%
B=33.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321200.2300.090.4815612.8245.88
Hex6684781709309cd2e
Octal14620417027011602341556
Binary11001101000010011110001011101001110000100111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668478; }

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

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

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

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

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

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

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

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