Shades of Gumbo #678D88
Tints of Gumbo #678D88
RGB
CMYK
RGB Variations
Color information
#678D88 (or 0x678D88) is known color: Gumbo. HEX triplet: 67, 8D and 88. RGB value is (103,141,136). Sum of RGB (Red+Green+Blue) = 103+141+136=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #678D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D88 is #987277. Grayscale: #818181. Windows color (decimal): -9990776 or 8949095. OLE color: 8949095.
HSL color Cylindrical-coordinate representation of color #678D88: hue angle of 172.11º 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 #678D88 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 136 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.45 |
| HSL | 172.11º | 0.16% | 0.48% | - |
| HSV(B) | 172.11º | 0.27% | 0.55% | - |
| XYZ | 19.56 | 23.71 | 26.84 | - |
| YUV | 129.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 136 | 0.27 | 0 | 0.04 | 0.45 | 172.11 | 0.16 | 0.48 |
| Hex | 67 | 8D | 88 | 1B | 0 | 4 | 2D | AC | 10 | 30 |
| Octal | 147 | 215 | 210 | 33 | 0 | 4 | 55 | 254 | 20 | 60 |
| Binary | 1100111 | 10001101 | 10001000 | 11011 | 0 | 100 | 101101 | 10101100 | 10000 | 110000 |
Color Harmonies of #678D88
Complementary color
Monochromatic Colors of #678D88
Black with #678D88
Text Example
Text Example
White with #678D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D88; }
p { color: rgb(103,141,136); }
H1.HeaderClassName
{
color: #678D88;
}
.AnyTagClassName
{
color: #678D88;
}
</style>
background-color css
<style>
a { background-color: #678D88; }
a { background-color: rgb(103,141,136); }
div.DivClassName
{
background-color: #678D88;
}
.BgClassName
{
background-color: #678D88;
}
</style>
border-color css
<style>
span { border-color: #678D88; }
span { border-color: rgb(103,141,136); }
td.TdClassName
{
border-color: #678D88;
}
.TagClassName
{
border-color: #678D88;
}
</style>