#689E8E

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

Shades of Patina #689E8E

Tints of Patina #689E8E

Color information

#689E8E (or 0x689E8E) is unknown color: approx Patina. HEX triplet: 68, 9E and 8E. RGB value is (104,158,142). Sum of RGB (Red+Green+Blue) = 104+158+142=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #689E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E8E is #976171. Grayscale: #8C8C8C. Windows color (decimal): -9920882 or 9346664. OLE color: 9346664.

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

Color convert

RGB104158142-
CMYK0.3400.100.38
HSL162.22º21.77%51.37%-
HSV(B)162.22º34.18%61.96%-
XYZ22.8229.3530.05-
YUV140.03129.11102.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=25.74%
G=39.11%
B=35.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041581420.3400.100.38162.2221.7751.37
Hex689E8E220A26a21633
Octal15023621642012462422663
Binary11010001001111010001110100010010101001101010001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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