Shades of Gumbo #68968F
Tints of Gumbo #68968F
RGB
CMYK
RGB Variations
Color information
#68968F (or 0x68968F) is known color: Gumbo. HEX triplet: 68, 96 and 8F. RGB value is (104,150,143). Sum of RGB (Red+Green+Blue) = 104+150+143=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #68968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968F is #976970. Grayscale: #878787. Windows color (decimal): -9922929 or 9410152. OLE color: 9410152.
HSL color Cylindrical-coordinate representation of color #68968F: hue angle of 170.87º 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 #68968F is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 143 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.41 |
| HSL | 170.87º | 0.18% | 0.5% | - |
| HSV(B) | 170.87º | 0.31% | 0.59% | - |
| XYZ | 21.57 | 26.74 | 30.01 | - |
| YUV | 135.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 143 | 0.31 | 0 | 0.05 | 0.41 | 170.87 | 0.18 | 0.5 |
| Hex | 68 | 96 | 8F | 1F | 0 | 5 | 29 | AB | 12 | 32 |
| Octal | 150 | 226 | 217 | 37 | 0 | 5 | 51 | 253 | 22 | 62 |
| Binary | 1101000 | 10010110 | 10001111 | 11111 | 0 | 101 | 101001 | 10101011 | 10010 | 110010 |
Color Harmonies of #68968F
Complementary color
Monochromatic Colors of #68968F
Black with #68968F
Text Example
Text Example
White with #68968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68968F; }
p { color: rgb(104,150,143); }
H1.HeaderClassName
{
color: #68968F;
}
.AnyTagClassName
{
color: #68968F;
}
</style>
background-color css
<style>
a { background-color: #68968F; }
a { background-color: rgb(104,150,143); }
div.DivClassName
{
background-color: #68968F;
}
.BgClassName
{
background-color: #68968F;
}
</style>
border-color css
<style>
span { border-color: #68968F; }
span { border-color: rgb(104,150,143); }
td.TdClassName
{
border-color: #68968F;
}
.TagClassName
{
border-color: #68968F;
}
</style>