Shades of Gumbo #70908B
Tints of Gumbo #70908B
RGB
CMYK
RGB Variations
Color information
#70908B (or 0x70908B) is known color: Gumbo. HEX triplet: 70, 90 and 8B. RGB value is (112,144,139). Sum of RGB (Red+Green+Blue) = 112+144+139=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #70908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70908B is #8F6F74. Grayscale: #858585. Windows color (decimal): -9400181 or 9146480. OLE color: 9146480.
HSL color Cylindrical-coordinate representation of color #70908B: hue angle of 170.62º 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 #70908B is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 139 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.44 |
| HSL | 170.63º | 0.13% | 0.5% | - |
| HSV(B) | 170.63º | 0.22% | 0.56% | - |
| XYZ | 21.32 | 25.26 | 28.18 | - |
| YUV | 133.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 139 | 0.22 | 0 | 0.03 | 0.44 | 170.63 | 0.13 | 0.5 |
| Hex | 70 | 90 | 8B | 16 | 0 | 3 | 2C | AB | D | 32 |
| Octal | 160 | 220 | 213 | 26 | 0 | 3 | 54 | 253 | 15 | 62 |
| Binary | 1110000 | 10010000 | 10001011 | 10110 | 0 | 11 | 101100 | 10101011 | 1101 | 110010 |
Color Harmonies of #70908B
Complementary color
Monochromatic Colors of #70908B
Black with #70908B
Text Example
Text Example
White with #70908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70908B; }
p { color: rgb(112,144,139); }
H1.HeaderClassName
{
color: #70908B;
}
.AnyTagClassName
{
color: #70908B;
}
</style>
background-color css
<style>
a { background-color: #70908B; }
a { background-color: rgb(112,144,139); }
div.DivClassName
{
background-color: #70908B;
}
.BgClassName
{
background-color: #70908B;
}
</style>
border-color css
<style>
span { border-color: #70908B; }
span { border-color: rgb(112,144,139); }
td.TdClassName
{
border-color: #70908B;
}
.TagClassName
{
border-color: #70908B;
}
</style>