#669485

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

Shades of Patina #669485

Tints of Patina #669485

Color information

#669485 (or 0x669485) is unknown color: approx Patina. HEX triplet: 66, 94 and 85. RGB value is (102,148,133). Sum of RGB (Red+Green+Blue) = 102+148+133=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #669485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669485 is #996B7A. Grayscale: #848484. Windows color (decimal): -10054523 or 8754278. OLE color: 8754278.

HSL color Cylindrical-coordinate representation of color #669485: hue angle of 160.43º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669485 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB102148133-
CMYK0.3100.100.42
HSL160.43º18.4%49.02%-
HSV(B)160.43º31.08%58.04%-
XYZ20.325.726.08-
YUV132.54128.26106.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 148 (58.20% from 255) = 38.64%
BLUE value IS 133 (52.34% from 255) = 34.73%
R=26.63%
G=38.64%
B=34.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481330.3100.100.42160.4318.449.02
Hex6694851F0A2Aa01231
Octal14622420537012522402261
Binary1100110100101001000010111111010101010101010000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669485; }

 p { color: rgb(102,148,133); }

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

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

 a { background-color: rgb(102,148,133); }

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

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

 span { border-color: rgb(102,148,133); }

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