Shades of Gumbo #678B87
Tints of Gumbo #678B87
RGB
CMYK
RGB Variations
Color information
#678B87 (or 0x678B87) is known color: Gumbo. HEX triplet: 67, 8B and 87. RGB value is (103,139,135). Sum of RGB (Red+Green+Blue) = 103+139+135=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #678B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B87 is #987478. Grayscale: #7F7F7F. Windows color (decimal): -9991289 or 8883047. OLE color: 8883047.
HSL color Cylindrical-coordinate representation of color #678B87: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B87 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 135 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.45 |
| HSL | 173.33º | 0.15% | 0.47% | - |
| HSV(B) | 173.33º | 0.26% | 0.55% | - |
| XYZ | 19.2 | 23.1 | 26.37 | - |
| YUV | 127.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 135 | 0.26 | 0 | 0.03 | 0.45 | 173.33 | 0.15 | 0.47 |
| Hex | 67 | 8B | 87 | 1A | 0 | 3 | 2D | AD | F | 2F |
| Octal | 147 | 213 | 207 | 32 | 0 | 3 | 55 | 255 | 17 | 57 |
| Binary | 1100111 | 10001011 | 10000111 | 11010 | 0 | 11 | 101101 | 10101101 | 1111 | 101111 |
Color Harmonies of #678B87
Complementary color
Monochromatic Colors of #678B87
Black with #678B87
Text Example
Text Example
White with #678B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B87; }
p { color: rgb(103,139,135); }
H1.HeaderClassName
{
color: #678B87;
}
.AnyTagClassName
{
color: #678B87;
}
</style>
background-color css
<style>
a { background-color: #678B87; }
a { background-color: rgb(103,139,135); }
div.DivClassName
{
background-color: #678B87;
}
.BgClassName
{
background-color: #678B87;
}
</style>
border-color css
<style>
span { border-color: #678B87; }
span { border-color: rgb(103,139,135); }
td.TdClassName
{
border-color: #678B87;
}
.TagClassName
{
border-color: #678B87;
}
</style>