Shades of Gumbo #6D958F
Tints of Gumbo #6D958F
RGB
CMYK
RGB Variations
Color information
#6D958F (or 0x6D958F) is known color: Gumbo. HEX triplet: 6D, 95 and 8F. RGB value is (109,149,143). Sum of RGB (Red+Green+Blue) = 109+149+143=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #6D958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D958F is #926A70. Grayscale: #888888. Windows color (decimal): -9595505 or 9409901. OLE color: 9409901.
HSL color Cylindrical-coordinate representation of color #6D958F: hue angle of 171º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D958F is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 149 | 143 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.42 |
| HSL | 171º | 0.16% | 0.51% | - |
| HSV(B) | 171º | 0.27% | 0.58% | - |
| XYZ | 22.01 | 26.73 | 29.99 | - |
| YUV | 136.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 149 | 143 | 0.27 | 0 | 0.04 | 0.42 | 171 | 0.16 | 0.51 |
| Hex | 6D | 95 | 8F | 1B | 0 | 4 | 2A | AB | 10 | 33 |
| Octal | 155 | 225 | 217 | 33 | 0 | 4 | 52 | 253 | 20 | 63 |
| Binary | 1101101 | 10010101 | 10001111 | 11011 | 0 | 100 | 101010 | 10101011 | 10000 | 110011 |
Color Harmonies of #6D958F
Complementary color
Monochromatic Colors of #6D958F
Black with #6D958F
Text Example
Text Example
White with #6D958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D958F; }
p { color: rgb(109,149,143); }
H1.HeaderClassName
{
color: #6D958F;
}
.AnyTagClassName
{
color: #6D958F;
}
</style>
background-color css
<style>
a { background-color: #6D958F; }
a { background-color: rgb(109,149,143); }
div.DivClassName
{
background-color: #6D958F;
}
.BgClassName
{
background-color: #6D958F;
}
</style>
border-color css
<style>
span { border-color: #6D958F; }
span { border-color: rgb(109,149,143); }
td.TdClassName
{
border-color: #6D958F;
}
.TagClassName
{
border-color: #6D958F;
}
</style>