Shades of Gumbo #669D92
Tints of Gumbo #669D92
RGB
CMYK
RGB Variations
Color information
#669D92 (or 0x669D92) is known color: Gumbo. HEX triplet: 66, 9D and 92. RGB value is (102,157,146). Sum of RGB (Red+Green+Blue) = 102+157+146=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #669D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D92 is #99626D. Grayscale: #8B8B8B. Windows color (decimal): -10052206 or 9608550. OLE color: 9608550.
HSL color Cylindrical-coordinate representation of color #669D92: hue angle of 168º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D92 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 146 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.38 |
| HSL | 168º | 0.22% | 0.51% | - |
| HSV(B) | 168º | 0.35% | 0.62% | - |
| XYZ | 22.72 | 29.01 | 31.6 | - |
| YUV | 139.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 146 | 0.35 | 0 | 0.07 | 0.38 | 168 | 0.22 | 0.51 |
| Hex | 66 | 9D | 92 | 23 | 0 | 7 | 26 | A8 | 16 | 33 |
| Octal | 146 | 235 | 222 | 43 | 0 | 7 | 46 | 250 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10010010 | 100011 | 0 | 111 | 100110 | 10101000 | 10110 | 110011 |
Color Harmonies of #669D92
Complementary color
Monochromatic Colors of #669D92
Black with #669D92
Text Example
Text Example
White with #669D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D92; }
p { color: rgb(102,157,146); }
H1.HeaderClassName
{
color: #669D92;
}
.AnyTagClassName
{
color: #669D92;
}
</style>
background-color css
<style>
a { background-color: #669D92; }
a { background-color: rgb(102,157,146); }
div.DivClassName
{
background-color: #669D92;
}
.BgClassName
{
background-color: #669D92;
}
</style>
border-color css
<style>
span { border-color: #669D92; }
span { border-color: rgb(102,157,146); }
td.TdClassName
{
border-color: #669D92;
}
.TagClassName
{
border-color: #669D92;
}
</style>