Shades of Gumbo #678E89
Tints of Gumbo #678E89
RGB
CMYK
RGB Variations
Color information
#678E89 (or 0x678E89) is known color: Gumbo. HEX triplet: 67, 8E and 89. RGB value is (103,142,137). Sum of RGB (Red+Green+Blue) = 103+142+137=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 142 - color contains mainly: green. Hex color #678E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E89 is #987176. Grayscale: #818181. Windows color (decimal): -9990519 or 9014887. OLE color: 9014887.
HSL color Cylindrical-coordinate representation of color #678E89: hue angle of 172.31º 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 #678E89 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 142 | 137 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.44 |
| HSL | 172.31º | 0.16% | 0.48% | - |
| HSV(B) | 172.31º | 0.27% | 0.56% | - |
| XYZ | 19.78 | 24.04 | 27.26 | - |
| YUV | 129.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 142 | 137 | 0.27 | 0 | 0.04 | 0.44 | 172.31 | 0.16 | 0.48 |
| Hex | 67 | 8E | 89 | 1B | 0 | 4 | 2C | AC | 10 | 30 |
| Octal | 147 | 216 | 211 | 33 | 0 | 4 | 54 | 254 | 20 | 60 |
| Binary | 1100111 | 10001110 | 10001001 | 11011 | 0 | 100 | 101100 | 10101100 | 10000 | 110000 |
Color Harmonies of #678E89
Complementary color
Monochromatic Colors of #678E89
Black with #678E89
Text Example
Text Example
White with #678E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678E89; }
p { color: rgb(103,142,137); }
H1.HeaderClassName
{
color: #678E89;
}
.AnyTagClassName
{
color: #678E89;
}
</style>
background-color css
<style>
a { background-color: #678E89; }
a { background-color: rgb(103,142,137); }
div.DivClassName
{
background-color: #678E89;
}
.BgClassName
{
background-color: #678E89;
}
</style>
border-color css
<style>
span { border-color: #678E89; }
span { border-color: rgb(103,142,137); }
td.TdClassName
{
border-color: #678E89;
}
.TagClassName
{
border-color: #678E89;
}
</style>