#689485

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

Shades of Patina #689485

Tints of Patina #689485

Color information

#689485 (or 0x689485) is unknown color: approx Patina. HEX triplet: 68, 94 and 85. RGB value is (104,148,133). Sum of RGB (Red+Green+Blue) = 104+148+133=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #689485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689485 is #976B7A. Grayscale: #858585. Windows color (decimal): -9923451 or 8754280. OLE color: 8754280.

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

Color convert

RGB104148133-
CMYK0.3000.100.42
HSL159.55º17.46%49.41%-
HSV(B)159.55º29.73%58.04%-
XYZ20.5325.8226.09-
YUV133.13127.92107.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.01%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=27.01%
G=38.44%
B=34.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481330.3000.100.42159.5517.4649.41
Hex6894851E0A2Aa01131
Octal15022420536012522402161
Binary1101000100101001000010111110010101010101010000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689485; }

 p { color: rgb(104,148,133); }

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

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

 a { background-color: rgb(104,148,133); }

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

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

 span { border-color: rgb(104,148,133); }

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