Shades of Gumbo #6C968B
Tints of Gumbo #6C968B
RGB
CMYK
RGB Variations
Color information
#6C968B (or 0x6C968B) is known color: Gumbo. HEX triplet: 6C, 96 and 8B. RGB value is (108,150,139). Sum of RGB (Red+Green+Blue) = 108+150+139=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #6C968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C968B is #936974. Grayscale: #888888. Windows color (decimal): -9660789 or 9148012. OLE color: 9148012.
HSL color Cylindrical-coordinate representation of color #6C968B: 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 #6C968B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 150 | 139 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.41 |
| HSL | 164.29º | 0.17% | 0.51% | - |
| HSV(B) | 164.29º | 0.28% | 0.59% | - |
| XYZ | 21.75 | 26.86 | 28.47 | - |
| YUV | 136.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 150 | 139 | 0.28 | 0 | 0.07 | 0.41 | 164.29 | 0.17 | 0.51 |
| Hex | 6C | 96 | 8B | 1C | 0 | 7 | 29 | A4 | 11 | 33 |
| Octal | 154 | 226 | 213 | 34 | 0 | 7 | 51 | 244 | 21 | 63 |
| Binary | 1101100 | 10010110 | 10001011 | 11100 | 0 | 111 | 101001 | 10100100 | 10001 | 110011 |
Color Harmonies of #6C968B
Complementary color
Monochromatic Colors of #6C968B
Black with #6C968B
Text Example
Text Example
White with #6C968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C968B; }
p { color: rgb(108,150,139); }
H1.HeaderClassName
{
color: #6C968B;
}
.AnyTagClassName
{
color: #6C968B;
}
</style>
background-color css
<style>
a { background-color: #6C968B; }
a { background-color: rgb(108,150,139); }
div.DivClassName
{
background-color: #6C968B;
}
.BgClassName
{
background-color: #6C968B;
}
</style>
border-color css
<style>
span { border-color: #6C968B; }
span { border-color: rgb(108,150,139); }
td.TdClassName
{
border-color: #6C968B;
}
.TagClassName
{
border-color: #6C968B;
}
</style>