Shades of Gumbo #678F88
Tints of Gumbo #678F88
RGB
CMYK
RGB Variations
Color information
#678F88 (or 0x678F88) is known color: Gumbo. HEX triplet: 67, 8F and 88. RGB value is (103,143,136). Sum of RGB (Red+Green+Blue) = 103+143+136=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #678F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F88 is #987077. Grayscale: #828282. Windows color (decimal): -9990264 or 8949607. OLE color: 8949607.
HSL color Cylindrical-coordinate representation of color #678F88: hue angle of 169.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #678F88 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 143 | 136 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.44 |
| HSL | 169.5º | 0.16% | 0.48% | - |
| HSV(B) | 169.5º | 0.28% | 0.56% | - |
| XYZ | 19.86 | 24.31 | 26.94 | - |
| YUV | 130.24 | 131.25 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 143 | 136 | 0.28 | 0 | 0.05 | 0.44 | 169.5 | 0.16 | 0.48 |
| Hex | 67 | 8F | 88 | 1C | 0 | 5 | 2C | AA | 10 | 30 |
| Octal | 147 | 217 | 210 | 34 | 0 | 5 | 54 | 252 | 20 | 60 |
| Binary | 1100111 | 10001111 | 10001000 | 11100 | 0 | 101 | 101100 | 10101010 | 10000 | 110000 |
Color Harmonies of #678F88
Complementary color
Monochromatic Colors of #678F88
Black with #678F88
Text Example
Text Example
White with #678F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678F88; }
p { color: rgb(103,143,136); }
H1.HeaderClassName
{
color: #678F88;
}
.AnyTagClassName
{
color: #678F88;
}
</style>
background-color css
<style>
a { background-color: #678F88; }
a { background-color: rgb(103,143,136); }
div.DivClassName
{
background-color: #678F88;
}
.BgClassName
{
background-color: #678F88;
}
</style>
border-color css
<style>
span { border-color: #678F88; }
span { border-color: rgb(103,143,136); }
td.TdClassName
{
border-color: #678F88;
}
.TagClassName
{
border-color: #678F88;
}
</style>