#689388

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

Shades of Patina #689388

Tints of Patina #689388

Color information

#689388 (or 0x689388) is unknown color: approx Patina. HEX triplet: 68, 93 and 88. RGB value is (104,147,136). Sum of RGB (Red+Green+Blue) = 104+147+136=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #689388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689388 is #976C77. Grayscale: #848484. Windows color (decimal): -9923704 or 8950632. OLE color: 8950632.

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

Color convert

RGB104147136-
CMYK0.2900.070.42
HSL164.65º17.13%49.22%-
HSV(B)164.65º29.25%57.65%-
XYZ20.5925.5927.15-
YUV132.89129.75107.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.87%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=26.87%
G=37.98%
B=35.14%

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
Decimal1041471360.2900.070.42164.6517.1349.22
Hex6893881D072Aa51131
Octal1502232103507522452161
Binary110100010010011100010001110101111010101010010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689388; }

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

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

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

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

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

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

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

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