#669480

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

Shades of Patina #669480

Tints of Patina #669480

Color information

#669480 (or 0x669480) is unknown color: approx Patina. HEX triplet: 66, 94 and 80. RGB value is (102,148,128). Sum of RGB (Red+Green+Blue) = 102+148+128=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #669480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669480 is #996B7F. Grayscale: #848484. Windows color (decimal): -10054528 or 8426598. OLE color: 8426598.

HSL color Cylindrical-coordinate representation of color #669480: hue angle of 153.91º 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 #669480 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB102148128-
CMYK0.3100.140.42
HSL153.91º18.4%49.02%-
HSV(B)153.91º31.08%58.04%-
XYZ19.9725.5624.3-
YUV131.97125.76106.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=26.98%
G=39.15%
B=33.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021481280.3100.140.42153.9118.449.02
Hex6694801F0E2A9a1231
Octal14622420037016522322261
Binary1100110100101001000000011111011101010101001101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669480; }

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

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

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

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

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

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

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

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