#688B7D

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

Shades of Patina #688B7D

Tints of Patina #688B7D

Color information

#688B7D (or 0x688B7D) is unknown color: approx Patina. HEX triplet: 68, 8B and 7D. RGB value is (104,139,125). Sum of RGB (Red+Green+Blue) = 104+139+125=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 139 (54.69% from 255 or 37.77% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 139 - color contains mainly: green. Hex color #688B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B7D is #977482. Grayscale: #7E7E7E. Windows color (decimal): -9925763 or 8227688. OLE color: 8227688.

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

Color convert

RGB104139125-
CMYK0.2500.100.45
HSL156º14.4%47.65%-
HSV(B)156º25.18%54.51%-
XYZ18.6422.8922.84-
YUV126.94126.9111.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.26%
GREEN value IS 139 (54.69% from 255) = 37.77%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=28.26%
G=37.77%
B=33.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041391250.2500.100.4515614.447.65
Hex688B7D190A2D9ce30
Octal15021317531012552341660
Binary11010001000101111111011100101010101101100111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,125); }

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

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

 a { background-color: rgb(104,139,125); }

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

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

 span { border-color: rgb(104,139,125); }

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