Shades of Gumbo #70908A
Tints of Gumbo #70908A
RGB
CMYK
RGB Variations
Color information
#70908A (or 0x70908A) is known color: Gumbo. HEX triplet: 70, 90 and 8A. RGB value is (112,144,138). Sum of RGB (Red+Green+Blue) = 112+144+138=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #70908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70908A is #8F6F75. Grayscale: #858585. Windows color (decimal): -9400182 or 9080944. OLE color: 9080944.
HSL color Cylindrical-coordinate representation of color #70908A: hue angle of 168.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70908A is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 138 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.44 |
| HSL | 168.75º | 0.13% | 0.5% | - |
| HSV(B) | 168.75º | 0.22% | 0.56% | - |
| XYZ | 21.24 | 25.23 | 27.79 | - |
| YUV | 133.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 138 | 0.22 | 0 | 0.04 | 0.44 | 168.75 | 0.13 | 0.5 |
| Hex | 70 | 90 | 8A | 16 | 0 | 4 | 2C | A9 | D | 32 |
| Octal | 160 | 220 | 212 | 26 | 0 | 4 | 54 | 251 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10001010 | 10110 | 0 | 100 | 101100 | 10101001 | 1101 | 110010 |
Color Harmonies of #70908A
Complementary color
Monochromatic Colors of #70908A
Black with #70908A
Text Example
Text Example
White with #70908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70908A; }
p { color: rgb(112,144,138); }
H1.HeaderClassName
{
color: #70908A;
}
.AnyTagClassName
{
color: #70908A;
}
</style>
background-color css
<style>
a { background-color: #70908A; }
a { background-color: rgb(112,144,138); }
div.DivClassName
{
background-color: #70908A;
}
.BgClassName
{
background-color: #70908A;
}
</style>
border-color css
<style>
span { border-color: #70908A; }
span { border-color: rgb(112,144,138); }
td.TdClassName
{
border-color: #70908A;
}
.TagClassName
{
border-color: #70908A;
}
</style>