#688A85

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

Shades of Gumbo #688A85

Tints of Gumbo #688A85

Color information

#688A85 (or 0x688A85) is unknown color: approx Gumbo. HEX triplet: 68, 8A and 85. RGB value is (104,138,133). Sum of RGB (Red+Green+Blue) = 104+138+133=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #688A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A85 is #97757A. Grayscale: #7F7F7F. Windows color (decimal): -9926011 or 8751720. OLE color: 8751720.

HSL color Cylindrical-coordinate representation of color #688A85: hue angle of 171.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A85 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB104138133-
CMYK0.2500.040.46
HSL171.18º14.05%47.45%-
HSV(B)171.18º24.64%54.12%-
XYZ19.0322.8125.59-
YUV127.26131.24111.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=27.73%
G=36.8%
B=35.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041381330.2500.040.46171.1814.0547.45
Hex688A8519042Eabe2f
Octal1502122053104562531657
Binary11010001000101010000101110010100101110101010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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