#669C80

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

Shades of Patina #669C80

Tints of Patina #669C80

Color information

#669C80 (or 0x669C80) is unknown color: approx Patina. HEX triplet: 66, 9C and 80. RGB value is (102,156,128). Sum of RGB (Red+Green+Blue) = 102+156+128=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #669C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C80 is #99637F. Grayscale: #888888. Windows color (decimal): -10052480 or 8428646. OLE color: 8428646.

HSL color Cylindrical-coordinate representation of color #669C80: hue angle of 148.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 #669C80 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB102156128-
CMYK0.3500.180.39
HSL148.89º21.43%50.59%-
HSV(B)148.89º34.62%61.18%-
XYZ21.2628.1624.74-
YUV136.66123.11103.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=26.42%
G=40.41%
B=33.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561280.3500.180.39148.8921.4350.59
Hex669C802301227951533
Octal14623420043022472252563
Binary110011010011100100000001000110100101001111001010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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