Shades of Gumbo #67958F
Tints of Gumbo #67958F
RGB
CMYK
RGB Variations
Color information
#67958F (or 0x67958F) is known color: Gumbo. HEX triplet: 67, 95 and 8F. RGB value is (103,149,143). Sum of RGB (Red+Green+Blue) = 103+149+143=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #67958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67958F is #986A70. Grayscale: #868686. Windows color (decimal): -9988721 or 9409895. OLE color: 9409895.
HSL color Cylindrical-coordinate representation of color #67958F: hue angle of 172.17º 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 #67958F is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 143 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.42 |
| HSL | 172.17º | 0.18% | 0.49% | - |
| HSV(B) | 172.17º | 0.31% | 0.58% | - |
| XYZ | 21.3 | 26.36 | 29.95 | - |
| YUV | 134.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 143 | 0.31 | 0 | 0.04 | 0.42 | 172.17 | 0.18 | 0.49 |
| Hex | 67 | 95 | 8F | 1F | 0 | 4 | 2A | AC | 12 | 31 |
| Octal | 147 | 225 | 217 | 37 | 0 | 4 | 52 | 254 | 22 | 61 |
| Binary | 1100111 | 10010101 | 10001111 | 11111 | 0 | 100 | 101010 | 10101100 | 10010 | 110001 |
Color Harmonies of #67958F
Complementary color
Monochromatic Colors of #67958F
Black with #67958F
Text Example
Text Example
White with #67958F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67958F; }
p { color: rgb(103,149,143); }
H1.HeaderClassName
{
color: #67958F;
}
.AnyTagClassName
{
color: #67958F;
}
</style>
background-color css
<style>
a { background-color: #67958F; }
a { background-color: rgb(103,149,143); }
div.DivClassName
{
background-color: #67958F;
}
.BgClassName
{
background-color: #67958F;
}
</style>
border-color css
<style>
span { border-color: #67958F; }
span { border-color: rgb(103,149,143); }
td.TdClassName
{
border-color: #67958F;
}
.TagClassName
{
border-color: #67958F;
}
</style>