#669387

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

Shades of Patina #669387

Tints of Patina #669387

Color information

#669387 (or 0x669387) is unknown color: approx Patina. HEX triplet: 66, 93 and 87. RGB value is (102,147,135). Sum of RGB (Red+Green+Blue) = 102+147+135=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #669387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669387 is #996C78. Grayscale: #848484. Windows color (decimal): -10054777 or 8885094. OLE color: 8885094.

HSL color Cylindrical-coordinate representation of color #669387: hue angle of 164º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669387 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB102147135-
CMYK0.3100.080.42
HSL164º18.07%48.82%-
HSV(B)164º30.61%57.65%-
XYZ20.2925.4426.76-
YUV132.18129.59106.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=26.56%
G=38.28%
B=35.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471350.3100.080.4216418.0748.82
Hex6693871F082Aa41231
Octal14622320737010522442261
Binary1100110100100111000011111111010001010101010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669387; }

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

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

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

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

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

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

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

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