#669B86

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

Shades of Patina #669B86

Tints of Patina #669B86

Color information

#669B86 (or 0x669B86) is unknown color: approx Patina. HEX triplet: 66, 9B and 86. RGB value is (102,155,134). Sum of RGB (Red+Green+Blue) = 102+155+134=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #669B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B86 is #996479. Grayscale: #888888. Windows color (decimal): -10052730 or 8821606. OLE color: 8821606.

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

Color convert

RGB102155134-
CMYK0.3400.140.39
HSL156.23º20.95%50.39%-
HSV(B)156.23º34.19%60.78%-
XYZ21.527.9926.82-
YUV136.76126.44103.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=26.09%
G=39.64%
B=34.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551340.3400.140.39156.2320.9550.39
Hex669B86220E279c1532
Octal14623320642016472342562
Binary11001101001101110000110100010011101001111001110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,155,134); }

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

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

 a { background-color: rgb(102,155,134); }

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

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

 span { border-color: rgb(102,155,134); }

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