#668B79

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

Shades of Cutty Sark #668B79

Tints of Cutty Sark #668B79

Color information

#668B79 (or 0x668B79) is unknown color: approx Cutty Sark. HEX triplet: 66, 8B and 79. RGB value is (102,139,121). Sum of RGB (Red+Green+Blue) = 102+139+121=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #668B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B79 is #997486. Grayscale: #7D7D7D. Windows color (decimal): -10056839 or 7965542. OLE color: 7965542.

HSL color Cylindrical-coordinate representation of color #668B79: hue angle of 150.81º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B79 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB102139121-
CMYK0.2700.130.45
HSL150.81º15.35%47.25%-
HSV(B)150.81º26.62%54.51%-
XYZ18.1622.6721.51-
YUV125.88125.24110.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=28.18%
G=38.40%
B=33.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391210.2700.130.45150.8115.3547.25
Hex668B791B0D2D97f2f
Octal14621317133015552271757
Binary11001101000101111110011101101101101101100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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