#689789

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

Shades of Patina #689789

Tints of Patina #689789

Color information

#689789 (or 0x689789) is unknown color: approx Patina. HEX triplet: 68, 97 and 89. RGB value is (104,151,137). Sum of RGB (Red+Green+Blue) = 104+151+137=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 151 - color contains mainly: green. Hex color #689789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689789 is #976876. Grayscale: #878787. Windows color (decimal): -9922679 or 9017192. OLE color: 9017192.

HSL color Cylindrical-coordinate representation of color #689789: hue angle of 162.13º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689789 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB104151137-
CMYK0.3100.090.41
HSL162.13º18.43%50%-
HSV(B)162.13º31.13%59.22%-
XYZ21.2926.8827.73-
YUV135.35128.93105.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 151 (59.38% from 255) = 38.52%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=26.53%
G=38.52%
B=34.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041511370.3100.090.41162.1318.4350
Hex6897891F0929a21232
Octal15022721137011512422262
Binary1101000100101111000100111111010011010011010001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689789; }

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

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

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

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

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

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

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

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