#669A89

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

Shades of Patina #669A89

Tints of Patina #669A89

Color information

#669A89 (or 0x669A89) is unknown color: approx Patina. HEX triplet: 66, 9A and 89. RGB value is (102,154,137). Sum of RGB (Red+Green+Blue) = 102+154+137=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #669A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669A89 is #996576. Grayscale: #888888. Windows color (decimal): -10052983 or 9017958. OLE color: 9017958.

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

Color convert

RGB102154137-
CMYK0.3400.110.40
HSL160.38º20.47%50.2%-
HSV(B)160.38º33.77%60.39%-
XYZ21.5527.7427.89-
YUV136.51128.27103.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=25.95%
G=39.19%
B=34.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541370.3400.110.40160.3820.4750.2
Hex669A89220B28a01432
Octal14623221142013502402462
Binary11001101001101010001001100010010111010001010000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669A89; }

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

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

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

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

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

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

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

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