Shades of Watercourse #106955
Tints of Watercourse #106955
RGB
CMYK
RGB Variations
Color information
#106955 (or 0x106955) is known color: Watercourse. HEX triplet: 10, 69 and 55. RGB value is (16,105,85). Sum of RGB (Red+Green+Blue) = 16+105+85=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #106955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106955 is #EF96AA. Grayscale: #4C4C4C. Windows color (decimal): -15701675 or 5597456. OLE color: 5597456.
HSL color Cylindrical-coordinate representation of color #106955: hue angle of 166.52º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106955 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 105 | 85 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.59 |
| HSL | 166.52º | 0.74% | 0.24% | - |
| HSV(B) | 166.52º | 0.85% | 0.41% | - |
| XYZ | 6.9 | 10.87 | 10.33 | - |
| YUV | 76.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 85 | 0.85 | 0 | 0.19 | 0.59 | 166.52 | 0.74 | 0.24 |
| Hex | 10 | 69 | 55 | 55 | 0 | 13 | 3B | A7 | 4A | 18 |
| Octal | 20 | 151 | 125 | 125 | 0 | 23 | 73 | 247 | 112 | 30 |
| Binary | 10000 | 1101001 | 1010101 | 1010101 | 0 | 10011 | 111011 | 10100111 | 1001010 | 11000 |
Color Harmonies of #106955
Complementary color
Monochromatic Colors of #106955
Black with #106955
Text Example
Text Example
White with #106955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106955; }
p { color: rgb(16,105,85); }
H1.HeaderClassName
{
color: #106955;
}
.AnyTagClassName
{
color: #106955;
}
</style>
background-color css
<style>
a { background-color: #106955; }
a { background-color: rgb(16,105,85); }
div.DivClassName
{
background-color: #106955;
}
.BgClassName
{
background-color: #106955;
}
</style>
border-color css
<style>
span { border-color: #106955; }
span { border-color: rgb(16,105,85); }
td.TdClassName
{
border-color: #106955;
}
.TagClassName
{
border-color: #106955;
}
</style>