Shades of Gumbo #70938B
Tints of Gumbo #70938B
RGB
CMYK
RGB Variations
Color information
#70938B (or 0x70938B) is known color: Gumbo. HEX triplet: 70, 93 and 8B. RGB value is (112,147,139). Sum of RGB (Red+Green+Blue) = 112+147+139=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #70938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70938B is #8F6C74. Grayscale: #878787. Windows color (decimal): -9399413 or 9147248. OLE color: 9147248.
HSL color Cylindrical-coordinate representation of color #70938B: hue angle of 166.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70938B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 139 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.42 |
| HSL | 166.29º | 0.14% | 0.51% | - |
| HSV(B) | 166.29º | 0.24% | 0.58% | - |
| XYZ | 21.78 | 26.18 | 28.33 | - |
| YUV | 135.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 139 | 0.24 | 0 | 0.05 | 0.42 | 166.29 | 0.14 | 0.51 |
| Hex | 70 | 93 | 8B | 18 | 0 | 5 | 2A | A6 | E | 33 |
| Octal | 160 | 223 | 213 | 30 | 0 | 5 | 52 | 246 | 16 | 63 |
| Binary | 1110000 | 10010011 | 10001011 | 11000 | 0 | 101 | 101010 | 10100110 | 1110 | 110011 |
Color Harmonies of #70938B
Complementary color
Monochromatic Colors of #70938B
Black with #70938B
Text Example
Text Example
White with #70938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70938B; }
p { color: rgb(112,147,139); }
H1.HeaderClassName
{
color: #70938B;
}
.AnyTagClassName
{
color: #70938B;
}
</style>
background-color css
<style>
a { background-color: #70938B; }
a { background-color: rgb(112,147,139); }
div.DivClassName
{
background-color: #70938B;
}
.BgClassName
{
background-color: #70938B;
}
</style>
border-color css
<style>
span { border-color: #70938B; }
span { border-color: rgb(112,147,139); }
td.TdClassName
{
border-color: #70938B;
}
.TagClassName
{
border-color: #70938B;
}
</style>