#668977

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

Shades of Cutty Sark #668977

Tints of Cutty Sark #668977

Color information

#668977 (or 0x668977) is unknown color: approx Cutty Sark. HEX triplet: 66, 89 and 77. RGB value is (102,137,119). Sum of RGB (Red+Green+Blue) = 102+137+119=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 137 - color contains mainly: green. Hex color #668977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668977 is #997688. Grayscale: #7C7C7C. Windows color (decimal): -10057353 or 7833958. OLE color: 7833958.

HSL color Cylindrical-coordinate representation of color #668977: hue angle of 149.14º 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 #668977 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB102137119-
CMYK0.2600.130.46
HSL149.14º14.64%46.86%-
HSV(B)149.14º25.55%53.73%-
XYZ17.7522.0520.77-
YUV124.48124.9111.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 137 (53.91% from 255) = 38.27%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=28.49%
G=38.27%
B=33.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371190.2600.130.46149.1414.6446.86
Hex6689771A0D2E95f2f
Octal14621116732015562251757
Binary11001101000100111101111101001101101110100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668977; }

 p { color: rgb(102,137,119); }

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

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

 a { background-color: rgb(102,137,119); }

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

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

 span { border-color: rgb(102,137,119); }

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