#689384

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

Shades of Patina #689384

Tints of Patina #689384

Color information

#689384 (or 0x689384) is unknown color: approx Patina. HEX triplet: 68, 93 and 84. RGB value is (104,147,132). Sum of RGB (Red+Green+Blue) = 104+147+132=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #689384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689384 is #976C7B. Grayscale: #848484. Windows color (decimal): -9923708 or 8688488. OLE color: 8688488.

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

Color convert

RGB104147132-
CMYK0.2900.100.42
HSL159.07º17.13%49.22%-
HSV(B)159.07º29.25%57.65%-
XYZ20.3125.4825.68-
YUV132.43127.75107.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 132 (51.95% from 255) = 34.46%
R=27.15%
G=38.38%
B=34.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471320.2900.100.42159.0717.1349.22
Hex6893841D0A2A9f1131
Octal15022320435012522372161
Binary1101000100100111000010011101010101010101001111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689384; }

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

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

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

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

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

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

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

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