Shades of Gumbo #688F88
Tints of Gumbo #688F88
RGB
CMYK
RGB Variations
Color information
#688F88 (or 0x688F88) is known color: Gumbo. HEX triplet: 68, 8F and 88. RGB value is (104,143,136). Sum of RGB (Red+Green+Blue) = 104+143+136=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #688F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F88 is #977077. Grayscale: #828282. Windows color (decimal): -9924728 or 8949608. OLE color: 8949608.
HSL color Cylindrical-coordinate representation of color #688F88: hue angle of 169.23º 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 #688F88 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 136 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.44 |
| HSL | 169.23º | 0.16% | 0.48% | - |
| HSV(B) | 169.23º | 0.27% | 0.56% | - |
| XYZ | 19.98 | 24.37 | 26.94 | - |
| YUV | 130.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 136 | 0.27 | 0 | 0.05 | 0.44 | 169.23 | 0.16 | 0.48 |
| Hex | 68 | 8F | 88 | 1B | 0 | 5 | 2C | A9 | 10 | 30 |
| Octal | 150 | 217 | 210 | 33 | 0 | 5 | 54 | 251 | 20 | 60 |
| Binary | 1101000 | 10001111 | 10001000 | 11011 | 0 | 101 | 101100 | 10101001 | 10000 | 110000 |
Color Harmonies of #688F88
Complementary color
Monochromatic Colors of #688F88
Black with #688F88
Text Example
Text Example
White with #688F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F88; }
p { color: rgb(104,143,136); }
H1.HeaderClassName
{
color: #688F88;
}
.AnyTagClassName
{
color: #688F88;
}
</style>
background-color css
<style>
a { background-color: #688F88; }
a { background-color: rgb(104,143,136); }
div.DivClassName
{
background-color: #688F88;
}
.BgClassName
{
background-color: #688F88;
}
</style>
border-color css
<style>
span { border-color: #688F88; }
span { border-color: rgb(104,143,136); }
td.TdClassName
{
border-color: #688F88;
}
.TagClassName
{
border-color: #688F88;
}
</style>