#688F89

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

Shades of Gumbo #688F89

Tints of Gumbo #688F89

Color information

#688F89 (or 0x688F89) is unknown color: approx Gumbo. HEX triplet: 68, 8F and 89. RGB value is (104,143,137). Sum of RGB (Red+Green+Blue) = 104+143+137=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #688F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F89 is #977076. Grayscale: #828282. Windows color (decimal): -9924727 or 9015144. OLE color: 9015144.

HSL color Cylindrical-coordinate representation of color #688F89: hue angle of 170.77º degrees, saturation: 0.16, 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 #688F89 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB104143137-
CMYK0.2700.040.44
HSL170.77º15.79%48.43%-
HSV(B)170.77º27.27%56.08%-
XYZ20.0524.3927.32-
YUV130.66131.58108.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.08%
GREEN value IS 143 (56.25% from 255) = 37.24%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=27.08%
G=37.24%
B=35.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041431370.2700.040.44170.7715.7948.43
Hex688F891B042Cab1030
Octal1502172113304542532060
Binary110100010001111100010011101101001011001010101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,137); }

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

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

 a { background-color: rgb(104,143,137); }

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

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

 span { border-color: rgb(104,143,137); }

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