#688981

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

Shades of Patina #688981

Tints of Patina #688981

Color information

#688981 (or 0x688981) is unknown color: approx Patina. HEX triplet: 68, 89 and 81. RGB value is (104,137,129). Sum of RGB (Red+Green+Blue) = 104+137+129=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #688981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688981 is #97767E. Grayscale: #7E7E7E. Windows color (decimal): -9926271 or 8489320. OLE color: 8489320.

HSL color Cylindrical-coordinate representation of color #688981: hue angle of 165.45º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688981 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB104137129-
CMYK0.2400.060.46
HSL165.45º13.69%47.25%-
HSV(B)165.45º24.09%53.73%-
XYZ18.6222.4224.12-
YUV126.22129.57112.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=28.11%
G=37.03%
B=34.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041371290.2400.060.46165.4513.6947.25
Hex68898118062Ea5e2f
Octal1502112013006562451657
Binary11010001000100110000001110000110101110101001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688981; }

 p { color: rgb(104,137,129); }

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

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

 a { background-color: rgb(104,137,129); }

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

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

 span { border-color: rgb(104,137,129); }

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