Shades of Gumbo #70968C
Tints of Gumbo #70968C
RGB
CMYK
RGB Variations
Color information
#70968C (or 0x70968C) is known color: Gumbo. HEX triplet: 70, 96 and 8C. RGB value is (112,150,140). Sum of RGB (Red+Green+Blue) = 112+150+140=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #70968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968C is #8F6973. Grayscale: #898989. Windows color (decimal): -9398644 or 9213552. OLE color: 9213552.
HSL color Cylindrical-coordinate representation of color #70968C: hue angle of 164.21º 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 #70968C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 140 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.41 |
| HSL | 164.21º | 0.15% | 0.51% | - |
| HSV(B) | 164.21º | 0.25% | 0.59% | - |
| XYZ | 22.32 | 27.15 | 28.88 | - |
| YUV | 137.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 140 | 0.25 | 0 | 0.07 | 0.41 | 164.21 | 0.15 | 0.51 |
| Hex | 70 | 96 | 8C | 19 | 0 | 7 | 29 | A4 | F | 33 |
| Octal | 160 | 226 | 214 | 31 | 0 | 7 | 51 | 244 | 17 | 63 |
| Binary | 1110000 | 10010110 | 10001100 | 11001 | 0 | 111 | 101001 | 10100100 | 1111 | 110011 |
Color Harmonies of #70968C
Complementary color
Monochromatic Colors of #70968C
Black with #70968C
Text Example
Text Example
White with #70968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70968C; }
p { color: rgb(112,150,140); }
H1.HeaderClassName
{
color: #70968C;
}
.AnyTagClassName
{
color: #70968C;
}
</style>
background-color css
<style>
a { background-color: #70968C; }
a { background-color: rgb(112,150,140); }
div.DivClassName
{
background-color: #70968C;
}
.BgClassName
{
background-color: #70968C;
}
</style>
border-color css
<style>
span { border-color: #70968C; }
span { border-color: rgb(112,150,140); }
td.TdClassName
{
border-color: #70968C;
}
.TagClassName
{
border-color: #70968C;
}
</style>