#688C85

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

Shades of Gumbo #688C85

Tints of Gumbo #688C85

Color information

#688C85 (or 0x688C85) is unknown color: approx Gumbo. HEX triplet: 68, 8C and 85. RGB value is (104,140,133). Sum of RGB (Red+Green+Blue) = 104+140+133=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #688C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C85 is #97737A. Grayscale: #808080. Windows color (decimal): -9925499 or 8752232. OLE color: 8752232.

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

Color convert

RGB104140133-
CMYK0.2600.050.45
HSL168.33º14.75%47.84%-
HSV(B)168.33º25.71%54.9%-
XYZ19.3223.3925.69-
YUV128.44130.57110.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=27.59%
G=37.14%
B=35.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401330.2600.050.45168.3314.7547.84
Hex688C851A052Da8f30
Octal1502142053205552501760
Binary11010001000110010000101110100101101101101010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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