Shades of Gumbo #668A84
Tints of Gumbo #668A84
RGB
CMYK
RGB Variations
Color information
#668A84 (or 0x668A84) is known color: Gumbo. HEX triplet: 66, 8A and 84. RGB value is (102,138,132). Sum of RGB (Red+Green+Blue) = 102+138+132=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #668A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A84 is #99757B. Grayscale: #7E7E7E. Windows color (decimal): -10057084 or 8686182. OLE color: 8686182.
HSL color Cylindrical-coordinate representation of color #668A84: hue angle of 170º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A84 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 132 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.46 |
| HSL | 170º | 0.15% | 0.47% | - |
| HSV(B) | 170º | 0.26% | 0.54% | - |
| XYZ | 18.73 | 22.67 | 25.22 | - |
| YUV | 126.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 132 | 0.26 | 0 | 0.04 | 0.46 | 170 | 0.15 | 0.47 |
| Hex | 66 | 8A | 84 | 1A | 0 | 4 | 2E | AA | F | 2F |
| Octal | 146 | 212 | 204 | 32 | 0 | 4 | 56 | 252 | 17 | 57 |
| Binary | 1100110 | 10001010 | 10000100 | 11010 | 0 | 100 | 101110 | 10101010 | 1111 | 101111 |
Color Harmonies of #668A84
Complementary color
Monochromatic Colors of #668A84
Black with #668A84
Text Example
Text Example
White with #668A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A84; }
p { color: rgb(102,138,132); }
H1.HeaderClassName
{
color: #668A84;
}
.AnyTagClassName
{
color: #668A84;
}
</style>
background-color css
<style>
a { background-color: #668A84; }
a { background-color: rgb(102,138,132); }
div.DivClassName
{
background-color: #668A84;
}
.BgClassName
{
background-color: #668A84;
}
</style>
border-color css
<style>
span { border-color: #668A84; }
span { border-color: rgb(102,138,132); }
td.TdClassName
{
border-color: #668A84;
}
.TagClassName
{
border-color: #668A84;
}
</style>