Shades of Gumbo #668D8B
Tints of Gumbo #668D8B
RGB
CMYK
RGB Variations
Color information
#668D8B (or 0x668D8B) is known color: Gumbo. HEX triplet: 66, 8D and 8B. RGB value is (102,141,139). Sum of RGB (Red+Green+Blue) = 102+141+139=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #668D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D8B is #997274. Grayscale: #818181. Windows color (decimal): -10056309 or 9145702. OLE color: 9145702.
HSL color Cylindrical-coordinate representation of color #668D8B: hue angle of 176.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668D8B is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 139 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.45 |
| HSL | 176.92º | 0.16% | 0.48% | - |
| HSV(B) | 176.92º | 0.28% | 0.55% | - |
| XYZ | 19.66 | 23.74 | 27.97 | - |
| YUV | 129.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 139 | 0.28 | 0 | 0.01 | 0.45 | 176.92 | 0.16 | 0.48 |
| Hex | 66 | 8D | 8B | 1C | 0 | 1 | 2D | B1 | 10 | 30 |
| Octal | 146 | 215 | 213 | 34 | 0 | 1 | 55 | 261 | 20 | 60 |
| Binary | 1100110 | 10001101 | 10001011 | 11100 | 0 | 1 | 101101 | 10110001 | 10000 | 110000 |
Color Harmonies of #668D8B
Complementary color
Monochromatic Colors of #668D8B
Black with #668D8B
Text Example
Text Example
White with #668D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D8B; }
p { color: rgb(102,141,139); }
H1.HeaderClassName
{
color: #668D8B;
}
.AnyTagClassName
{
color: #668D8B;
}
</style>
background-color css
<style>
a { background-color: #668D8B; }
a { background-color: rgb(102,141,139); }
div.DivClassName
{
background-color: #668D8B;
}
.BgClassName
{
background-color: #668D8B;
}
</style>
border-color css
<style>
span { border-color: #668D8B; }
span { border-color: rgb(102,141,139); }
td.TdClassName
{
border-color: #668D8B;
}
.TagClassName
{
border-color: #668D8B;
}
</style>