Shades of Gumbo #678D8B
Tints of Gumbo #678D8B
RGB
CMYK
RGB Variations
Color information
#678D8B (or 0x678D8B) is known color: Gumbo. HEX triplet: 67, 8D and 8B. RGB value is (103,141,139). Sum of RGB (Red+Green+Blue) = 103+141+139=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #678D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D8B is #987274. Grayscale: #818181. Windows color (decimal): -9990773 or 9145703. OLE color: 9145703.
HSL color Cylindrical-coordinate representation of color #678D8B: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678D8B is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 139 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.45 |
| HSL | 176.84º | 0.16% | 0.48% | - |
| HSV(B) | 176.84º | 0.27% | 0.55% | - |
| XYZ | 19.78 | 23.8 | 27.98 | - |
| YUV | 129.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 139 | 0.27 | 0 | 0.01 | 0.45 | 176.84 | 0.16 | 0.48 |
| Hex | 67 | 8D | 8B | 1B | 0 | 1 | 2D | B1 | 10 | 30 |
| Octal | 147 | 215 | 213 | 33 | 0 | 1 | 55 | 261 | 20 | 60 |
| Binary | 1100111 | 10001101 | 10001011 | 11011 | 0 | 1 | 101101 | 10110001 | 10000 | 110000 |
Color Harmonies of #678D8B
Complementary color
Monochromatic Colors of #678D8B
Black with #678D8B
Text Example
Text Example
White with #678D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D8B; }
p { color: rgb(103,141,139); }
H1.HeaderClassName
{
color: #678D8B;
}
.AnyTagClassName
{
color: #678D8B;
}
</style>
background-color css
<style>
a { background-color: #678D8B; }
a { background-color: rgb(103,141,139); }
div.DivClassName
{
background-color: #678D8B;
}
.BgClassName
{
background-color: #678D8B;
}
</style>
border-color css
<style>
span { border-color: #678D8B; }
span { border-color: rgb(103,141,139); }
td.TdClassName
{
border-color: #678D8B;
}
.TagClassName
{
border-color: #678D8B;
}
</style>