#689387

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

Shades of Patina #689387

Tints of Patina #689387

Color information

#689387 (or 0x689387) is unknown color: approx Patina. HEX triplet: 68, 93 and 87. RGB value is (104,147,135). Sum of RGB (Red+Green+Blue) = 104+147+135=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 147 - color contains mainly: green. Hex color #689387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689387 is #976C78. Grayscale: #848484. Windows color (decimal): -9923705 or 8885096. OLE color: 8885096.

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

Color convert

RGB104147135-
CMYK0.2900.080.42
HSL163.26º17.13%49.22%-
HSV(B)163.26º29.25%57.65%-
XYZ20.5225.5626.77-
YUV132.78129.25107.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=26.94%
G=38.08%
B=34.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471350.2900.080.42163.2617.1349.22
Hex6893871D082Aa31131
Octal15022320735010522432161
Binary1101000100100111000011111101010001010101010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689387; }

 p { color: rgb(104,147,135); }

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

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

 a { background-color: rgb(104,147,135); }

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

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

 span { border-color: rgb(104,147,135); }

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