Shades of Gumbo #68958F
Tints of Gumbo #68958F
RGB
CMYK
RGB Variations
Color information
#68958F (or 0x68958F) is known color: Gumbo. HEX triplet: 68, 95 and 8F. RGB value is (104,149,143). Sum of RGB (Red+Green+Blue) = 104+149+143=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #68958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958F is #976A70. Grayscale: #868686. Windows color (decimal): -9923185 or 9409896. OLE color: 9409896.
HSL color Cylindrical-coordinate representation of color #68958F: hue angle of 172º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68958F is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 143 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.42 |
| HSL | 172º | 0.18% | 0.5% | - |
| HSV(B) | 172º | 0.3% | 0.58% | - |
| XYZ | 21.41 | 26.42 | 29.96 | - |
| YUV | 134.86 | 132.59 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 143 | 0.30 | 0 | 0.04 | 0.42 | 172 | 0.18 | 0.5 |
| Hex | 68 | 95 | 8F | 1E | 0 | 4 | 2A | AC | 12 | 32 |
| Octal | 150 | 225 | 217 | 36 | 0 | 4 | 52 | 254 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10001111 | 11110 | 0 | 100 | 101010 | 10101100 | 10010 | 110010 |
Color Harmonies of #68958F
Complementary color
Monochromatic Colors of #68958F
Black with #68958F
Text Example
Text Example
White with #68958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68958F; }
p { color: rgb(104,149,143); }
H1.HeaderClassName
{
color: #68958F;
}
.AnyTagClassName
{
color: #68958F;
}
</style>
background-color css
<style>
a { background-color: #68958F; }
a { background-color: rgb(104,149,143); }
div.DivClassName
{
background-color: #68958F;
}
.BgClassName
{
background-color: #68958F;
}
</style>
border-color css
<style>
span { border-color: #68958F; }
span { border-color: rgb(104,149,143); }
td.TdClassName
{
border-color: #68958F;
}
.TagClassName
{
border-color: #68958F;
}
</style>