#689582

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

Shades of Patina #689582

Tints of Patina #689582

Color information

#689582 (or 0x689582) is unknown color: approx Patina. HEX triplet: 68, 95 and 82. RGB value is (104,149,130). Sum of RGB (Red+Green+Blue) = 104+149+130=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #689582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689582 is #976A7D. Grayscale: #858585. Windows color (decimal): -9923198 or 8557928. OLE color: 8557928.

HSL color Cylindrical-coordinate representation of color #689582: hue angle of 154.67º 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 #689582 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB104149130-
CMYK0.3000.130.42
HSL154.67º17.79%49.61%-
HSV(B)154.67º30.2%58.43%-
XYZ20.4926.0525.07-
YUV133.38126.09107.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=27.15%
G=38.90%
B=33.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491300.3000.130.42154.6717.7949.61
Hex6895821E0D2A9b1232
Octal15022520236015522332262
Binary1101000100101011000001011110011011010101001101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689582; }

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

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

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

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

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

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

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

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