#669086

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

Shades of Patina #669086

Tints of Patina #669086

Color information

#669086 (or 0x669086) is unknown color: approx Patina. HEX triplet: 66, 90 and 86. RGB value is (102,144,134). Sum of RGB (Red+Green+Blue) = 102+144+134=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #669086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669086 is #996F79. Grayscale: #828282. Windows color (decimal): -10055546 or 8818790. OLE color: 8818790.

HSL color Cylindrical-coordinate representation of color #669086: hue angle of 165.71º 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 #669086 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB102144134-
CMYK0.2900.070.44
HSL165.71º17.07%48.24%-
HSV(B)165.71º29.17%56.47%-
XYZ19.7624.4926.24-
YUV130.3130.09107.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=26.84%
G=37.89%
B=35.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441340.2900.070.44165.7117.0748.24
Hex6690861D072Ca61130
Octal1462202063507542462160
Binary110011010010000100001101110101111011001010011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669086; }

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

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

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

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

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

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

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

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