#688C84

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

Shades of Patina #688C84

Tints of Patina #688C84

Color information

#688C84 (or 0x688C84) is unknown color: approx Patina. HEX triplet: 68, 8C and 84. RGB value is (104,140,132). Sum of RGB (Red+Green+Blue) = 104+140+132=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #688C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C84 is #97737B. Grayscale: #808080. Windows color (decimal): -9925500 or 8686696. OLE color: 8686696.

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

Color convert

RGB104140132-
CMYK0.2600.060.45
HSL166.67º14.75%47.84%-
HSV(B)166.67º25.71%54.9%-
XYZ19.2523.3725.33-
YUV128.32130.07110.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=27.66%
G=37.23%
B=35.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401320.2600.060.45166.6714.7547.84
Hex688C841A062Da7f30
Octal1502142043206552471760
Binary11010001000110010000100110100110101101101001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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