#669C89

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

Shades of Patina #669C89

Tints of Patina #669C89

Color information

#669C89 (or 0x669C89) is unknown color: approx Patina. HEX triplet: 66, 9C and 89. RGB value is (102,156,137). Sum of RGB (Red+Green+Blue) = 102+156+137=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #669C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C89 is #996376. Grayscale: #898989. Windows color (decimal): -10052471 or 9018470. OLE color: 9018470.

HSL color Cylindrical-coordinate representation of color #669C89: hue angle of 158.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C89 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB102156137-
CMYK0.3500.120.39
HSL158.89º21.43%50.59%-
HSV(B)158.89º34.62%61.18%-
XYZ21.8828.4128-
YUV137.69127.61102.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=25.82%
G=39.49%
B=34.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561370.3500.120.39158.8921.4350.59
Hex669C89230C279f1533
Octal14623421143014472372563
Binary11001101001110010001001100011011001001111001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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