Shades of Gumbo #67988D
Tints of Gumbo #67988D
RGB
CMYK
RGB Variations
Color information
#67988D (or 0x67988D) is known color: Gumbo. HEX triplet: 67, 98 and 8D. RGB value is (103,152,141). Sum of RGB (Red+Green+Blue) = 103+152+141=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #67988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988D is #986772. Grayscale: #888888. Windows color (decimal): -9987955 or 9279591. OLE color: 9279591.
HSL color Cylindrical-coordinate representation of color #67988D: hue angle of 166.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67988D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 141 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.40 |
| HSL | 166.53º | 0.19% | 0.5% | - |
| HSV(B) | 166.53º | 0.32% | 0.6% | - |
| XYZ | 21.63 | 27.26 | 29.32 | - |
| YUV | 136.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 141 | 0.32 | 0 | 0.07 | 0.40 | 166.53 | 0.19 | 0.5 |
| Hex | 67 | 98 | 8D | 20 | 0 | 7 | 28 | A7 | 13 | 32 |
| Octal | 147 | 230 | 215 | 40 | 0 | 7 | 50 | 247 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10001101 | 100000 | 0 | 111 | 101000 | 10100111 | 10011 | 110010 |
Color Harmonies of #67988D
Complementary color
Monochromatic Colors of #67988D
Black with #67988D
Text Example
Text Example
White with #67988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67988D; }
p { color: rgb(103,152,141); }
H1.HeaderClassName
{
color: #67988D;
}
.AnyTagClassName
{
color: #67988D;
}
</style>
background-color css
<style>
a { background-color: #67988D; }
a { background-color: rgb(103,152,141); }
div.DivClassName
{
background-color: #67988D;
}
.BgClassName
{
background-color: #67988D;
}
</style>
border-color css
<style>
span { border-color: #67988D; }
span { border-color: rgb(103,152,141); }
td.TdClassName
{
border-color: #67988D;
}
.TagClassName
{
border-color: #67988D;
}
</style>