#688C7E

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

Shades of Patina #688C7E

Tints of Patina #688C7E

Color information

#688C7E (or 0x688C7E) is unknown color: approx Patina. HEX triplet: 68, 8C and 7E. RGB value is (104,140,126). Sum of RGB (Red+Green+Blue) = 104+140+126=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #688C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C7E is #977381. Grayscale: #7F7F7F. Windows color (decimal): -9925506 or 8293480. OLE color: 8293480.

HSL color Cylindrical-coordinate representation of color #688C7E: hue angle of 156.67º 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 #688C7E is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB104140126-
CMYK0.2600.100.45
HSL156.67º14.75%47.84%-
HSV(B)156.67º25.71%54.9%-
XYZ18.8523.2123.22-
YUV127.64127.07111.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=28.11%
G=37.84%
B=34.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401260.2600.100.45156.6714.7547.84
Hex688C7E1A0A2D9df30
Octal15021417632012552351760
Binary11010001000110011111101101001010101101100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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