Shades of Gumbo #68998F
Tints of Gumbo #68998F
RGB
CMYK
RGB Variations
Color information
#68998F (or 0x68998F) is known color: Gumbo. HEX triplet: 68, 99 and 8F. RGB value is (104,153,143). Sum of RGB (Red+Green+Blue) = 104+153+143=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #68998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68998F is #976670. Grayscale: #898989. Windows color (decimal): -9922161 or 9410920. OLE color: 9410920.
HSL color Cylindrical-coordinate representation of color #68998F: hue angle of 167.76º 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 #68998F is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 143 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.4 |
| HSL | 167.76º | 0.19% | 0.5% | - |
| HSV(B) | 167.76º | 0.32% | 0.6% | - |
| XYZ | 22.06 | 27.71 | 30.17 | - |
| YUV | 137.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 143 | 0.32 | 0 | 0.07 | 0.4 | 167.76 | 0.19 | 0.5 |
| Hex | 68 | 99 | 8F | 20 | 0 | 7 | 28 | A8 | 13 | 32 |
| Octal | 150 | 231 | 217 | 40 | 0 | 7 | 50 | 250 | 23 | 62 |
| Binary | 1101000 | 10011001 | 10001111 | 100000 | 0 | 111 | 101000 | 10101000 | 10011 | 110010 |
Color Harmonies of #68998F
Complementary color
Monochromatic Colors of #68998F
Black with #68998F
Text Example
Text Example
White with #68998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68998F; }
p { color: rgb(104,153,143); }
H1.HeaderClassName
{
color: #68998F;
}
.AnyTagClassName
{
color: #68998F;
}
</style>
background-color css
<style>
a { background-color: #68998F; }
a { background-color: rgb(104,153,143); }
div.DivClassName
{
background-color: #68998F;
}
.BgClassName
{
background-color: #68998F;
}
</style>
border-color css
<style>
span { border-color: #68998F; }
span { border-color: rgb(104,153,143); }
td.TdClassName
{
border-color: #68998F;
}
.TagClassName
{
border-color: #68998F;
}
</style>