Shades of Gumbo #679B92
Tints of Gumbo #679B92
RGB
CMYK
RGB Variations
Color information
#679B92 (or 0x679B92) is known color: Gumbo. HEX triplet: 67, 9B and 92. RGB value is (103,155,146). Sum of RGB (Red+Green+Blue) = 103+155+146=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #679B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679B92 is #98646D. Grayscale: #8A8A8A. Windows color (decimal): -9987182 or 9608039. OLE color: 9608039.
HSL color Cylindrical-coordinate representation of color #679B92: hue angle of 169.62º 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 #679B92 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 146 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.39 |
| HSL | 169.62º | 0.21% | 0.51% | - |
| HSV(B) | 169.62º | 0.34% | 0.61% | - |
| XYZ | 22.5 | 28.4 | 31.49 | - |
| YUV | 138.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 146 | 0.34 | 0 | 0.06 | 0.39 | 169.62 | 0.21 | 0.51 |
| Hex | 67 | 9B | 92 | 22 | 0 | 6 | 27 | AA | 15 | 33 |
| Octal | 147 | 233 | 222 | 42 | 0 | 6 | 47 | 252 | 25 | 63 |
| Binary | 1100111 | 10011011 | 10010010 | 100010 | 0 | 110 | 100111 | 10101010 | 10101 | 110011 |
Color Harmonies of #679B92
Complementary color
Monochromatic Colors of #679B92
Black with #679B92
Text Example
Text Example
White with #679B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B92; }
p { color: rgb(103,155,146); }
H1.HeaderClassName
{
color: #679B92;
}
.AnyTagClassName
{
color: #679B92;
}
</style>
background-color css
<style>
a { background-color: #679B92; }
a { background-color: rgb(103,155,146); }
div.DivClassName
{
background-color: #679B92;
}
.BgClassName
{
background-color: #679B92;
}
</style>
border-color css
<style>
span { border-color: #679B92; }
span { border-color: rgb(103,155,146); }
td.TdClassName
{
border-color: #679B92;
}
.TagClassName
{
border-color: #679B92;
}
</style>