Shades of Gumbo #69958C
Tints of Gumbo #69958C
RGB
CMYK
RGB Variations
Color information
#69958C (or 0x69958C) is known color: Gumbo. HEX triplet: 69, 95 and 8C. RGB value is (105,149,140). Sum of RGB (Red+Green+Blue) = 105+149+140=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #69958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958C is #966A73. Grayscale: #868686. Windows color (decimal): -9857652 or 9213289. OLE color: 9213289.
HSL color Cylindrical-coordinate representation of color #69958C: hue angle of 167.73º degrees, saturation: 0.17, 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 #69958C is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 140 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.42 |
| HSL | 167.73º | 0.17% | 0.5% | - |
| HSV(B) | 167.73º | 0.3% | 0.58% | - |
| XYZ | 21.31 | 26.39 | 28.78 | - |
| YUV | 134.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 140 | 0.30 | 0 | 0.06 | 0.42 | 167.73 | 0.17 | 0.5 |
| Hex | 69 | 95 | 8C | 1E | 0 | 6 | 2A | A8 | 11 | 32 |
| Octal | 151 | 225 | 214 | 36 | 0 | 6 | 52 | 250 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10001100 | 11110 | 0 | 110 | 101010 | 10101000 | 10001 | 110010 |
Color Harmonies of #69958C
Complementary color
Monochromatic Colors of #69958C
Black with #69958C
Text Example
Text Example
White with #69958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69958C; }
p { color: rgb(105,149,140); }
H1.HeaderClassName
{
color: #69958C;
}
.AnyTagClassName
{
color: #69958C;
}
</style>
background-color css
<style>
a { background-color: #69958C; }
a { background-color: rgb(105,149,140); }
div.DivClassName
{
background-color: #69958C;
}
.BgClassName
{
background-color: #69958C;
}
</style>
border-color css
<style>
span { border-color: #69958C; }
span { border-color: rgb(105,149,140); }
td.TdClassName
{
border-color: #69958C;
}
.TagClassName
{
border-color: #69958C;
}
</style>