Shades of Gumbo #6E958F
Tints of Gumbo #6E958F
RGB
CMYK
RGB Variations
Color information
#6E958F (or 0x6E958F) is known color: Gumbo. HEX triplet: 6E, 95 and 8F. RGB value is (110,149,143). Sum of RGB (Red+Green+Blue) = 110+149+143=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #6E958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E958F is #916A70. Grayscale: #888888. Windows color (decimal): -9529969 or 9409902. OLE color: 9409902.
HSL color Cylindrical-coordinate representation of color #6E958F: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E958F is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 143 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.42 |
| HSL | 170.77º | 0.16% | 0.51% | - |
| HSV(B) | 170.77º | 0.26% | 0.58% | - |
| XYZ | 22.14 | 26.79 | 29.99 | - |
| YUV | 136.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 143 | 0.26 | 0 | 0.04 | 0.42 | 170.77 | 0.16 | 0.51 |
| Hex | 6E | 95 | 8F | 1A | 0 | 4 | 2A | AB | 10 | 33 |
| Octal | 156 | 225 | 217 | 32 | 0 | 4 | 52 | 253 | 20 | 63 |
| Binary | 1101110 | 10010101 | 10001111 | 11010 | 0 | 100 | 101010 | 10101011 | 10000 | 110011 |
Color Harmonies of #6E958F
Complementary color
Monochromatic Colors of #6E958F
Black with #6E958F
Text Example
Text Example
White with #6E958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E958F; }
p { color: rgb(110,149,143); }
H1.HeaderClassName
{
color: #6E958F;
}
.AnyTagClassName
{
color: #6E958F;
}
</style>
background-color css
<style>
a { background-color: #6E958F; }
a { background-color: rgb(110,149,143); }
div.DivClassName
{
background-color: #6E958F;
}
.BgClassName
{
background-color: #6E958F;
}
</style>
border-color css
<style>
span { border-color: #6E958F; }
span { border-color: rgb(110,149,143); }
td.TdClassName
{
border-color: #6E958F;
}
.TagClassName
{
border-color: #6E958F;
}
</style>