Shades of Gumbo #668D89
Tints of Gumbo #668D89
RGB
CMYK
RGB Variations
Color information
#668D89 (or 0x668D89) is known color: Gumbo. HEX triplet: 66, 8D and 89. RGB value is (102,141,137). Sum of RGB (Red+Green+Blue) = 102+141+137=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #668D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D89 is #997276. Grayscale: #808080. Windows color (decimal): -10056311 or 9014630. OLE color: 9014630.
HSL color Cylindrical-coordinate representation of color #668D89: hue angle of 173.85º 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 #668D89 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 137 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.45 |
| HSL | 173.85º | 0.16% | 0.48% | - |
| HSV(B) | 173.85º | 0.28% | 0.55% | - |
| XYZ | 19.52 | 23.68 | 27.21 | - |
| YUV | 128.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 137 | 0.28 | 0 | 0.03 | 0.45 | 173.85 | 0.16 | 0.48 |
| Hex | 66 | 8D | 89 | 1C | 0 | 3 | 2D | AE | 10 | 30 |
| Octal | 146 | 215 | 211 | 34 | 0 | 3 | 55 | 256 | 20 | 60 |
| Binary | 1100110 | 10001101 | 10001001 | 11100 | 0 | 11 | 101101 | 10101110 | 10000 | 110000 |
Color Harmonies of #668D89
Complementary color
Monochromatic Colors of #668D89
Black with #668D89
Text Example
Text Example
White with #668D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D89; }
p { color: rgb(102,141,137); }
H1.HeaderClassName
{
color: #668D89;
}
.AnyTagClassName
{
color: #668D89;
}
</style>
background-color css
<style>
a { background-color: #668D89; }
a { background-color: rgb(102,141,137); }
div.DivClassName
{
background-color: #668D89;
}
.BgClassName
{
background-color: #668D89;
}
</style>
border-color css
<style>
span { border-color: #668D89; }
span { border-color: rgb(102,141,137); }
td.TdClassName
{
border-color: #668D89;
}
.TagClassName
{
border-color: #668D89;
}
</style>