#669988

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

Shades of Patina #669988

Tints of Patina #669988

Color information

#669988 (or 0x669988) is unknown color: approx Patina. HEX triplet: 66, 99 and 88. RGB value is (102,153,136). Sum of RGB (Red+Green+Blue) = 102+153+136=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #669988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669988 is #996677. Grayscale: #878787. Windows color (decimal): -10053240 or 8952166. OLE color: 8952166.

HSL color Cylindrical-coordinate representation of color #669988: hue angle of 160º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669988 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB102153136-
CMYK0.3300.110.4
HSL160º20%50%-
HSV(B)160º33.33%60%-
XYZ21.3127.3827.45-
YUV135.81128.1103.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=26.09%
G=39.13%
B=34.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531360.3300.110.41602050
Hex669988210B28a01432
Octal14623121041013502402462
Binary11001101001100110001000100001010111010001010000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669988; }

 p { color: rgb(102,153,136); }

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

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

 a { background-color: rgb(102,153,136); }

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

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

 span { border-color: rgb(102,153,136); }

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