Shades of Gumbo #69968C
Tints of Gumbo #69968C
RGB
CMYK
RGB Variations
Color information
#69968C (or 0x69968C) is known color: Gumbo. HEX triplet: 69, 96 and 8C. RGB value is (105,150,140). Sum of RGB (Red+Green+Blue) = 105+150+140=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #69968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69968C is #966973. Grayscale: #878787. Windows color (decimal): -9857396 or 9213545. OLE color: 9213545.
HSL color Cylindrical-coordinate representation of color #69968C: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69968C is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 140 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.41 |
| HSL | 166.67º | 0.18% | 0.5% | - |
| HSV(B) | 166.67º | 0.3% | 0.59% | - |
| XYZ | 21.47 | 26.71 | 28.84 | - |
| YUV | 135.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 140 | 0.30 | 0 | 0.07 | 0.41 | 166.67 | 0.18 | 0.5 |
| Hex | 69 | 96 | 8C | 1E | 0 | 7 | 29 | A7 | 12 | 32 |
| Octal | 151 | 226 | 214 | 36 | 0 | 7 | 51 | 247 | 22 | 62 |
| Binary | 1101001 | 10010110 | 10001100 | 11110 | 0 | 111 | 101001 | 10100111 | 10010 | 110010 |
Color Harmonies of #69968C
Complementary color
Monochromatic Colors of #69968C
Black with #69968C
Text Example
Text Example
White with #69968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69968C; }
p { color: rgb(105,150,140); }
H1.HeaderClassName
{
color: #69968C;
}
.AnyTagClassName
{
color: #69968C;
}
</style>
background-color css
<style>
a { background-color: #69968C; }
a { background-color: rgb(105,150,140); }
div.DivClassName
{
background-color: #69968C;
}
.BgClassName
{
background-color: #69968C;
}
</style>
border-color css
<style>
span { border-color: #69968C; }
span { border-color: rgb(105,150,140); }
td.TdClassName
{
border-color: #69968C;
}
.TagClassName
{
border-color: #69968C;
}
</style>