Shades of Gumbo #6D978C
Tints of Gumbo #6D978C
RGB
CMYK
RGB Variations
Color information
#6D978C (or 0x6D978C) is known color: Gumbo. HEX triplet: 6D, 97 and 8C. RGB value is (109,151,140). Sum of RGB (Red+Green+Blue) = 109+151+140=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #6D978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D978C is #926873. Grayscale: #898989. Windows color (decimal): -9594996 or 9213805. OLE color: 9213805.
HSL color Cylindrical-coordinate representation of color #6D978C: hue angle of 164.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D978C is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 140 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.41 |
| HSL | 164.29º | 0.17% | 0.51% | - |
| HSV(B) | 164.29º | 0.28% | 0.59% | - |
| XYZ | 22.11 | 27.28 | 28.91 | - |
| YUV | 137.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 140 | 0.28 | 0 | 0.07 | 0.41 | 164.29 | 0.17 | 0.51 |
| Hex | 6D | 97 | 8C | 1C | 0 | 7 | 29 | A4 | 11 | 33 |
| Octal | 155 | 227 | 214 | 34 | 0 | 7 | 51 | 244 | 21 | 63 |
| Binary | 1101101 | 10010111 | 10001100 | 11100 | 0 | 111 | 101001 | 10100100 | 10001 | 110011 |
Color Harmonies of #6D978C
Complementary color
Monochromatic Colors of #6D978C
Black with #6D978C
Text Example
Text Example
White with #6D978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D978C; }
p { color: rgb(109,151,140); }
H1.HeaderClassName
{
color: #6D978C;
}
.AnyTagClassName
{
color: #6D978C;
}
</style>
background-color css
<style>
a { background-color: #6D978C; }
a { background-color: rgb(109,151,140); }
div.DivClassName
{
background-color: #6D978C;
}
.BgClassName
{
background-color: #6D978C;
}
</style>
border-color css
<style>
span { border-color: #6D978C; }
span { border-color: rgb(109,151,140); }
td.TdClassName
{
border-color: #6D978C;
}
.TagClassName
{
border-color: #6D978C;
}
</style>