Shades of Gumbo #6F958E
Tints of Gumbo #6F958E
RGB
CMYK
RGB Variations
Color information
#6F958E (or 0x6F958E) is known color: Gumbo. HEX triplet: 6F, 95 and 8E. RGB value is (111,149,142). Sum of RGB (Red+Green+Blue) = 111+149+142=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #6F958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F958E is #906A71. Grayscale: #888888. Windows color (decimal): -9464434 or 9344367. OLE color: 9344367.
HSL color Cylindrical-coordinate representation of color #6F958E: hue angle of 168.95º degrees, saturation: 0.15, 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 #6F958E is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 142 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.42 |
| HSL | 168.95º | 0.15% | 0.51% | - |
| HSV(B) | 168.95º | 0.26% | 0.58% | - |
| XYZ | 22.19 | 26.83 | 29.6 | - |
| YUV | 136.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 142 | 0.26 | 0 | 0.05 | 0.42 | 168.95 | 0.15 | 0.51 |
| Hex | 6F | 95 | 8E | 1A | 0 | 5 | 2A | A9 | F | 33 |
| Octal | 157 | 225 | 216 | 32 | 0 | 5 | 52 | 251 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10001110 | 11010 | 0 | 101 | 101010 | 10101001 | 1111 | 110011 |
Color Harmonies of #6F958E
Complementary color
Monochromatic Colors of #6F958E
Black with #6F958E
Text Example
Text Example
White with #6F958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F958E; }
p { color: rgb(111,149,142); }
H1.HeaderClassName
{
color: #6F958E;
}
.AnyTagClassName
{
color: #6F958E;
}
</style>
background-color css
<style>
a { background-color: #6F958E; }
a { background-color: rgb(111,149,142); }
div.DivClassName
{
background-color: #6F958E;
}
.BgClassName
{
background-color: #6F958E;
}
</style>
border-color css
<style>
span { border-color: #6F958E; }
span { border-color: rgb(111,149,142); }
td.TdClassName
{
border-color: #6F958E;
}
.TagClassName
{
border-color: #6F958E;
}
</style>