Shades of Gumbo #678581
Tints of Gumbo #678581
RGB
CMYK
RGB Variations
Color information
#678581 (or 0x678581) is known color: Gumbo. HEX triplet: 67, 85 and 81. RGB value is (103,133,129). Sum of RGB (Red+Green+Blue) = 103+133+129=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #678581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678581 is #987A7E. Grayscale: #7B7B7B. Windows color (decimal): -9992831 or 8488295. OLE color: 8488295.
HSL color Cylindrical-coordinate representation of color #678581: hue angle of 172º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678581 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 129 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.48 |
| HSL | 172º | 0.13% | 0.46% | - |
| HSV(B) | 172º | 0.23% | 0.52% | - |
| XYZ | 17.94 | 21.24 | 23.92 | - |
| YUV | 123.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 129 | 0.23 | 0 | 0.03 | 0.48 | 172 | 0.13 | 0.46 |
| Hex | 67 | 85 | 81 | 17 | 0 | 3 | 30 | AC | D | 2E |
| Octal | 147 | 205 | 201 | 27 | 0 | 3 | 60 | 254 | 15 | 56 |
| Binary | 1100111 | 10000101 | 10000001 | 10111 | 0 | 11 | 110000 | 10101100 | 1101 | 101110 |
Color Harmonies of #678581
Complementary color
Monochromatic Colors of #678581
Black with #678581
Text Example
Text Example
White with #678581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678581; }
p { color: rgb(103,133,129); }
H1.HeaderClassName
{
color: #678581;
}
.AnyTagClassName
{
color: #678581;
}
</style>
background-color css
<style>
a { background-color: #678581; }
a { background-color: rgb(103,133,129); }
div.DivClassName
{
background-color: #678581;
}
.BgClassName
{
background-color: #678581;
}
</style>
border-color css
<style>
span { border-color: #678581; }
span { border-color: rgb(103,133,129); }
td.TdClassName
{
border-color: #678581;
}
.TagClassName
{
border-color: #678581;
}
</style>