#689D90

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

Shades of Patina #689D90

Tints of Patina #689D90

Color information

#689D90 (or 0x689D90) is unknown color: approx Patina. HEX triplet: 68, 9D and 90. RGB value is (104,157,144). Sum of RGB (Red+Green+Blue) = 104+157+144=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #689D90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D90 is #97626F. Grayscale: #8B8B8B. Windows color (decimal): -9921136 or 9477480. OLE color: 9477480.

HSL color Cylindrical-coordinate representation of color #689D90: hue angle of 165.28º degrees, saturation: 0.21, 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 #689D90 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB104157144-
CMYK0.3400.080.38
HSL165.28º21.29%51.18%-
HSV(B)165.28º33.76%61.57%-
XYZ22.829.0730.8-
YUV139.67130.44102.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=25.68%
G=38.77%
B=35.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041571440.3400.080.38165.2821.2951.18
Hex689D90220826a51533
Octal15023522042010462452563
Binary11010001001110110010000100010010001001101010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,144); }

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

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

 a { background-color: rgb(104,157,144); }

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

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

 span { border-color: rgb(104,157,144); }

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