#668779

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

Shades of Cutty Sark #668779

Tints of Cutty Sark #668779

Color information

#668779 (or 0x668779) is unknown color: approx Cutty Sark. HEX triplet: 66, 87 and 79. RGB value is (102,135,121). Sum of RGB (Red+Green+Blue) = 102+135+121=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #668779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668779 is #997886. Grayscale: #7B7B7B. Windows color (decimal): -10057863 or 7964518. OLE color: 7964518.

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

Color convert

RGB102135121-
CMYK0.2400.100.47
HSL154.55º13.92%46.47%-
HSV(B)154.55º24.44%52.94%-
XYZ17.5921.5321.32-
YUV123.54126.57112.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=28.49%
G=37.71%
B=33.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351210.2400.100.47154.5513.9246.47
Hex668779180A2F9be2e
Octal14620717130012572331656
Binary11001101000011111110011100001010101111100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668779; }

 p { color: rgb(102,135,121); }

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

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

 a { background-color: rgb(102,135,121); }

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

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

 span { border-color: rgb(102,135,121); }

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