Shades of Gumbo #67948E
Tints of Gumbo #67948E
RGB
CMYK
RGB Variations
Color information
#67948E (or 0x67948E) is known color: Gumbo. HEX triplet: 67, 94 and 8E. RGB value is (103,148,142). Sum of RGB (Red+Green+Blue) = 103+148+142=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #67948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67948E is #986B71. Grayscale: #858585. Windows color (decimal): -9988978 or 9344103. OLE color: 9344103.
HSL color Cylindrical-coordinate representation of color #67948E: hue angle of 172º 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 #67948E is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 148 | 142 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.42 |
| HSL | 172º | 0.18% | 0.49% | - |
| HSV(B) | 172º | 0.3% | 0.58% | - |
| XYZ | 21.07 | 26.02 | 29.5 | - |
| YUV | 133.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 148 | 142 | 0.30 | 0 | 0.04 | 0.42 | 172 | 0.18 | 0.49 |
| Hex | 67 | 94 | 8E | 1E | 0 | 4 | 2A | AC | 12 | 31 |
| Octal | 147 | 224 | 216 | 36 | 0 | 4 | 52 | 254 | 22 | 61 |
| Binary | 1100111 | 10010100 | 10001110 | 11110 | 0 | 100 | 101010 | 10101100 | 10010 | 110001 |
Color Harmonies of #67948E
Complementary color
Monochromatic Colors of #67948E
Black with #67948E
Text Example
Text Example
White with #67948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67948E; }
p { color: rgb(103,148,142); }
H1.HeaderClassName
{
color: #67948E;
}
.AnyTagClassName
{
color: #67948E;
}
</style>
background-color css
<style>
a { background-color: #67948E; }
a { background-color: rgb(103,148,142); }
div.DivClassName
{
background-color: #67948E;
}
.BgClassName
{
background-color: #67948E;
}
</style>
border-color css
<style>
span { border-color: #67948E; }
span { border-color: rgb(103,148,142); }
td.TdClassName
{
border-color: #67948E;
}
.TagClassName
{
border-color: #67948E;
}
</style>