Shades of Gumbo #688A86
Tints of Gumbo #688A86
RGB
CMYK
RGB Variations
Color information
#688A86 (or 0x688A86) is known color: Gumbo. HEX triplet: 68, 8A and 86. RGB value is (104,138,134). Sum of RGB (Red+Green+Blue) = 104+138+134=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #688A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688A86 is #977579. Grayscale: #7F7F7F. Windows color (decimal): -9926010 or 8817256. OLE color: 8817256.
HSL color Cylindrical-coordinate representation of color #688A86: hue angle of 172.94º 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 #688A86 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 134 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.46 |
| HSL | 172.94º | 0.14% | 0.47% | - |
| HSV(B) | 172.94º | 0.25% | 0.54% | - |
| XYZ | 19.1 | 22.84 | 25.96 | - |
| YUV | 127.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 134 | 0.25 | 0 | 0.03 | 0.46 | 172.94 | 0.14 | 0.47 |
| Hex | 68 | 8A | 86 | 19 | 0 | 3 | 2E | AD | E | 2F |
| Octal | 150 | 212 | 206 | 31 | 0 | 3 | 56 | 255 | 16 | 57 |
| Binary | 1101000 | 10001010 | 10000110 | 11001 | 0 | 11 | 101110 | 10101101 | 1110 | 101111 |
Color Harmonies of #688A86
Complementary color
Monochromatic Colors of #688A86
Black with #688A86
Text Example
Text Example
White with #688A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A86; }
p { color: rgb(104,138,134); }
H1.HeaderClassName
{
color: #688A86;
}
.AnyTagClassName
{
color: #688A86;
}
</style>
background-color css
<style>
a { background-color: #688A86; }
a { background-color: rgb(104,138,134); }
div.DivClassName
{
background-color: #688A86;
}
.BgClassName
{
background-color: #688A86;
}
</style>
border-color css
<style>
span { border-color: #688A86; }
span { border-color: rgb(104,138,134); }
td.TdClassName
{
border-color: #688A86;
}
.TagClassName
{
border-color: #688A86;
}
</style>