Shades of Gumbo #68948A
Tints of Gumbo #68948A
RGB
CMYK
RGB Variations
Color information
#68948A (or 0x68948A) is known color: Gumbo. HEX triplet: 68, 94 and 8A. RGB value is (104,148,138). Sum of RGB (Red+Green+Blue) = 104+148+138=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 148 - color contains mainly: green. Hex color #68948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68948A is #976B75. Grayscale: #858585. Windows color (decimal): -9923446 or 9081960. OLE color: 9081960.
HSL color Cylindrical-coordinate representation of color #68948A: hue angle of 166.36º degrees, saturation: 0.17, 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 #68948A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 138 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.42 |
| HSL | 166.36º | 0.17% | 0.49% | - |
| HSV(B) | 166.36º | 0.3% | 0.58% | - |
| XYZ | 20.89 | 25.96 | 27.95 | - |
| YUV | 133.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 138 | 0.30 | 0 | 0.07 | 0.42 | 166.36 | 0.17 | 0.49 |
| Hex | 68 | 94 | 8A | 1E | 0 | 7 | 2A | A6 | 11 | 31 |
| Octal | 150 | 224 | 212 | 36 | 0 | 7 | 52 | 246 | 21 | 61 |
| Binary | 1101000 | 10010100 | 10001010 | 11110 | 0 | 111 | 101010 | 10100110 | 10001 | 110001 |
Color Harmonies of #68948A
Complementary color
Monochromatic Colors of #68948A
Black with #68948A
Text Example
Text Example
White with #68948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68948A; }
p { color: rgb(104,148,138); }
H1.HeaderClassName
{
color: #68948A;
}
.AnyTagClassName
{
color: #68948A;
}
</style>
background-color css
<style>
a { background-color: #68948A; }
a { background-color: rgb(104,148,138); }
div.DivClassName
{
background-color: #68948A;
}
.BgClassName
{
background-color: #68948A;
}
</style>
border-color css
<style>
span { border-color: #68948A; }
span { border-color: rgb(104,148,138); }
td.TdClassName
{
border-color: #68948A;
}
.TagClassName
{
border-color: #68948A;
}
</style>