#669989

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

Shades of Patina #669989

Tints of Patina #669989

Color information

#669989 (or 0x669989) is unknown color: approx Patina. HEX triplet: 66, 99 and 89. RGB value is (102,153,137). Sum of RGB (Red+Green+Blue) = 102+153+137=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #669989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669989 is #996676. Grayscale: #878787. Windows color (decimal): -10053239 or 9017702. OLE color: 9017702.

HSL color Cylindrical-coordinate representation of color #669989: hue angle of 161.18º 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 #669989 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB102153137-
CMYK0.3300.100.4
HSL161.18º20%50%-
HSV(B)161.18º33.33%60%-
XYZ21.3927.4127.83-
YUV135.93128.6103.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 153 (60.16% from 255) = 39.03%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=26.02%
G=39.03%
B=34.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531370.3300.100.4161.182050
Hex669989210A28a11432
Octal14623121141012502412462
Binary11001101001100110001001100001010101010001010000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669989; }

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

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

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

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

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

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

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

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