#689C89

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

Shades of Patina #689C89

Tints of Patina #689C89

Color information

#689C89 (or 0x689C89) is unknown color: approx Patina. HEX triplet: 68, 9C and 89. RGB value is (104,156,137). Sum of RGB (Red+Green+Blue) = 104+156+137=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #689C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C89 is #976376. Grayscale: #8A8A8A. Windows color (decimal): -9921399 or 9018472. OLE color: 9018472.

HSL color Cylindrical-coordinate representation of color #689C89: hue angle of 158.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C89 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB104156137-
CMYK0.3300.120.39
HSL158.08º20.8%50.98%-
HSV(B)158.08º33.33%61.18%-
XYZ22.1128.5328.01-
YUV138.29127.27103.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 137 (53.91% from 255) = 34.51%
R=26.20%
G=39.29%
B=34.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041561370.3300.120.39158.0820.850.98
Hex689C89210C279e1533
Octal15023421141014472362563
Binary11010001001110010001001100001011001001111001111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689C89; }

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

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

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

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

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

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

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

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