Shades of Gumbo #69958E
Tints of Gumbo #69958E
RGB
CMYK
RGB Variations
Color information
#69958E (or 0x69958E) is known color: Gumbo. HEX triplet: 69, 95 and 8E. RGB value is (105,149,142). Sum of RGB (Red+Green+Blue) = 105+149+142=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 149 - color contains mainly: green. Hex color #69958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69958E is #966A71. Grayscale: #878787. Windows color (decimal): -9857650 or 9344361. OLE color: 9344361.
HSL color Cylindrical-coordinate representation of color #69958E: hue angle of 170.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69958E is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 142 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.42 |
| HSL | 170.45º | 0.17% | 0.5% | - |
| HSV(B) | 170.45º | 0.3% | 0.58% | - |
| XYZ | 21.46 | 26.45 | 29.57 | - |
| YUV | 135.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 142 | 0.30 | 0 | 0.05 | 0.42 | 170.45 | 0.17 | 0.5 |
| Hex | 69 | 95 | 8E | 1E | 0 | 5 | 2A | AA | 11 | 32 |
| Octal | 151 | 225 | 216 | 36 | 0 | 5 | 52 | 252 | 21 | 62 |
| Binary | 1101001 | 10010101 | 10001110 | 11110 | 0 | 101 | 101010 | 10101010 | 10001 | 110010 |
Color Harmonies of #69958E
Complementary color
Monochromatic Colors of #69958E
Black with #69958E
Text Example
Text Example
White with #69958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69958E; }
p { color: rgb(105,149,142); }
H1.HeaderClassName
{
color: #69958E;
}
.AnyTagClassName
{
color: #69958E;
}
</style>
background-color css
<style>
a { background-color: #69958E; }
a { background-color: rgb(105,149,142); }
div.DivClassName
{
background-color: #69958E;
}
.BgClassName
{
background-color: #69958E;
}
</style>
border-color css
<style>
span { border-color: #69958E; }
span { border-color: rgb(105,149,142); }
td.TdClassName
{
border-color: #69958E;
}
.TagClassName
{
border-color: #69958E;
}
</style>