#689F8E

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

Shades of Patina #689F8E

Tints of Patina #689F8E

Color information

#689F8E (or 0x689F8E) is unknown color: approx Patina. HEX triplet: 68, 9F and 8E. RGB value is (104,159,142). Sum of RGB (Red+Green+Blue) = 104+159+142=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 159 - color contains mainly: green. Hex color #689F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F8E is #976071. Grayscale: #8C8C8C. Windows color (decimal): -9920626 or 9346920. OLE color: 9346920.

HSL color Cylindrical-coordinate representation of color #689F8E: hue angle of 161.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F8E is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB104159142-
CMYK0.3500.110.38
HSL161.45º22.27%51.57%-
HSV(B)161.45º34.59%62.35%-
XYZ22.9929.6930.11-
YUV140.62128.78101.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 159 (62.5% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=25.68%
G=39.26%
B=35.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041591420.3500.110.38161.4522.2751.57
Hex689F8E230B26a11634
Octal15023721643013462412664
Binary11010001001111110001110100011010111001101010000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,142); }

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

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

 a { background-color: rgb(104,159,142); }

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

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

 span { border-color: rgb(104,159,142); }

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