Shades of Gumbo #67988E
Tints of Gumbo #67988E
RGB
CMYK
RGB Variations
Color information
#67988E (or 0x67988E) is known color: Gumbo. HEX triplet: 67, 98 and 8E. RGB value is (103,152,142). Sum of RGB (Red+Green+Blue) = 103+152+142=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #67988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67988E is #986771. Grayscale: #888888. Windows color (decimal): -9987954 or 9345127. OLE color: 9345127.
HSL color Cylindrical-coordinate representation of color #67988E: hue angle of 167.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #67988E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 142 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.40 |
| HSL | 167.76º | 0.19% | 0.5% | - |
| HSV(B) | 167.76º | 0.32% | 0.6% | - |
| XYZ | 21.7 | 27.29 | 29.72 | - |
| YUV | 136.21 | 131.27 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 142 | 0.32 | 0 | 0.07 | 0.40 | 167.76 | 0.19 | 0.5 |
| Hex | 67 | 98 | 8E | 20 | 0 | 7 | 28 | A8 | 13 | 32 |
| Octal | 147 | 230 | 216 | 40 | 0 | 7 | 50 | 250 | 23 | 62 |
| Binary | 1100111 | 10011000 | 10001110 | 100000 | 0 | 111 | 101000 | 10101000 | 10011 | 110010 |
Color Harmonies of #67988E
Complementary color
Monochromatic Colors of #67988E
Black with #67988E
Text Example
Text Example
White with #67988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67988E; }
p { color: rgb(103,152,142); }
H1.HeaderClassName
{
color: #67988E;
}
.AnyTagClassName
{
color: #67988E;
}
</style>
background-color css
<style>
a { background-color: #67988E; }
a { background-color: rgb(103,152,142); }
div.DivClassName
{
background-color: #67988E;
}
.BgClassName
{
background-color: #67988E;
}
</style>
border-color css
<style>
span { border-color: #67988E; }
span { border-color: rgb(103,152,142); }
td.TdClassName
{
border-color: #67988E;
}
.TagClassName
{
border-color: #67988E;
}
</style>