#689580

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

Shades of Patina #689580

Tints of Patina #689580

Color information

#689580 (or 0x689580) is unknown color: approx Patina. HEX triplet: 68, 95 and 80. RGB value is (104,149,128). Sum of RGB (Red+Green+Blue) = 104+149+128=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #689580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689580 is #976A7F. Grayscale: #858585. Windows color (decimal): -9923200 or 8426856. OLE color: 8426856.

HSL color Cylindrical-coordinate representation of color #689580: hue angle of 152º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689580 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB104149128-
CMYK0.3000.140.42
HSL152º17.79%49.61%-
HSV(B)152º30.2%58.43%-
XYZ20.352624.37-
YUV133.15125.09107.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=27.30%
G=39.11%
B=33.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491280.3000.140.4215217.7949.61
Hex6895801E0E2A981232
Octal15022520036016522302262
Binary1101000100101011000000011110011101010101001100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689580; }

 p { color: rgb(104,149,128); }

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

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

 a { background-color: rgb(104,149,128); }

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

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

 span { border-color: rgb(104,149,128); }

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