#688C87

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

Shades of Gumbo #688C87

Tints of Gumbo #688C87

Color information

#688C87 (or 0x688C87) is unknown color: approx Gumbo. HEX triplet: 68, 8C and 87. RGB value is (104,140,135). Sum of RGB (Red+Green+Blue) = 104+140+135=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #688C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C87 is #977378. Grayscale: #808080. Windows color (decimal): -9925497 or 8883304. OLE color: 8883304.

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

Color convert

RGB104140135-
CMYK0.2600.040.45
HSL171.67º14.75%47.84%-
HSV(B)171.67º25.71%54.9%-
XYZ19.4623.4526.42-
YUV128.67131.57110.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 140 (55.08% from 255) = 36.94%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=27.44%
G=36.94%
B=35.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041401350.2600.040.45171.6714.7547.84
Hex688C871A042Dacf30
Octal1502142073204552541760
Binary11010001000110010000111110100100101101101011001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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