Shades of Gumbo #678D87
Tints of Gumbo #678D87
RGB
CMYK
RGB Variations
Color information
#678D87 (or 0x678D87) is known color: Gumbo. HEX triplet: 67, 8D and 87. RGB value is (103,141,135). Sum of RGB (Red+Green+Blue) = 103+141+135=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #678D87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678D87 is #987278. Grayscale: #808080. Windows color (decimal): -9990777 or 8883559. OLE color: 8883559.
HSL color Cylindrical-coordinate representation of color #678D87: hue angle of 170.53º 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 #678D87 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 141 | 135 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.45 |
| HSL | 170.53º | 0.16% | 0.48% | - |
| HSV(B) | 170.53º | 0.27% | 0.55% | - |
| XYZ | 19.49 | 23.68 | 26.47 | - |
| YUV | 128.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 141 | 135 | 0.27 | 0 | 0.04 | 0.45 | 170.53 | 0.16 | 0.48 |
| Hex | 67 | 8D | 87 | 1B | 0 | 4 | 2D | AB | 10 | 30 |
| Octal | 147 | 215 | 207 | 33 | 0 | 4 | 55 | 253 | 20 | 60 |
| Binary | 1100111 | 10001101 | 10000111 | 11011 | 0 | 100 | 101101 | 10101011 | 10000 | 110000 |
Color Harmonies of #678D87
Complementary color
Monochromatic Colors of #678D87
Black with #678D87
Text Example
Text Example
White with #678D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678D87; }
p { color: rgb(103,141,135); }
H1.HeaderClassName
{
color: #678D87;
}
.AnyTagClassName
{
color: #678D87;
}
</style>
background-color css
<style>
a { background-color: #678D87; }
a { background-color: rgb(103,141,135); }
div.DivClassName
{
background-color: #678D87;
}
.BgClassName
{
background-color: #678D87;
}
</style>
border-color css
<style>
span { border-color: #678D87; }
span { border-color: rgb(103,141,135); }
td.TdClassName
{
border-color: #678D87;
}
.TagClassName
{
border-color: #678D87;
}
</style>