#688B84

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

Shades of Gumbo #688B84

Tints of Gumbo #688B84

Color information

#688B84 (or 0x688B84) is unknown color: approx Gumbo. HEX triplet: 68, 8B and 84. RGB value is (104,139,132). Sum of RGB (Red+Green+Blue) = 104+139+132=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #688B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B84 is #97747B. Grayscale: #7F7F7F. Windows color (decimal): -9925756 or 8686440. OLE color: 8686440.

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

Color convert

RGB104139132-
CMYK0.2500.050.45
HSL168º14.4%47.65%-
HSV(B)168º25.18%54.51%-
XYZ19.1123.0725.28-
YUV127.74130.4111.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=27.73%
G=37.07%
B=35.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041391320.2500.050.4516814.447.65
Hex688B8419052Da8e30
Octal1502132043105552501660
Binary11010001000101110000100110010101101101101010001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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