Shades of Gumbo #68978C
Tints of Gumbo #68978C
RGB
CMYK
RGB Variations
Color information
#68978C (or 0x68978C) is known color: Gumbo. HEX triplet: 68, 97 and 8C. RGB value is (104,151,140). Sum of RGB (Red+Green+Blue) = 104+151+140=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #68978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68978C is #976873. Grayscale: #878787. Windows color (decimal): -9922676 or 9213800. OLE color: 9213800.
HSL color Cylindrical-coordinate representation of color #68978C: hue angle of 165.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 #68978C is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 140 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.41 |
| HSL | 165.96º | 0.18% | 0.5% | - |
| HSV(B) | 165.96º | 0.31% | 0.59% | - |
| XYZ | 21.51 | 26.97 | 28.88 | - |
| YUV | 135.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 140 | 0.31 | 0 | 0.07 | 0.41 | 165.96 | 0.18 | 0.5 |
| Hex | 68 | 97 | 8C | 1F | 0 | 7 | 29 | A6 | 12 | 32 |
| Octal | 150 | 227 | 214 | 37 | 0 | 7 | 51 | 246 | 22 | 62 |
| Binary | 1101000 | 10010111 | 10001100 | 11111 | 0 | 111 | 101001 | 10100110 | 10010 | 110010 |
Color Harmonies of #68978C
Complementary color
Monochromatic Colors of #68978C
Black with #68978C
Text Example
Text Example
White with #68978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68978C; }
p { color: rgb(104,151,140); }
H1.HeaderClassName
{
color: #68978C;
}
.AnyTagClassName
{
color: #68978C;
}
</style>
background-color css
<style>
a { background-color: #68978C; }
a { background-color: rgb(104,151,140); }
div.DivClassName
{
background-color: #68978C;
}
.BgClassName
{
background-color: #68978C;
}
</style>
border-color css
<style>
span { border-color: #68978C; }
span { border-color: rgb(104,151,140); }
td.TdClassName
{
border-color: #68978C;
}
.TagClassName
{
border-color: #68978C;
}
</style>