Shades of Gumbo #679B90
Tints of Gumbo #679B90
RGB
CMYK
RGB Variations
Color information
#679B90 (or 0x679B90) is known color: Gumbo. HEX triplet: 67, 9B and 90. RGB value is (103,155,144). Sum of RGB (Red+Green+Blue) = 103+155+144=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #679B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679B90 is #98646F. Grayscale: #8A8A8A. Windows color (decimal): -9987184 or 9476967. OLE color: 9476967.
HSL color Cylindrical-coordinate representation of color #679B90: hue angle of 167.31º 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 #679B90 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 144 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.39 |
| HSL | 167.31º | 0.21% | 0.51% | - |
| HSV(B) | 167.31º | 0.34% | 0.61% | - |
| XYZ | 22.35 | 28.34 | 30.68 | - |
| YUV | 138.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 144 | 0.34 | 0 | 0.07 | 0.39 | 167.31 | 0.21 | 0.51 |
| Hex | 67 | 9B | 90 | 22 | 0 | 7 | 27 | A7 | 15 | 33 |
| Octal | 147 | 233 | 220 | 42 | 0 | 7 | 47 | 247 | 25 | 63 |
| Binary | 1100111 | 10011011 | 10010000 | 100010 | 0 | 111 | 100111 | 10100111 | 10101 | 110011 |
Color Harmonies of #679B90
Complementary color
Monochromatic Colors of #679B90
Black with #679B90
Text Example
Text Example
White with #679B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B90; }
p { color: rgb(103,155,144); }
H1.HeaderClassName
{
color: #679B90;
}
.AnyTagClassName
{
color: #679B90;
}
</style>
background-color css
<style>
a { background-color: #679B90; }
a { background-color: rgb(103,155,144); }
div.DivClassName
{
background-color: #679B90;
}
.BgClassName
{
background-color: #679B90;
}
</style>
border-color css
<style>
span { border-color: #679B90; }
span { border-color: rgb(103,155,144); }
td.TdClassName
{
border-color: #679B90;
}
.TagClassName
{
border-color: #679B90;
}
</style>