Shades of Gumbo #668D8A
Tints of Gumbo #668D8A
RGB
CMYK
RGB Variations
Color information
#668D8A (or 0x668D8A) is known color: Gumbo. HEX triplet: 66, 8D and 8A. RGB value is (102,141,138). Sum of RGB (Red+Green+Blue) = 102+141+138=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 141 - color contains mainly: green. Hex color #668D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D8A is #997275. Grayscale: #808080. Windows color (decimal): -10056310 or 9080166. OLE color: 9080166.
HSL color Cylindrical-coordinate representation of color #668D8A: hue angle of 175.38º 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 #668D8A is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 138 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.45 |
| HSL | 175.38º | 0.16% | 0.48% | - |
| HSV(B) | 175.38º | 0.28% | 0.55% | - |
| XYZ | 19.59 | 23.71 | 27.59 | - |
| YUV | 129 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 138 | 0.28 | 0 | 0.02 | 0.45 | 175.38 | 0.16 | 0.48 |
| Hex | 66 | 8D | 8A | 1C | 0 | 2 | 2D | AF | 10 | 30 |
| Octal | 146 | 215 | 212 | 34 | 0 | 2 | 55 | 257 | 20 | 60 |
| Binary | 1100110 | 10001101 | 10001010 | 11100 | 0 | 10 | 101101 | 10101111 | 10000 | 110000 |
Color Harmonies of #668D8A
Complementary color
Monochromatic Colors of #668D8A
Black with #668D8A
Text Example
Text Example
White with #668D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D8A; }
p { color: rgb(102,141,138); }
H1.HeaderClassName
{
color: #668D8A;
}
.AnyTagClassName
{
color: #668D8A;
}
</style>
background-color css
<style>
a { background-color: #668D8A; }
a { background-color: rgb(102,141,138); }
div.DivClassName
{
background-color: #668D8A;
}
.BgClassName
{
background-color: #668D8A;
}
</style>
border-color css
<style>
span { border-color: #668D8A; }
span { border-color: rgb(102,141,138); }
td.TdClassName
{
border-color: #668D8A;
}
.TagClassName
{
border-color: #668D8A;
}
</style>