#689286

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

Shades of Patina #689286

Tints of Patina #689286

Color information

#689286 (or 0x689286) is unknown color: approx Patina. HEX triplet: 68, 92 and 86. RGB value is (104,146,134). Sum of RGB (Red+Green+Blue) = 104+146+134=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #689286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689286 is #976D79. Grayscale: #848484. Windows color (decimal): -9923962 or 8819304. OLE color: 8819304.

HSL color Cylindrical-coordinate representation of color #689286: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689286 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB104146134-
CMYK0.2900.080.43
HSL162.86º16.8%49.02%-
HSV(B)162.86º28.77%57.25%-
XYZ20.2925.2226.35-
YUV132.07129.09107.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=27.08%
G=38.02%
B=34.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461340.2900.080.43162.8616.849.02
Hex6892861D082Ba31131
Octal15022220635010532432161
Binary1101000100100101000011011101010001010111010001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689286; }

 p { color: rgb(104,146,134); }

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

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

 a { background-color: rgb(104,146,134); }

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

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

 span { border-color: rgb(104,146,134); }

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