#668B78

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

Shades of Cutty Sark #668B78

Tints of Cutty Sark #668B78

Color information

#668B78 (or 0x668B78) is unknown color: approx Cutty Sark. HEX triplet: 66, 8B and 78. RGB value is (102,139,120). Sum of RGB (Red+Green+Blue) = 102+139+120=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #668B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B78 is #997487. Grayscale: #7D7D7D. Windows color (decimal): -10056840 or 7900006. OLE color: 7900006.

HSL color Cylindrical-coordinate representation of color #668B78: hue angle of 149.19º 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 #668B78 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB102139120-
CMYK0.2700.140.45
HSL149.19º15.35%47.25%-
HSV(B)149.19º26.62%54.51%-
XYZ18.122.6521.19-
YUV125.77124.74111.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=28.25%
G=38.50%
B=33.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391200.2700.140.45149.1915.3547.25
Hex668B781B0E2D95f2f
Octal14621317033016552251757
Binary11001101000101111110001101101110101101100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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