#689F82

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

Shades of Patina #689F82

Tints of Patina #689F82

Color information

#689F82 (or 0x689F82) is unknown color: approx Patina. HEX triplet: 68, 9F and 82. RGB value is (104,159,130). Sum of RGB (Red+Green+Blue) = 104+159+130=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #689F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F82 is #97607D. Grayscale: #8B8B8B. Windows color (decimal): -9920638 or 8560488. OLE color: 8560488.

HSL color Cylindrical-coordinate representation of color #689F82: hue angle of 148.36º 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 #689F82 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB104159130-
CMYK0.3500.180.38
HSL148.36º22.27%51.57%-
HSV(B)148.36º34.59%62.35%-
XYZ22.1429.3525.62-
YUV139.25122.78102.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=26.46%
G=40.46%
B=33.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041591300.3500.180.38148.3622.2751.57
Hex689F822301226941634
Octal15023720243022462242664
Binary110100010011111100000101000110100101001101001010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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