Shades of Gumbo #6E918A
Tints of Gumbo #6E918A
RGB
CMYK
RGB Variations
Color information
#6E918A (or 0x6E918A) is known color: Gumbo. HEX triplet: 6E, 91 and 8A. RGB value is (110,145,138). Sum of RGB (Red+Green+Blue) = 110+145+138=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918A is #916E75. Grayscale: #858585. Windows color (decimal): -9530998 or 9081198. OLE color: 9081198.
HSL color Cylindrical-coordinate representation of color #6E918A: hue angle of 168º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E918A is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 138 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.43 |
| HSL | 168º | 0.14% | 0.5% | - |
| HSV(B) | 168º | 0.24% | 0.57% | - |
| XYZ | 21.14 | 25.4 | 27.83 | - |
| YUV | 133.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 138 | 0.24 | 0 | 0.05 | 0.43 | 168 | 0.14 | 0.5 |
| Hex | 6E | 91 | 8A | 18 | 0 | 5 | 2B | A8 | E | 32 |
| Octal | 156 | 221 | 212 | 30 | 0 | 5 | 53 | 250 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10001010 | 11000 | 0 | 101 | 101011 | 10101000 | 1110 | 110010 |
Color Harmonies of #6E918A
Complementary color
Monochromatic Colors of #6E918A
Black with #6E918A
Text Example
Text Example
White with #6E918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E918A; }
p { color: rgb(110,145,138); }
H1.HeaderClassName
{
color: #6E918A;
}
.AnyTagClassName
{
color: #6E918A;
}
</style>
background-color css
<style>
a { background-color: #6E918A; }
a { background-color: rgb(110,145,138); }
div.DivClassName
{
background-color: #6E918A;
}
.BgClassName
{
background-color: #6E918A;
}
</style>
border-color css
<style>
span { border-color: #6E918A; }
span { border-color: rgb(110,145,138); }
td.TdClassName
{
border-color: #6E918A;
}
.TagClassName
{
border-color: #6E918A;
}
</style>