Shades of Gumbo #67948D
Tints of Gumbo #67948D
RGB
CMYK
RGB Variations
Color information
#67948D (or 0x67948D) is known color: Gumbo. HEX triplet: 67, 94 and 8D. RGB value is (103,148,141). Sum of RGB (Red+Green+Blue) = 103+148+141=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #67948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948D is #986B72. Grayscale: #858585. Windows color (decimal): -9988979 or 9278567. OLE color: 9278567.
HSL color Cylindrical-coordinate representation of color #67948D: hue angle of 170.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67948D is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 141 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.42 |
| HSL | 170.67º | 0.18% | 0.49% | - |
| HSV(B) | 170.67º | 0.3% | 0.58% | - |
| XYZ | 20.99 | 25.99 | 29.11 | - |
| YUV | 133.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 141 | 0.30 | 0 | 0.05 | 0.42 | 170.67 | 0.18 | 0.49 |
| Hex | 67 | 94 | 8D | 1E | 0 | 5 | 2A | AB | 12 | 31 |
| Octal | 147 | 224 | 215 | 36 | 0 | 5 | 52 | 253 | 22 | 61 |
| Binary | 1100111 | 10010100 | 10001101 | 11110 | 0 | 101 | 101010 | 10101011 | 10010 | 110001 |
Color Harmonies of #67948D
Complementary color
Monochromatic Colors of #67948D
Black with #67948D
Text Example
Text Example
White with #67948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67948D; }
p { color: rgb(103,148,141); }
H1.HeaderClassName
{
color: #67948D;
}
.AnyTagClassName
{
color: #67948D;
}
</style>
background-color css
<style>
a { background-color: #67948D; }
a { background-color: rgb(103,148,141); }
div.DivClassName
{
background-color: #67948D;
}
.BgClassName
{
background-color: #67948D;
}
</style>
border-color css
<style>
span { border-color: #67948D; }
span { border-color: rgb(103,148,141); }
td.TdClassName
{
border-color: #67948D;
}
.TagClassName
{
border-color: #67948D;
}
</style>