Shades of Watercourse #016855
Tints of Watercourse #016855
RGB
CMYK
RGB Variations
Color information
#016855 (or 0x016855) is known color: Watercourse. HEX triplet: 01, 68 and 55. RGB value is (1,104,85). Sum of RGB (Red+Green+Blue) = 1+104+85=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #016855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016855 is #FE97AA. Grayscale: #474747. Windows color (decimal): -16684971 or 5597185. OLE color: 5597185.
HSL color Cylindrical-coordinate representation of color #016855: hue angle of 168.93º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016855 is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 85 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.59 |
| HSL | 168.93º | 0.98% | 0.21% | - |
| HSV(B) | 168.93º | 0.99% | 0.41% | - |
| XYZ | 6.6 | 10.56 | 10.29 | - |
| YUV | 71.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 85 | 0.99 | 0 | 0.18 | 0.59 | 168.93 | 0.98 | 0.21 |
| Hex | 1 | 68 | 55 | 63 | 0 | 12 | 3B | A9 | 62 | 15 |
| Octal | 1 | 150 | 125 | 143 | 0 | 22 | 73 | 251 | 142 | 25 |
| Binary | 1 | 1101000 | 1010101 | 1100011 | 0 | 10010 | 111011 | 10101001 | 1100010 | 10101 |
Color Harmonies of #016855
Complementary color
Monochromatic Colors of #016855
Black with #016855
Text Example
Text Example
White with #016855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016855; }
p { color: rgb(1,104,85); }
H1.HeaderClassName
{
color: #016855;
}
.AnyTagClassName
{
color: #016855;
}
</style>
background-color css
<style>
a { background-color: #016855; }
a { background-color: rgb(1,104,85); }
div.DivClassName
{
background-color: #016855;
}
.BgClassName
{
background-color: #016855;
}
</style>
border-color css
<style>
span { border-color: #016855; }
span { border-color: rgb(1,104,85); }
td.TdClassName
{
border-color: #016855;
}
.TagClassName
{
border-color: #016855;
}
</style>