#689288

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

Shades of Patina #689288

Tints of Patina #689288

Color information

#689288 (or 0x689288) is unknown color: approx Patina. HEX triplet: 68, 92 and 88. RGB value is (104,146,136). Sum of RGB (Red+Green+Blue) = 104+146+136=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #689288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689288 is #976D77. Grayscale: #848484. Windows color (decimal): -9923960 or 8950376. OLE color: 8950376.

HSL color Cylindrical-coordinate representation of color #689288: hue angle of 165.71º 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 #689288 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB104146136-
CMYK0.2900.070.43
HSL165.71º16.8%49.02%-
HSV(B)165.71º28.77%57.25%-
XYZ20.4325.2827.09-
YUV132.3130.09107.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=26.94%
G=37.82%
B=35.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461360.2900.070.43165.7116.849.02
Hex6892881D072Ba61131
Octal1502222103507532462161
Binary110100010010010100010001110101111010111010011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689288; }

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

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

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

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

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

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

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

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