Shades of Gumbo #678E88
Tints of Gumbo #678E88
RGB
CMYK
RGB Variations
Color information
#678E88 (or 0x678E88) is known color: Gumbo. HEX triplet: 67, 8E and 88. RGB value is (103,142,136). Sum of RGB (Red+Green+Blue) = 103+142+136=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #678E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E88 is #987177. Grayscale: #818181. Windows color (decimal): -9990520 or 8949351. OLE color: 8949351.
HSL color Cylindrical-coordinate representation of color #678E88: 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 #678E88 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 136 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.44 |
| HSL | 170.77º | 0.16% | 0.48% | - |
| HSV(B) | 170.77º | 0.27% | 0.56% | - |
| XYZ | 19.71 | 24.01 | 26.89 | - |
| YUV | 129.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 136 | 0.27 | 0 | 0.04 | 0.44 | 170.77 | 0.16 | 0.48 |
| Hex | 67 | 8E | 88 | 1B | 0 | 4 | 2C | AB | 10 | 30 |
| Octal | 147 | 216 | 210 | 33 | 0 | 4 | 54 | 253 | 20 | 60 |
| Binary | 1100111 | 10001110 | 10001000 | 11011 | 0 | 100 | 101100 | 10101011 | 10000 | 110000 |
Color Harmonies of #678E88
Complementary color
Monochromatic Colors of #678E88
Black with #678E88
Text Example
Text Example
White with #678E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E88; }
p { color: rgb(103,142,136); }
H1.HeaderClassName
{
color: #678E88;
}
.AnyTagClassName
{
color: #678E88;
}
</style>
background-color css
<style>
a { background-color: #678E88; }
a { background-color: rgb(103,142,136); }
div.DivClassName
{
background-color: #678E88;
}
.BgClassName
{
background-color: #678E88;
}
</style>
border-color css
<style>
span { border-color: #678E88; }
span { border-color: rgb(103,142,136); }
td.TdClassName
{
border-color: #678E88;
}
.TagClassName
{
border-color: #678E88;
}
</style>