Shades of Gumbo #60958E
Tints of Gumbo #60958E
RGB
CMYK
RGB Variations
Color information
#60958E (or 0x60958E) is known color: Gumbo. HEX triplet: 60, 95 and 8E. RGB value is (96,149,142). Sum of RGB (Red+Green+Blue) = 96+149+142=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #60958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60958E is #9F6A71. Grayscale: #848484. Windows color (decimal): -10447474 or 9344352. OLE color: 9344352.
HSL color Cylindrical-coordinate representation of color #60958E: hue angle of 172.08º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60958E is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 142 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.42 |
| HSL | 172.08º | 0.22% | 0.48% | - |
| HSV(B) | 172.08º | 0.36% | 0.58% | - |
| XYZ | 20.45 | 25.93 | 29.52 | - |
| YUV | 132.36 | 133.44 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 142 | 0.36 | 0 | 0.05 | 0.42 | 172.08 | 0.22 | 0.48 |
| Hex | 60 | 95 | 8E | 24 | 0 | 5 | 2A | AC | 16 | 30 |
| Octal | 140 | 225 | 216 | 44 | 0 | 5 | 52 | 254 | 26 | 60 |
| Binary | 1100000 | 10010101 | 10001110 | 100100 | 0 | 101 | 101010 | 10101100 | 10110 | 110000 |
Color Harmonies of #60958E
Complementary color
Monochromatic Colors of #60958E
Black with #60958E
Text Example
Text Example
White with #60958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60958E; }
p { color: rgb(96,149,142); }
H1.HeaderClassName
{
color: #60958E;
}
.AnyTagClassName
{
color: #60958E;
}
</style>
background-color css
<style>
a { background-color: #60958E; }
a { background-color: rgb(96,149,142); }
div.DivClassName
{
background-color: #60958E;
}
.BgClassName
{
background-color: #60958E;
}
</style>
border-color css
<style>
span { border-color: #60958E; }
span { border-color: rgb(96,149,142); }
td.TdClassName
{
border-color: #60958E;
}
.TagClassName
{
border-color: #60958E;
}
</style>