Shades of Watercourse #017550
Tints of Watercourse #017550
RGB
CMYK
RGB Variations
Color information
#017550 (or 0x017550) is known color: Watercourse. HEX triplet: 01, 75 and 50. RGB value is (1,117,80). Sum of RGB (Red+Green+Blue) = 1+117+80=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #017550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017550 is #FE8AAF. Grayscale: #4E4E4E. Windows color (decimal): -16681648 or 5272833. OLE color: 5272833.
HSL color Cylindrical-coordinate representation of color #017550: hue angle of 160.86º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017550 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 80 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.54 |
| HSL | 160.86º | 0.98% | 0.23% | - |
| HSV(B) | 160.86º | 0.99% | 0.46% | - |
| XYZ | 7.82 | 13.31 | 9.75 | - |
| YUV | 78.1 | 129.07 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 80 | 0.99 | 0 | 0.32 | 0.54 | 160.86 | 0.98 | 0.23 |
| Hex | 1 | 75 | 50 | 63 | 0 | 20 | 36 | A1 | 62 | 17 |
| Octal | 1 | 165 | 120 | 143 | 0 | 40 | 66 | 241 | 142 | 27 |
| Binary | 1 | 1110101 | 1010000 | 1100011 | 0 | 100000 | 110110 | 10100001 | 1100010 | 10111 |
Color Harmonies of #017550
Complementary color
Monochromatic Colors of #017550
Black with #017550
Text Example
Text Example
White with #017550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017550; }
p { color: rgb(1,117,80); }
H1.HeaderClassName
{
color: #017550;
}
.AnyTagClassName
{
color: #017550;
}
</style>
background-color css
<style>
a { background-color: #017550; }
a { background-color: rgb(1,117,80); }
div.DivClassName
{
background-color: #017550;
}
.BgClassName
{
background-color: #017550;
}
</style>
border-color css
<style>
span { border-color: #017550; }
span { border-color: rgb(1,117,80); }
td.TdClassName
{
border-color: #017550;
}
.TagClassName
{
border-color: #017550;
}
</style>