Shades of Gumbo #668F88
Tints of Gumbo #668F88
RGB
CMYK
RGB Variations
Color information
#668F88 (or 0x668F88) is known color: Gumbo. HEX triplet: 66, 8F and 88. RGB value is (102,143,136). Sum of RGB (Red+Green+Blue) = 102+143+136=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 143 - color contains mainly: green. Hex color #668F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F88 is #997077. Grayscale: #818181. Windows color (decimal): -10055800 or 8949606. OLE color: 8949606.
HSL color Cylindrical-coordinate representation of color #668F88: hue angle of 169.76º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F88 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 143 | 136 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.44 |
| HSL | 169.76º | 0.17% | 0.48% | - |
| HSV(B) | 169.76º | 0.29% | 0.56% | - |
| XYZ | 19.75 | 24.25 | 26.93 | - |
| YUV | 129.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 136 | 0.29 | 0 | 0.05 | 0.44 | 169.76 | 0.17 | 0.48 |
| Hex | 66 | 8F | 88 | 1D | 0 | 5 | 2C | AA | 11 | 30 |
| Octal | 146 | 217 | 210 | 35 | 0 | 5 | 54 | 252 | 21 | 60 |
| Binary | 1100110 | 10001111 | 10001000 | 11101 | 0 | 101 | 101100 | 10101010 | 10001 | 110000 |
Color Harmonies of #668F88
Complementary color
Monochromatic Colors of #668F88
Black with #668F88
Text Example
Text Example
White with #668F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668F88; }
p { color: rgb(102,143,136); }
H1.HeaderClassName
{
color: #668F88;
}
.AnyTagClassName
{
color: #668F88;
}
</style>
background-color css
<style>
a { background-color: #668F88; }
a { background-color: rgb(102,143,136); }
div.DivClassName
{
background-color: #668F88;
}
.BgClassName
{
background-color: #668F88;
}
</style>
border-color css
<style>
span { border-color: #668F88; }
span { border-color: rgb(102,143,136); }
td.TdClassName
{
border-color: #668F88;
}
.TagClassName
{
border-color: #668F88;
}
</style>