Shades of Gumbo #679B91
Tints of Gumbo #679B91
RGB
CMYK
RGB Variations
Color information
#679B91 (or 0x679B91) is known color: Gumbo. HEX triplet: 67, 9B and 91. RGB value is (103,155,145). Sum of RGB (Red+Green+Blue) = 103+155+145=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #679B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679B91 is #98646E. Grayscale: #8A8A8A. Windows color (decimal): -9987183 or 9542503. OLE color: 9542503.
HSL color Cylindrical-coordinate representation of color #679B91: hue angle of 168.46º 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 #679B91 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 145 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.39 |
| HSL | 168.46º | 0.21% | 0.51% | - |
| HSV(B) | 168.46º | 0.34% | 0.61% | - |
| XYZ | 22.43 | 28.37 | 31.08 | - |
| YUV | 138.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 145 | 0.34 | 0 | 0.06 | 0.39 | 168.46 | 0.21 | 0.51 |
| Hex | 67 | 9B | 91 | 22 | 0 | 6 | 27 | A8 | 15 | 33 |
| Octal | 147 | 233 | 221 | 42 | 0 | 6 | 47 | 250 | 25 | 63 |
| Binary | 1100111 | 10011011 | 10010001 | 100010 | 0 | 110 | 100111 | 10101000 | 10101 | 110011 |
Color Harmonies of #679B91
Complementary color
Monochromatic Colors of #679B91
Black with #679B91
Text Example
Text Example
White with #679B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B91; }
p { color: rgb(103,155,145); }
H1.HeaderClassName
{
color: #679B91;
}
.AnyTagClassName
{
color: #679B91;
}
</style>
background-color css
<style>
a { background-color: #679B91; }
a { background-color: rgb(103,155,145); }
div.DivClassName
{
background-color: #679B91;
}
.BgClassName
{
background-color: #679B91;
}
</style>
border-color css
<style>
span { border-color: #679B91; }
span { border-color: rgb(103,155,145); }
td.TdClassName
{
border-color: #679B91;
}
.TagClassName
{
border-color: #679B91;
}
</style>