Shades of Gumbo #66978F
Tints of Gumbo #66978F
RGB
CMYK
RGB Variations
Color information
#66978F (or 0x66978F) is known color: Gumbo. HEX triplet: 66, 97 and 8F. RGB value is (102,151,143). Sum of RGB (Red+Green+Blue) = 102+151+143=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #66978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66978F is #996870. Grayscale: #878787. Windows color (decimal): -10053745 or 9410406. OLE color: 9410406.
HSL color Cylindrical-coordinate representation of color #66978F: hue angle of 170.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66978F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 143 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.41 |
| HSL | 170.2º | 0.19% | 0.5% | - |
| HSV(B) | 170.2º | 0.32% | 0.59% | - |
| XYZ | 21.5 | 26.94 | 30.05 | - |
| YUV | 135.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 143 | 0.32 | 0 | 0.05 | 0.41 | 170.2 | 0.19 | 0.5 |
| Hex | 66 | 97 | 8F | 20 | 0 | 5 | 29 | AA | 13 | 32 |
| Octal | 146 | 227 | 217 | 40 | 0 | 5 | 51 | 252 | 23 | 62 |
| Binary | 1100110 | 10010111 | 10001111 | 100000 | 0 | 101 | 101001 | 10101010 | 10011 | 110010 |
Color Harmonies of #66978F
Complementary color
Monochromatic Colors of #66978F
Black with #66978F
Text Example
Text Example
White with #66978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66978F; }
p { color: rgb(102,151,143); }
H1.HeaderClassName
{
color: #66978F;
}
.AnyTagClassName
{
color: #66978F;
}
</style>
background-color css
<style>
a { background-color: #66978F; }
a { background-color: rgb(102,151,143); }
div.DivClassName
{
background-color: #66978F;
}
.BgClassName
{
background-color: #66978F;
}
</style>
border-color css
<style>
span { border-color: #66978F; }
span { border-color: rgb(102,151,143); }
td.TdClassName
{
border-color: #66978F;
}
.TagClassName
{
border-color: #66978F;
}
</style>