Shades of Gumbo #6D928A
Tints of Gumbo #6D928A
RGB
CMYK
RGB Variations
Color information
#6D928A (or 0x6D928A) is known color: Gumbo. HEX triplet: 6D, 92 and 8A. RGB value is (109,146,138). Sum of RGB (Red+Green+Blue) = 109+146+138=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928A is #926D75. Grayscale: #868686. Windows color (decimal): -9596278 or 9081453. OLE color: 9081453.
HSL color Cylindrical-coordinate representation of color #6D928A: hue angle of 167.03º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D928A is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 146 | 138 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.43 |
| HSL | 167.03º | 0.15% | 0.5% | - |
| HSV(B) | 167.03º | 0.25% | 0.57% | - |
| XYZ | 21.17 | 25.64 | 27.88 | - |
| YUV | 134.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 138 | 0.25 | 0 | 0.05 | 0.43 | 167.03 | 0.15 | 0.5 |
| Hex | 6D | 92 | 8A | 19 | 0 | 5 | 2B | A7 | F | 32 |
| Octal | 155 | 222 | 212 | 31 | 0 | 5 | 53 | 247 | 17 | 62 |
| Binary | 1101101 | 10010010 | 10001010 | 11001 | 0 | 101 | 101011 | 10100111 | 1111 | 110010 |
Color Harmonies of #6D928A
Complementary color
Monochromatic Colors of #6D928A
Black with #6D928A
Text Example
Text Example
White with #6D928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D928A; }
p { color: rgb(109,146,138); }
H1.HeaderClassName
{
color: #6D928A;
}
.AnyTagClassName
{
color: #6D928A;
}
</style>
background-color css
<style>
a { background-color: #6D928A; }
a { background-color: rgb(109,146,138); }
div.DivClassName
{
background-color: #6D928A;
}
.BgClassName
{
background-color: #6D928A;
}
</style>
border-color css
<style>
span { border-color: #6D928A; }
span { border-color: rgb(109,146,138); }
td.TdClassName
{
border-color: #6D928A;
}
.TagClassName
{
border-color: #6D928A;
}
</style>