#668A7A

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

Shades of Cutty Sark #668A7A

Tints of Cutty Sark #668A7A

Color information

#668A7A (or 0x668A7A) is unknown color: approx Cutty Sark. HEX triplet: 66, 8A and 7A. RGB value is (102,138,122). Sum of RGB (Red+Green+Blue) = 102+138+122=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 138 - color contains mainly: green. Hex color #668A7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A7A is #997585. Grayscale: #7D7D7D. Windows color (decimal): -10057094 or 8030822. OLE color: 8030822.

HSL color Cylindrical-coordinate representation of color #668A7A: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A7A is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB102138122-
CMYK0.2600.120.46
HSL153.33º15%47.06%-
HSV(B)153.33º26.09%54.12%-
XYZ18.0822.4121.78-
YUV125.41126.07111.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=28.18%
G=38.12%
B=33.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381220.2600.120.46153.331547.06
Hex668A7A1A0C2E99f2f
Octal14621217232014562311757
Binary11001101000101011110101101001100101110100110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A7A; }

 p { color: rgb(102,138,122); }

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

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

 a { background-color: rgb(102,138,122); }

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

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

 span { border-color: rgb(102,138,122); }

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