Shades of Gumbo #70968F
Tints of Gumbo #70968F
RGB
CMYK
RGB Variations
Color information
#70968F (or 0x70968F) is known color: Gumbo. HEX triplet: 70, 96 and 8F. RGB value is (112,150,143). Sum of RGB (Red+Green+Blue) = 112+150+143=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 150 - color contains mainly: green. Hex color #70968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968F is #8F6970. Grayscale: #898989. Windows color (decimal): -9398641 or 9410160. OLE color: 9410160.
HSL color Cylindrical-coordinate representation of color #70968F: hue angle of 168.95º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70968F is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 143 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.41 |
| HSL | 168.95º | 0.15% | 0.51% | - |
| HSV(B) | 168.95º | 0.25% | 0.59% | - |
| XYZ | 22.55 | 27.24 | 30.06 | - |
| YUV | 137.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 143 | 0.25 | 0 | 0.05 | 0.41 | 168.95 | 0.15 | 0.51 |
| Hex | 70 | 96 | 8F | 19 | 0 | 5 | 29 | A9 | F | 33 |
| Octal | 160 | 226 | 217 | 31 | 0 | 5 | 51 | 251 | 17 | 63 |
| Binary | 1110000 | 10010110 | 10001111 | 11001 | 0 | 101 | 101001 | 10101001 | 1111 | 110011 |
Color Harmonies of #70968F
Complementary color
Monochromatic Colors of #70968F
Black with #70968F
Text Example
Text Example
White with #70968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70968F; }
p { color: rgb(112,150,143); }
H1.HeaderClassName
{
color: #70968F;
}
.AnyTagClassName
{
color: #70968F;
}
</style>
background-color css
<style>
a { background-color: #70968F; }
a { background-color: rgb(112,150,143); }
div.DivClassName
{
background-color: #70968F;
}
.BgClassName
{
background-color: #70968F;
}
</style>
border-color css
<style>
span { border-color: #70968F; }
span { border-color: rgb(112,150,143); }
td.TdClassName
{
border-color: #70968F;
}
.TagClassName
{
border-color: #70968F;
}
</style>