Shades of Gumbo #68968C
Tints of Gumbo #68968C
RGB
CMYK
RGB Variations
Color information
#68968C (or 0x68968C) is known color: Gumbo. HEX triplet: 68, 96 and 8C. RGB value is (104,150,140). Sum of RGB (Red+Green+Blue) = 104+150+140=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #68968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968C is #976973. Grayscale: #878787. Windows color (decimal): -9922932 or 9213544. OLE color: 9213544.
HSL color Cylindrical-coordinate representation of color #68968C: hue angle of 166.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68968C is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 140 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.41 |
| HSL | 166.96º | 0.18% | 0.5% | - |
| HSV(B) | 166.96º | 0.31% | 0.59% | - |
| XYZ | 21.35 | 26.65 | 28.83 | - |
| YUV | 135.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 140 | 0.31 | 0 | 0.07 | 0.41 | 166.96 | 0.18 | 0.5 |
| Hex | 68 | 96 | 8C | 1F | 0 | 7 | 29 | A7 | 12 | 32 |
| Octal | 150 | 226 | 214 | 37 | 0 | 7 | 51 | 247 | 22 | 62 |
| Binary | 1101000 | 10010110 | 10001100 | 11111 | 0 | 111 | 101001 | 10100111 | 10010 | 110010 |
Color Harmonies of #68968C
Complementary color
Monochromatic Colors of #68968C
Black with #68968C
Text Example
Text Example
White with #68968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68968C; }
p { color: rgb(104,150,140); }
H1.HeaderClassName
{
color: #68968C;
}
.AnyTagClassName
{
color: #68968C;
}
</style>
background-color css
<style>
a { background-color: #68968C; }
a { background-color: rgb(104,150,140); }
div.DivClassName
{
background-color: #68968C;
}
.BgClassName
{
background-color: #68968C;
}
</style>
border-color css
<style>
span { border-color: #68968C; }
span { border-color: rgb(104,150,140); }
td.TdClassName
{
border-color: #68968C;
}
.TagClassName
{
border-color: #68968C;
}
</style>