Shades of Watercourse #017155
Tints of Watercourse #017155
RGB
CMYK
RGB Variations
Color information
#017155 (or 0x017155) is known color: Watercourse. HEX triplet: 01, 71 and 55. RGB value is (1,113,85). Sum of RGB (Red+Green+Blue) = 1+113+85=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #017155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017155 is #FE8EAA. Grayscale: #4C4C4C. Windows color (decimal): -16682667 or 5599489. OLE color: 5599489.
HSL color Cylindrical-coordinate representation of color #017155: hue angle of 165º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017155 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 85 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.56 |
| HSL | 165º | 0.98% | 0.22% | - |
| HSV(B) | 165º | 0.99% | 0.44% | - |
| XYZ | 7.56 | 12.47 | 10.6 | - |
| YUV | 76.32 | 132.89 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 85 | 0.99 | 0 | 0.25 | 0.56 | 165 | 0.98 | 0.22 |
| Hex | 1 | 71 | 55 | 63 | 0 | 19 | 38 | A5 | 62 | 16 |
| Octal | 1 | 161 | 125 | 143 | 0 | 31 | 70 | 245 | 142 | 26 |
| Binary | 1 | 1110001 | 1010101 | 1100011 | 0 | 11001 | 111000 | 10100101 | 1100010 | 10110 |
Color Harmonies of #017155
Complementary color
Monochromatic Colors of #017155
Black with #017155
Text Example
Text Example
White with #017155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017155; }
p { color: rgb(1,113,85); }
H1.HeaderClassName
{
color: #017155;
}
.AnyTagClassName
{
color: #017155;
}
</style>
background-color css
<style>
a { background-color: #017155; }
a { background-color: rgb(1,113,85); }
div.DivClassName
{
background-color: #017155;
}
.BgClassName
{
background-color: #017155;
}
</style>
border-color css
<style>
span { border-color: #017155; }
span { border-color: rgb(1,113,85); }
td.TdClassName
{
border-color: #017155;
}
.TagClassName
{
border-color: #017155;
}
</style>