Shades of Gumbo #678B85
Tints of Gumbo #678B85
RGB
CMYK
RGB Variations
Color information
#678B85 (or 0x678B85) is known color: Gumbo. HEX triplet: 67, 8B and 85. RGB value is (103,139,133). Sum of RGB (Red+Green+Blue) = 103+139+133=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #678B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B85 is #98747A. Grayscale: #7F7F7F. Windows color (decimal): -9991291 or 8751975. OLE color: 8751975.
HSL color Cylindrical-coordinate representation of color #678B85: hue angle of 170º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B85 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 139 | 133 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.45 |
| HSL | 170º | 0.15% | 0.47% | - |
| HSV(B) | 170º | 0.26% | 0.55% | - |
| XYZ | 19.06 | 23.04 | 25.63 | - |
| YUV | 127.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 139 | 133 | 0.26 | 0 | 0.04 | 0.45 | 170 | 0.15 | 0.47 |
| Hex | 67 | 8B | 85 | 1A | 0 | 4 | 2D | AA | F | 2F |
| Octal | 147 | 213 | 205 | 32 | 0 | 4 | 55 | 252 | 17 | 57 |
| Binary | 1100111 | 10001011 | 10000101 | 11010 | 0 | 100 | 101101 | 10101010 | 1111 | 101111 |
Color Harmonies of #678B85
Complementary color
Monochromatic Colors of #678B85
Black with #678B85
Text Example
Text Example
White with #678B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678B85; }
p { color: rgb(103,139,133); }
H1.HeaderClassName
{
color: #678B85;
}
.AnyTagClassName
{
color: #678B85;
}
</style>
background-color css
<style>
a { background-color: #678B85; }
a { background-color: rgb(103,139,133); }
div.DivClassName
{
background-color: #678B85;
}
.BgClassName
{
background-color: #678B85;
}
</style>
border-color css
<style>
span { border-color: #678B85; }
span { border-color: rgb(103,139,133); }
td.TdClassName
{
border-color: #678B85;
}
.TagClassName
{
border-color: #678B85;
}
</style>