#668075

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

Shades of Cutty Sark #668075

Tints of Cutty Sark #668075

Color information

#668075 (or 0x668075) is unknown color: approx Cutty Sark. HEX triplet: 66, 80 and 75. RGB value is (102,128,117). Sum of RGB (Red+Green+Blue) = 102+128+117=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 128 - color contains mainly: green. Hex color #668075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668075 is #997F8A. Grayscale: #767676. Windows color (decimal): -10059659 or 7700582. OLE color: 7700582.

HSL color Cylindrical-coordinate representation of color #668075: hue angle of 154.62º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #668075 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB102128117-
CMYK0.2000.090.50
HSL154.62º11.3%45.1%-
HSV(B)154.62º20.31%50.2%-
XYZ16.4119.5519.74-
YUV118.97126.89115.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 117 (46.09% from 255) = 33.72%
R=29.39%
G=36.89%
B=33.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021281170.2000.090.50154.6211.345.1
Hex6680751409329bb2d
Octal14620016524011622331355
Binary11001101000000011101011010001001110010100110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668075; }

 p { color: rgb(102,128,117); }

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

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

 a { background-color: rgb(102,128,117); }

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

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

 span { border-color: rgb(102,128,117); }

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