Shades of Watercourse #016854
Tints of Watercourse #016854
RGB
CMYK
RGB Variations
Color information
#016854 (or 0x016854) is known color: Watercourse. HEX triplet: 01, 68 and 54. RGB value is (1,104,84). Sum of RGB (Red+Green+Blue) = 1+104+84=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 84 (33.20% from 255 or 44.44% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #016854 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016854 is #FE97AB. Grayscale: #464646. Windows color (decimal): -16684972 or 5531649. OLE color: 5531649.
HSL color Cylindrical-coordinate representation of color #016854: hue angle of 168.35º 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 #016854 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 84 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.59 |
| HSL | 168.35º | 0.98% | 0.21% | - |
| HSV(B) | 168.35º | 0.99% | 0.41% | - |
| XYZ | 6.56 | 10.55 | 10.08 | - |
| YUV | 70.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 84 | 0.99 | 0 | 0.19 | 0.59 | 168.35 | 0.98 | 0.21 |
| Hex | 1 | 68 | 54 | 63 | 0 | 13 | 3B | A8 | 62 | 15 |
| Octal | 1 | 150 | 124 | 143 | 0 | 23 | 73 | 250 | 142 | 25 |
| Binary | 1 | 1101000 | 1010100 | 1100011 | 0 | 10011 | 111011 | 10101000 | 1100010 | 10101 |
Color Harmonies of #016854
Complementary color
Monochromatic Colors of #016854
Black with #016854
Text Example
Text Example
White with #016854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016854; }
p { color: rgb(1,104,84); }
H1.HeaderClassName
{
color: #016854;
}
.AnyTagClassName
{
color: #016854;
}
</style>
background-color css
<style>
a { background-color: #016854; }
a { background-color: rgb(1,104,84); }
div.DivClassName
{
background-color: #016854;
}
.BgClassName
{
background-color: #016854;
}
</style>
border-color css
<style>
span { border-color: #016854; }
span { border-color: rgb(1,104,84); }
td.TdClassName
{
border-color: #016854;
}
.TagClassName
{
border-color: #016854;
}
</style>