#688C80

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

Shades of Patina #688C80

Tints of Patina #688C80

Color information

#688C80 (or 0x688C80) is unknown color: approx Patina. HEX triplet: 68, 8C and 80. RGB value is (104,140,128). Sum of RGB (Red+Green+Blue) = 104+140+128=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #688C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C80 is #97737F. Grayscale: #7F7F7F. Windows color (decimal): -9925504 or 8424552. OLE color: 8424552.

HSL color Cylindrical-coordinate representation of color #688C80: hue angle of 160º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C80 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB104140128-
CMYK0.2600.090.45
HSL160º14.75%47.84%-
HSV(B)160º25.71%54.9%-
XYZ18.9823.2623.91-
YUV127.87128.07110.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.96%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=27.96%
G=37.63%
B=34.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401280.2600.090.4516014.7547.84
Hex688C801A092Da0f30
Octal15021420032011552401760
Binary110100010001100100000001101001001101101101000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688C80; }

 p { color: rgb(104,140,128); }

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

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

 a { background-color: rgb(104,140,128); }

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

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

 span { border-color: rgb(104,140,128); }

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