#669488

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

Shades of Patina #669488

Tints of Patina #669488

Color information

#669488 (or 0x669488) is unknown color: approx Patina. HEX triplet: 66, 94 and 88. RGB value is (102,148,136). Sum of RGB (Red+Green+Blue) = 102+148+136=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #669488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669488 is #996B77. Grayscale: #848484. Windows color (decimal): -10054520 or 8950886. OLE color: 8950886.

HSL color Cylindrical-coordinate representation of color #669488: hue angle of 164.35º 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 #669488 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB102148136-
CMYK0.3100.080.42
HSL164.35º18.4%49.02%-
HSV(B)164.35º31.08%58.04%-
XYZ20.5125.7827.19-
YUV132.88129.76105.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=26.42%
G=38.34%
B=35.23%

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
Decimal1021481360.3100.080.42164.3518.449.02
Hex6694881F082Aa41231
Octal14622421037010522442261
Binary1100110100101001000100011111010001010101010010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669488; }

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

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

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

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

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

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

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

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