Shades of Gumbo #67908D
Tints of Gumbo #67908D
RGB
CMYK
RGB Variations
Color information
#67908D (or 0x67908D) is known color: Gumbo. HEX triplet: 67, 90 and 8D. RGB value is (103,144,141). Sum of RGB (Red+Green+Blue) = 103+144+141=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #67908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67908D is #986F72. Grayscale: #838383. Windows color (decimal): -9990003 or 9277543. OLE color: 9277543.
HSL color Cylindrical-coordinate representation of color #67908D: hue angle of 175.61º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67908D is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 141 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.44 |
| HSL | 175.61º | 0.17% | 0.48% | - |
| HSV(B) | 175.61º | 0.28% | 0.56% | - |
| XYZ | 20.37 | 24.75 | 28.9 | - |
| YUV | 131.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 141 | 0.28 | 0 | 0.02 | 0.44 | 175.61 | 0.17 | 0.48 |
| Hex | 67 | 90 | 8D | 1C | 0 | 2 | 2C | B0 | 11 | 30 |
| Octal | 147 | 220 | 215 | 34 | 0 | 2 | 54 | 260 | 21 | 60 |
| Binary | 1100111 | 10010000 | 10001101 | 11100 | 0 | 10 | 101100 | 10110000 | 10001 | 110000 |
Color Harmonies of #67908D
Complementary color
Monochromatic Colors of #67908D
Black with #67908D
Text Example
Text Example
White with #67908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67908D; }
p { color: rgb(103,144,141); }
H1.HeaderClassName
{
color: #67908D;
}
.AnyTagClassName
{
color: #67908D;
}
</style>
background-color css
<style>
a { background-color: #67908D; }
a { background-color: rgb(103,144,141); }
div.DivClassName
{
background-color: #67908D;
}
.BgClassName
{
background-color: #67908D;
}
</style>
border-color css
<style>
span { border-color: #67908D; }
span { border-color: rgb(103,144,141); }
td.TdClassName
{
border-color: #67908D;
}
.TagClassName
{
border-color: #67908D;
}
</style>