Shades of Gumbo #61958E
Tints of Gumbo #61958E
RGB
CMYK
RGB Variations
Color information
#61958E (or 0x61958E) is known color: Gumbo. HEX triplet: 61, 95 and 8E. RGB value is (97,149,142). Sum of RGB (Red+Green+Blue) = 97+149+142=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #61958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61958E is #9E6A71. Grayscale: #848484. Windows color (decimal): -10381938 or 9344353. OLE color: 9344353.
HSL color Cylindrical-coordinate representation of color #61958E: hue angle of 171.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61958E is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 149 | 142 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.42 |
| HSL | 171.92º | 0.21% | 0.48% | - |
| HSV(B) | 171.92º | 0.35% | 0.58% | - |
| XYZ | 20.56 | 25.99 | 29.52 | - |
| YUV | 132.65 | 133.27 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 149 | 142 | 0.35 | 0 | 0.05 | 0.42 | 171.92 | 0.21 | 0.48 |
| Hex | 61 | 95 | 8E | 23 | 0 | 5 | 2A | AC | 15 | 30 |
| Octal | 141 | 225 | 216 | 43 | 0 | 5 | 52 | 254 | 25 | 60 |
| Binary | 1100001 | 10010101 | 10001110 | 100011 | 0 | 101 | 101010 | 10101100 | 10101 | 110000 |
Color Harmonies of #61958E
Complementary color
Monochromatic Colors of #61958E
Black with #61958E
Text Example
Text Example
White with #61958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61958E; }
p { color: rgb(97,149,142); }
H1.HeaderClassName
{
color: #61958E;
}
.AnyTagClassName
{
color: #61958E;
}
</style>
background-color css
<style>
a { background-color: #61958E; }
a { background-color: rgb(97,149,142); }
div.DivClassName
{
background-color: #61958E;
}
.BgClassName
{
background-color: #61958E;
}
</style>
border-color css
<style>
span { border-color: #61958E; }
span { border-color: rgb(97,149,142); }
td.TdClassName
{
border-color: #61958E;
}
.TagClassName
{
border-color: #61958E;
}
</style>