Shades of Gumbo #66908B
Tints of Gumbo #66908B
RGB
CMYK
RGB Variations
Color information
#66908B (or 0x66908B) is known color: Gumbo. HEX triplet: 66, 90 and 8B. RGB value is (102,144,139). Sum of RGB (Red+Green+Blue) = 102+144+139=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #66908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66908B is #996F74. Grayscale: #828282. Windows color (decimal): -10055541 or 9146470. OLE color: 9146470.
HSL color Cylindrical-coordinate representation of color #66908B: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66908B is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 139 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.44 |
| HSL | 172.86º | 0.17% | 0.48% | - |
| HSV(B) | 172.86º | 0.29% | 0.56% | - |
| XYZ | 20.11 | 24.64 | 28.12 | - |
| YUV | 130.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 139 | 0.29 | 0 | 0.03 | 0.44 | 172.86 | 0.17 | 0.48 |
| Hex | 66 | 90 | 8B | 1D | 0 | 3 | 2C | AD | 11 | 30 |
| Octal | 146 | 220 | 213 | 35 | 0 | 3 | 54 | 255 | 21 | 60 |
| Binary | 1100110 | 10010000 | 10001011 | 11101 | 0 | 11 | 101100 | 10101101 | 10001 | 110000 |
Color Harmonies of #66908B
Complementary color
Monochromatic Colors of #66908B
Black with #66908B
Text Example
Text Example
White with #66908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66908B; }
p { color: rgb(102,144,139); }
H1.HeaderClassName
{
color: #66908B;
}
.AnyTagClassName
{
color: #66908B;
}
</style>
background-color css
<style>
a { background-color: #66908B; }
a { background-color: rgb(102,144,139); }
div.DivClassName
{
background-color: #66908B;
}
.BgClassName
{
background-color: #66908B;
}
</style>
border-color css
<style>
span { border-color: #66908B; }
span { border-color: rgb(102,144,139); }
td.TdClassName
{
border-color: #66908B;
}
.TagClassName
{
border-color: #66908B;
}
</style>