Shades of Watercourse #017050
Tints of Watercourse #017050
RGB
CMYK
RGB Variations
Color information
#017050 (or 0x017050) is known color: Watercourse. HEX triplet: 01, 70 and 50. RGB value is (1,112,80). Sum of RGB (Red+Green+Blue) = 1+112+80=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #017050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017050 is #FE8FAF. Grayscale: #4B4B4B. Windows color (decimal): -16682928 or 5271553. OLE color: 5271553.
HSL color Cylindrical-coordinate representation of color #017050: hue angle of 162.7º 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 #017050 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 80 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.56 |
| HSL | 162.7º | 0.98% | 0.22% | - |
| HSV(B) | 162.7º | 0.99% | 0.44% | - |
| XYZ | 7.25 | 12.17 | 9.56 | - |
| YUV | 75.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 80 | 0.99 | 0 | 0.29 | 0.56 | 162.7 | 0.98 | 0.22 |
| Hex | 1 | 70 | 50 | 63 | 0 | 1D | 38 | A3 | 62 | 16 |
| Octal | 1 | 160 | 120 | 143 | 0 | 35 | 70 | 243 | 142 | 26 |
| Binary | 1 | 1110000 | 1010000 | 1100011 | 0 | 11101 | 111000 | 10100011 | 1100010 | 10110 |
Color Harmonies of #017050
Complementary color
Monochromatic Colors of #017050
Black with #017050
Text Example
Text Example
White with #017050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017050; }
p { color: rgb(1,112,80); }
H1.HeaderClassName
{
color: #017050;
}
.AnyTagClassName
{
color: #017050;
}
</style>
background-color css
<style>
a { background-color: #017050; }
a { background-color: rgb(1,112,80); }
div.DivClassName
{
background-color: #017050;
}
.BgClassName
{
background-color: #017050;
}
</style>
border-color css
<style>
span { border-color: #017050; }
span { border-color: rgb(1,112,80); }
td.TdClassName
{
border-color: #017050;
}
.TagClassName
{
border-color: #017050;
}
</style>