Shades of Gumbo #6F8D84
Tints of Gumbo #6F8D84
RGB
CMYK
RGB Variations
Color information
#6F8D84 (or 0x6F8D84) is known color: Gumbo. HEX triplet: 6F, 8D and 84. RGB value is (111,141,132). Sum of RGB (Red+Green+Blue) = 111+141+132=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8D84 is #90727B. Grayscale: #838383. Windows color (decimal): -9466492 or 8686959. OLE color: 8686959.
HSL color Cylindrical-coordinate representation of color #6F8D84: hue angle of 162º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F8D84 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 141 | 132 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.45 |
| HSL | 162º | 0.12% | 0.49% | - |
| HSV(B) | 162º | 0.21% | 0.55% | - |
| XYZ | 20.25 | 24.1 | 25.41 | - |
| YUV | 131 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 132 | 0.21 | 0 | 0.06 | 0.45 | 162 | 0.12 | 0.49 |
| Hex | 6F | 8D | 84 | 15 | 0 | 6 | 2D | A2 | C | 31 |
| Octal | 157 | 215 | 204 | 25 | 0 | 6 | 55 | 242 | 14 | 61 |
| Binary | 1101111 | 10001101 | 10000100 | 10101 | 0 | 110 | 101101 | 10100010 | 1100 | 110001 |
Color Harmonies of #6F8D84
Complementary color
Monochromatic Colors of #6F8D84
Black with #6F8D84
Text Example
Text Example
White with #6F8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8D84; }
p { color: rgb(111,141,132); }
H1.HeaderClassName
{
color: #6F8D84;
}
.AnyTagClassName
{
color: #6F8D84;
}
</style>
background-color css
<style>
a { background-color: #6F8D84; }
a { background-color: rgb(111,141,132); }
div.DivClassName
{
background-color: #6F8D84;
}
.BgClassName
{
background-color: #6F8D84;
}
</style>
border-color css
<style>
span { border-color: #6F8D84; }
span { border-color: rgb(111,141,132); }
td.TdClassName
{
border-color: #6F8D84;
}
.TagClassName
{
border-color: #6F8D84;
}
</style>