Shades of Gumbo #678E86
Tints of Gumbo #678E86
RGB
CMYK
RGB Variations
Color information
#678E86 (or 0x678E86) is known color: Gumbo. HEX triplet: 67, 8E and 86. RGB value is (103,142,134). Sum of RGB (Red+Green+Blue) = 103+142+134=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #678E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E86 is #987179. Grayscale: #818181. Windows color (decimal): -9990522 or 8818279. OLE color: 8818279.
HSL color Cylindrical-coordinate representation of color #678E86: hue angle of 167.69º 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 #678E86 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 134 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.44 |
| HSL | 167.69º | 0.16% | 0.48% | - |
| HSV(B) | 167.69º | 0.27% | 0.56% | - |
| XYZ | 19.57 | 23.95 | 26.15 | - |
| YUV | 129.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 134 | 0.27 | 0 | 0.06 | 0.44 | 167.69 | 0.16 | 0.48 |
| Hex | 67 | 8E | 86 | 1B | 0 | 6 | 2C | A8 | 10 | 30 |
| Octal | 147 | 216 | 206 | 33 | 0 | 6 | 54 | 250 | 20 | 60 |
| Binary | 1100111 | 10001110 | 10000110 | 11011 | 0 | 110 | 101100 | 10101000 | 10000 | 110000 |
Color Harmonies of #678E86
Complementary color
Monochromatic Colors of #678E86
Black with #678E86
Text Example
Text Example
White with #678E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E86; }
p { color: rgb(103,142,134); }
H1.HeaderClassName
{
color: #678E86;
}
.AnyTagClassName
{
color: #678E86;
}
</style>
background-color css
<style>
a { background-color: #678E86; }
a { background-color: rgb(103,142,134); }
div.DivClassName
{
background-color: #678E86;
}
.BgClassName
{
background-color: #678E86;
}
</style>
border-color css
<style>
span { border-color: #678E86; }
span { border-color: rgb(103,142,134); }
td.TdClassName
{
border-color: #678E86;
}
.TagClassName
{
border-color: #678E86;
}
</style>