Shades of Gumbo #679C91
Tints of Gumbo #679C91
RGB
CMYK
RGB Variations
Color information
#679C91 (or 0x679C91) is known color: Gumbo. HEX triplet: 67, 9C and 91. RGB value is (103,156,145). Sum of RGB (Red+Green+Blue) = 103+156+145=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #679C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679C91 is #98636E. Grayscale: #8A8A8A. Windows color (decimal): -9986927 or 9542759. OLE color: 9542759.
HSL color Cylindrical-coordinate representation of color #679C91: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679C91 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 156 | 145 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.39 |
| HSL | 167.55º | 0.21% | 0.51% | - |
| HSV(B) | 167.55º | 0.34% | 0.61% | - |
| XYZ | 22.59 | 28.7 | 31.14 | - |
| YUV | 138.9 | 131.44 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 156 | 145 | 0.34 | 0 | 0.07 | 0.39 | 167.55 | 0.21 | 0.51 |
| Hex | 67 | 9C | 91 | 22 | 0 | 7 | 27 | A8 | 15 | 33 |
| Octal | 147 | 234 | 221 | 42 | 0 | 7 | 47 | 250 | 25 | 63 |
| Binary | 1100111 | 10011100 | 10010001 | 100010 | 0 | 111 | 100111 | 10101000 | 10101 | 110011 |
Color Harmonies of #679C91
Complementary color
Monochromatic Colors of #679C91
Black with #679C91
Text Example
Text Example
White with #679C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679C91; }
p { color: rgb(103,156,145); }
H1.HeaderClassName
{
color: #679C91;
}
.AnyTagClassName
{
color: #679C91;
}
</style>
background-color css
<style>
a { background-color: #679C91; }
a { background-color: rgb(103,156,145); }
div.DivClassName
{
background-color: #679C91;
}
.BgClassName
{
background-color: #679C91;
}
</style>
border-color css
<style>
span { border-color: #679C91; }
span { border-color: rgb(103,156,145); }
td.TdClassName
{
border-color: #679C91;
}
.TagClassName
{
border-color: #679C91;
}
</style>