#688D7C

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

Shades of Patina #688D7C

Tints of Patina #688D7C

Color information

#688D7C (or 0x688D7C) is unknown color: approx Patina. HEX triplet: 68, 8D and 7C. RGB value is (104,141,124). Sum of RGB (Red+Green+Blue) = 104+141+124=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #688D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D7C is #977283. Grayscale: #808080. Windows color (decimal): -9925252 or 8162664. OLE color: 8162664.

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

Color convert

RGB104141124-
CMYK0.2600.120.45
HSL152.43º15.1%48.04%-
HSV(B)152.43º26.24%55.29%-
XYZ18.8723.4522.6-
YUV128125.74110.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=28.18%
G=38.21%
B=33.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041411240.2600.120.45152.4315.148.04
Hex688D7C1A0C2D98f30
Octal15021517432014552301760
Binary11010001000110111111001101001100101101100110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,124); }

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

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

 a { background-color: rgb(104,141,124); }

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

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

 span { border-color: rgb(104,141,124); }

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