Shades of Gumbo #67958B
Tints of Gumbo #67958B
RGB
CMYK
RGB Variations
Color information
#67958B (or 0x67958B) is known color: Gumbo. HEX triplet: 67, 95 and 8B. RGB value is (103,149,139). Sum of RGB (Red+Green+Blue) = 103+149+139=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 149 - color contains mainly: green. Hex color #67958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67958B is #986A74. Grayscale: #868686. Windows color (decimal): -9988725 or 9147751. OLE color: 9147751.
HSL color Cylindrical-coordinate representation of color #67958B: hue angle of 166.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #67958B is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 139 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.42 |
| HSL | 166.96º | 0.18% | 0.49% | - |
| HSV(B) | 166.96º | 0.31% | 0.58% | - |
| XYZ | 21 | 26.24 | 28.38 | - |
| YUV | 134.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 139 | 0.31 | 0 | 0.07 | 0.42 | 166.96 | 0.18 | 0.49 |
| Hex | 67 | 95 | 8B | 1F | 0 | 7 | 2A | A7 | 12 | 31 |
| Octal | 147 | 225 | 213 | 37 | 0 | 7 | 52 | 247 | 22 | 61 |
| Binary | 1100111 | 10010101 | 10001011 | 11111 | 0 | 111 | 101010 | 10100111 | 10010 | 110001 |
Color Harmonies of #67958B
Complementary color
Monochromatic Colors of #67958B
Black with #67958B
Text Example
Text Example
White with #67958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67958B; }
p { color: rgb(103,149,139); }
H1.HeaderClassName
{
color: #67958B;
}
.AnyTagClassName
{
color: #67958B;
}
</style>
background-color css
<style>
a { background-color: #67958B; }
a { background-color: rgb(103,149,139); }
div.DivClassName
{
background-color: #67958B;
}
.BgClassName
{
background-color: #67958B;
}
</style>
border-color css
<style>
span { border-color: #67958B; }
span { border-color: rgb(103,149,139); }
td.TdClassName
{
border-color: #67958B;
}
.TagClassName
{
border-color: #67958B;
}
</style>