Shades of Gumbo #67908A
Tints of Gumbo #67908A
RGB
CMYK
RGB Variations
Color information
#67908A (or 0x67908A) is known color: Gumbo. HEX triplet: 67, 90 and 8A. RGB value is (103,144,138). Sum of RGB (Red+Green+Blue) = 103+144+138=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #67908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67908A is #986F75. Grayscale: #838383. Windows color (decimal): -9990006 or 9080935. OLE color: 9080935.
HSL color Cylindrical-coordinate representation of color #67908A: hue angle of 171.22º 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 #67908A is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 138 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.44 |
| HSL | 171.22º | 0.17% | 0.48% | - |
| HSV(B) | 171.22º | 0.28% | 0.56% | - |
| XYZ | 20.15 | 24.67 | 27.74 | - |
| YUV | 131.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 138 | 0.28 | 0 | 0.04 | 0.44 | 171.22 | 0.17 | 0.48 |
| Hex | 67 | 90 | 8A | 1C | 0 | 4 | 2C | AB | 11 | 30 |
| Octal | 147 | 220 | 212 | 34 | 0 | 4 | 54 | 253 | 21 | 60 |
| Binary | 1100111 | 10010000 | 10001010 | 11100 | 0 | 100 | 101100 | 10101011 | 10001 | 110000 |
Color Harmonies of #67908A
Complementary color
Monochromatic Colors of #67908A
Black with #67908A
Text Example
Text Example
White with #67908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67908A; }
p { color: rgb(103,144,138); }
H1.HeaderClassName
{
color: #67908A;
}
.AnyTagClassName
{
color: #67908A;
}
</style>
background-color css
<style>
a { background-color: #67908A; }
a { background-color: rgb(103,144,138); }
div.DivClassName
{
background-color: #67908A;
}
.BgClassName
{
background-color: #67908A;
}
</style>
border-color css
<style>
span { border-color: #67908A; }
span { border-color: rgb(103,144,138); }
td.TdClassName
{
border-color: #67908A;
}
.TagClassName
{
border-color: #67908A;
}
</style>