#669B80

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

Shades of Patina #669B80

Tints of Patina #669B80

Color information

#669B80 (or 0x669B80) is unknown color: approx Patina. HEX triplet: 66, 9B and 80. RGB value is (102,155,128). Sum of RGB (Red+Green+Blue) = 102+155+128=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #669B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B80 is #99647F. Grayscale: #888888. Windows color (decimal): -10052736 or 8428390. OLE color: 8428390.

HSL color Cylindrical-coordinate representation of color #669B80: hue angle of 149.43º 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 #669B80 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB102155128-
CMYK0.3400.170.39
HSL149.43º20.95%50.39%-
HSV(B)149.43º34.19%60.78%-
XYZ21.127.8324.68-
YUV136.08123.44103.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=26.49%
G=40.26%
B=33.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551280.3400.170.39149.4320.9550.39
Hex669B802201127951532
Octal14623320042021472252562
Binary110011010011011100000001000100100011001111001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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