#689985

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

Shades of Patina #689985

Tints of Patina #689985

Color information

#689985 (or 0x689985) is unknown color: approx Patina. HEX triplet: 68, 99 and 85. RGB value is (104,153,133). Sum of RGB (Red+Green+Blue) = 104+153+133=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #689985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689985 is #97667A. Grayscale: #888888. Windows color (decimal): -9922171 or 8755560. OLE color: 8755560.

HSL color Cylindrical-coordinate representation of color #689985: hue angle of 155.51º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689985 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.

Color convert

RGB104153133-
CMYK0.3200.130.4
HSL155.51º19.37%50.39%-
HSV(B)155.51º32.03%60%-
XYZ21.3327.4226.36-
YUV136.07126.27105.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.67%
GREEN value IS 153 (60.16% from 255) = 39.23%
BLUE value IS 133 (52.34% from 255) = 34.10%
R=26.67%
G=39.23%
B=34.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531330.3200.130.4155.5119.3750.39
Hex689985200D289c1332
Octal15023120540015502342362
Binary11010001001100110000101100000011011010001001110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689985; }

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

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

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

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

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

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

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

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