Shades of Gumbo #69958B
Tints of Gumbo #69958B
RGB
CMYK
RGB Variations
Color information
#69958B (or 0x69958B) is known color: Gumbo. HEX triplet: 69, 95 and 8B. RGB value is (105,149,139). Sum of RGB (Red+Green+Blue) = 105+149+139=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #69958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958B is #966A74. Grayscale: #868686. Windows color (decimal): -9857653 or 9147753. OLE color: 9147753.
HSL color Cylindrical-coordinate representation of color #69958B: hue angle of 166.36º 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 #69958B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 139 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.42 |
| HSL | 166.36º | 0.17% | 0.5% | - |
| HSV(B) | 166.36º | 0.3% | 0.58% | - |
| XYZ | 21.23 | 26.36 | 28.4 | - |
| YUV | 134.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 139 | 0.30 | 0 | 0.07 | 0.42 | 166.36 | 0.17 | 0.5 |
| Hex | 69 | 95 | 8B | 1E | 0 | 7 | 2A | A6 | 11 | 32 |
| Octal | 151 | 225 | 213 | 36 | 0 | 7 | 52 | 246 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10001011 | 11110 | 0 | 111 | 101010 | 10100110 | 10001 | 110010 |
Color Harmonies of #69958B
Complementary color
Monochromatic Colors of #69958B
Black with #69958B
Text Example
Text Example
White with #69958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69958B; }
p { color: rgb(105,149,139); }
H1.HeaderClassName
{
color: #69958B;
}
.AnyTagClassName
{
color: #69958B;
}
</style>
background-color css
<style>
a { background-color: #69958B; }
a { background-color: rgb(105,149,139); }
div.DivClassName
{
background-color: #69958B;
}
.BgClassName
{
background-color: #69958B;
}
</style>
border-color css
<style>
span { border-color: #69958B; }
span { border-color: rgb(105,149,139); }
td.TdClassName
{
border-color: #69958B;
}
.TagClassName
{
border-color: #69958B;
}
</style>