#669084

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

Shades of Patina #669084

Tints of Patina #669084

Color information

#669084 (or 0x669084) is unknown color: approx Patina. HEX triplet: 66, 90 and 84. RGB value is (102,144,132). Sum of RGB (Red+Green+Blue) = 102+144+132=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #669084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669084 is #996F7B. Grayscale: #828282. Windows color (decimal): -10055548 or 8687718. OLE color: 8687718.

HSL color Cylindrical-coordinate representation of color #669084: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669084 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB102144132-
CMYK0.2900.080.44
HSL162.86º17.07%48.24%-
HSV(B)162.86º29.17%56.47%-
XYZ19.6224.4425.51-
YUV130.07129.09107.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=26.98%
G=38.10%
B=34.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441320.2900.080.44162.8617.0748.24
Hex6690841D082Ca31130
Octal14622020435010542432160
Binary1100110100100001000010011101010001011001010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669084; }

 p { color: rgb(102,144,132); }

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

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

 a { background-color: rgb(102,144,132); }

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

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

 span { border-color: rgb(102,144,132); }

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