#669386

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

Shades of Patina #669386

Tints of Patina #669386

Color information

#669386 (or 0x669386) is unknown color: approx Patina. HEX triplet: 66, 93 and 86. RGB value is (102,147,134). Sum of RGB (Red+Green+Blue) = 102+147+134=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #669386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669386 is #996C79. Grayscale: #848484. Windows color (decimal): -10054778 or 8819558. OLE color: 8819558.

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

Color convert

RGB102147134-
CMYK0.3100.090.42
HSL162.67º18.07%48.82%-
HSV(B)162.67º30.61%57.65%-
XYZ20.2225.4126.39-
YUV132.06129.09106.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=26.63%
G=38.38%
B=34.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471340.3100.090.42162.6718.0748.82
Hex6693861F092Aa31231
Octal14622320637011522432261
Binary1100110100100111000011011111010011010101010001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669386; }

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

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

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

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

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

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

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

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