Shades of Gumbo #68998E
Tints of Gumbo #68998E
RGB
CMYK
RGB Variations
Color information
#68998E (or 0x68998E) is known color: Gumbo. HEX triplet: 68, 99 and 8E. RGB value is (104,153,142). Sum of RGB (Red+Green+Blue) = 104+153+142=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #68998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998E is #976671. Grayscale: #898989. Windows color (decimal): -9922162 or 9345384. OLE color: 9345384.
HSL color Cylindrical-coordinate representation of color #68998E: hue angle of 166.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68998E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 142 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.4 |
| HSL | 166.53º | 0.19% | 0.5% | - |
| HSV(B) | 166.53º | 0.32% | 0.6% | - |
| XYZ | 21.98 | 27.68 | 29.78 | - |
| YUV | 137.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 142 | 0.32 | 0 | 0.07 | 0.4 | 166.53 | 0.19 | 0.5 |
| Hex | 68 | 99 | 8E | 20 | 0 | 7 | 28 | A7 | 13 | 32 |
| Octal | 150 | 231 | 216 | 40 | 0 | 7 | 50 | 247 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001110 | 100000 | 0 | 111 | 101000 | 10100111 | 10011 | 110010 |
Color Harmonies of #68998E
Complementary color
Monochromatic Colors of #68998E
Black with #68998E
Text Example
Text Example
White with #68998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68998E; }
p { color: rgb(104,153,142); }
H1.HeaderClassName
{
color: #68998E;
}
.AnyTagClassName
{
color: #68998E;
}
</style>
background-color css
<style>
a { background-color: #68998E; }
a { background-color: rgb(104,153,142); }
div.DivClassName
{
background-color: #68998E;
}
.BgClassName
{
background-color: #68998E;
}
</style>
border-color css
<style>
span { border-color: #68998E; }
span { border-color: rgb(104,153,142); }
td.TdClassName
{
border-color: #68998E;
}
.TagClassName
{
border-color: #68998E;
}
</style>