#688E87

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

Shades of Gumbo #688E87

Tints of Gumbo #688E87

Color information

#688E87 (or 0x688E87) is unknown color: approx Gumbo. HEX triplet: 68, 8E and 87. RGB value is (104,142,135). Sum of RGB (Red+Green+Blue) = 104+142+135=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #688E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E87 is #977178. Grayscale: #818181. Windows color (decimal): -9924985 or 8883816. OLE color: 8883816.

HSL color Cylindrical-coordinate representation of color #688E87: hue angle of 168.95º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688E87 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB104142135-
CMYK0.2700.050.44
HSL168.95º15.45%48.24%-
HSV(B)168.95º26.76%55.69%-
XYZ19.7624.0426.52-
YUV129.84130.91109.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=27.30%
G=37.27%
B=35.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041421350.2700.050.44168.9515.4548.24
Hex688E871B052Ca9f30
Octal1502162073305542511760
Binary11010001000111010000111110110101101100101010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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