#689389

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

Shades of Patina #689389

Tints of Patina #689389

Color information

#689389 (or 0x689389) is unknown color: approx Patina. HEX triplet: 68, 93 and 89. RGB value is (104,147,137). Sum of RGB (Red+Green+Blue) = 104+147+137=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #689389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689389 is #976C76. Grayscale: #858585. Windows color (decimal): -9923703 or 9016168. OLE color: 9016168.

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

Color convert

RGB104147137-
CMYK0.2900.070.42
HSL166.05º17.13%49.22%-
HSV(B)166.05º29.25%57.65%-
XYZ20.6625.6227.52-
YUV133130.25107.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.80%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=26.80%
G=37.89%
B=35.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471370.2900.070.42166.0517.1349.22
Hex6893891D072Aa61131
Octal1502232113507522462161
Binary110100010010011100010011110101111010101010011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689389; }

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

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

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

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

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

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

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

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