Shades of Gumbo #68918A
Tints of Gumbo #68918A
RGB
CMYK
RGB Variations
Color information
#68918A (or 0x68918A) is known color: Gumbo. HEX triplet: 68, 91 and 8A. RGB value is (104,145,138). Sum of RGB (Red+Green+Blue) = 104+145+138=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #68918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68918A is #976E75. Grayscale: #838383. Windows color (decimal): -9924214 or 9081192. OLE color: 9081192.
HSL color Cylindrical-coordinate representation of color #68918A: hue angle of 169.76º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68918A is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 138 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.43 |
| HSL | 169.76º | 0.16% | 0.49% | - |
| HSV(B) | 169.76º | 0.28% | 0.57% | - |
| XYZ | 20.42 | 25.03 | 27.8 | - |
| YUV | 131.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 138 | 0.28 | 0 | 0.05 | 0.43 | 169.76 | 0.16 | 0.49 |
| Hex | 68 | 91 | 8A | 1C | 0 | 5 | 2B | AA | 10 | 31 |
| Octal | 150 | 221 | 212 | 34 | 0 | 5 | 53 | 252 | 20 | 61 |
| Binary | 1101000 | 10010001 | 10001010 | 11100 | 0 | 101 | 101011 | 10101010 | 10000 | 110001 |
Color Harmonies of #68918A
Complementary color
Monochromatic Colors of #68918A
Black with #68918A
Text Example
Text Example
White with #68918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68918A; }
p { color: rgb(104,145,138); }
H1.HeaderClassName
{
color: #68918A;
}
.AnyTagClassName
{
color: #68918A;
}
</style>
background-color css
<style>
a { background-color: #68918A; }
a { background-color: rgb(104,145,138); }
div.DivClassName
{
background-color: #68918A;
}
.BgClassName
{
background-color: #68918A;
}
</style>
border-color css
<style>
span { border-color: #68918A; }
span { border-color: rgb(104,145,138); }
td.TdClassName
{
border-color: #68918A;
}
.TagClassName
{
border-color: #68918A;
}
</style>