#689386

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

Shades of Patina #689386

Tints of Patina #689386

Color information

#689386 (or 0x689386) is unknown color: approx Patina. HEX triplet: 68, 93 and 86. RGB value is (104,147,134). Sum of RGB (Red+Green+Blue) = 104+147+134=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #689386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689386 is #976C79. Grayscale: #848484. Windows color (decimal): -9923706 or 8819560. OLE color: 8819560.

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

Color convert

RGB104147134-
CMYK0.2900.090.42
HSL161.86º17.13%49.22%-
HSV(B)161.86º29.25%57.65%-
XYZ20.4525.5326.4-
YUV132.66128.75107.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=27.01%
G=38.18%
B=34.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471340.2900.090.42161.8617.1349.22
Hex6893861D092Aa21131
Octal15022320635011522422161
Binary1101000100100111000011011101010011010101010001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689386; }

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

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

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

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

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

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

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

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