Shades of Gumbo #68928A
Tints of Gumbo #68928A
RGB
CMYK
RGB Variations
Color information
#68928A (or 0x68928A) is known color: Gumbo. HEX triplet: 68, 92 and 8A. RGB value is (104,146,138). Sum of RGB (Red+Green+Blue) = 104+146+138=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 146 - color contains mainly: green. Hex color #68928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68928A is #976D75. Grayscale: #848484. Windows color (decimal): -9923958 or 9081448. OLE color: 9081448.
HSL color Cylindrical-coordinate representation of color #68928A: hue angle of 168.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68928A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 138 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.43 |
| HSL | 168.57º | 0.17% | 0.49% | - |
| HSV(B) | 168.57º | 0.29% | 0.57% | - |
| XYZ | 20.58 | 25.34 | 27.85 | - |
| YUV | 132.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 138 | 0.29 | 0 | 0.05 | 0.43 | 168.57 | 0.17 | 0.49 |
| Hex | 68 | 92 | 8A | 1D | 0 | 5 | 2B | A9 | 11 | 31 |
| Octal | 150 | 222 | 212 | 35 | 0 | 5 | 53 | 251 | 21 | 61 |
| Binary | 1101000 | 10010010 | 10001010 | 11101 | 0 | 101 | 101011 | 10101001 | 10001 | 110001 |
Color Harmonies of #68928A
Complementary color
Monochromatic Colors of #68928A
Black with #68928A
Text Example
Text Example
White with #68928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68928A; }
p { color: rgb(104,146,138); }
H1.HeaderClassName
{
color: #68928A;
}
.AnyTagClassName
{
color: #68928A;
}
</style>
background-color css
<style>
a { background-color: #68928A; }
a { background-color: rgb(104,146,138); }
div.DivClassName
{
background-color: #68928A;
}
.BgClassName
{
background-color: #68928A;
}
</style>
border-color css
<style>
span { border-color: #68928A; }
span { border-color: rgb(104,146,138); }
td.TdClassName
{
border-color: #68928A;
}
.TagClassName
{
border-color: #68928A;
}
</style>