#688B85

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

Shades of Gumbo #688B85

Tints of Gumbo #688B85

Color information

#688B85 (or 0x688B85) is unknown color: approx Gumbo. HEX triplet: 68, 8B and 85. RGB value is (104,139,133). Sum of RGB (Red+Green+Blue) = 104+139+133=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #688B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B85 is #97747A. Grayscale: #7F7F7F. Windows color (decimal): -9925755 or 8751976. OLE color: 8751976.

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

Color convert

RGB104139133-
CMYK0.2500.040.45
HSL169.71º14.4%47.65%-
HSV(B)169.71º25.18%54.51%-
XYZ19.1823.125.64-
YUV127.85130.9110.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.66%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=27.66%
G=36.97%
B=35.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041391330.2500.040.45169.7114.447.65
Hex688B8519042Daae30
Octal1502132053104552521660
Binary11010001000101110000101110010100101101101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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