Shades of Gumbo #70918B
Tints of Gumbo #70918B
RGB
CMYK
RGB Variations
Color information
#70918B (or 0x70918B) is known color: Gumbo. HEX triplet: 70, 91 and 8B. RGB value is (112,145,139). Sum of RGB (Red+Green+Blue) = 112+145+139=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #70918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70918B is #8F6E74. Grayscale: #868686. Windows color (decimal): -9399925 or 9146736. OLE color: 9146736.
HSL color Cylindrical-coordinate representation of color #70918B: hue angle of 169.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70918B is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 145 | 139 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.43 |
| HSL | 169.09º | 0.13% | 0.5% | - |
| HSV(B) | 169.09º | 0.23% | 0.57% | - |
| XYZ | 21.47 | 25.56 | 28.23 | - |
| YUV | 134.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 145 | 139 | 0.23 | 0 | 0.04 | 0.43 | 169.09 | 0.13 | 0.5 |
| Hex | 70 | 91 | 8B | 17 | 0 | 4 | 2B | A9 | D | 32 |
| Octal | 160 | 221 | 213 | 27 | 0 | 4 | 53 | 251 | 15 | 62 |
| Binary | 1110000 | 10010001 | 10001011 | 10111 | 0 | 100 | 101011 | 10101001 | 1101 | 110010 |
Color Harmonies of #70918B
Complementary color
Monochromatic Colors of #70918B
Black with #70918B
Text Example
Text Example
White with #70918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70918B; }
p { color: rgb(112,145,139); }
H1.HeaderClassName
{
color: #70918B;
}
.AnyTagClassName
{
color: #70918B;
}
</style>
background-color css
<style>
a { background-color: #70918B; }
a { background-color: rgb(112,145,139); }
div.DivClassName
{
background-color: #70918B;
}
.BgClassName
{
background-color: #70918B;
}
</style>
border-color css
<style>
span { border-color: #70918B; }
span { border-color: rgb(112,145,139); }
td.TdClassName
{
border-color: #70918B;
}
.TagClassName
{
border-color: #70918B;
}
</style>