Shades of Watercourse #016A56
Tints of Watercourse #016A56
RGB
CMYK
RGB Variations
Color information
#016A56 (or 0x016A56) is known color: Watercourse. HEX triplet: 01, 6A and 56. RGB value is (1,106,86). Sum of RGB (Red+Green+Blue) = 1+106+86=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 106 (41.80% from 255 or 54.92% from 193); Blue value is 86 (33.98% from 255 or 44.56% from 193); Max value from RGB is 106 - color contains mainly: green. Hex color #016A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016A56 is #FE95A9. Grayscale: #484848. Windows color (decimal): -16684458 or 5663233. OLE color: 5663233.
HSL color Cylindrical-coordinate representation of color #016A56: hue angle of 168.57º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A56 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 106 | 86 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.58 |
| HSL | 168.57º | 0.98% | 0.21% | - |
| HSV(B) | 168.57º | 0.99% | 0.42% | - |
| XYZ | 6.85 | 10.99 | 10.56 | - |
| YUV | 72.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 106 | 86 | 0.99 | 0 | 0.19 | 0.58 | 168.57 | 0.98 | 0.21 |
| Hex | 1 | 6A | 56 | 63 | 0 | 13 | 3A | A9 | 62 | 15 |
| Octal | 1 | 152 | 126 | 143 | 0 | 23 | 72 | 251 | 142 | 25 |
| Binary | 1 | 1101010 | 1010110 | 1100011 | 0 | 10011 | 111010 | 10101001 | 1100010 | 10101 |
Color Harmonies of #016A56
Complementary color
Monochromatic Colors of #016A56
Black with #016A56
Text Example
Text Example
White with #016A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016A56; }
p { color: rgb(1,106,86); }
H1.HeaderClassName
{
color: #016A56;
}
.AnyTagClassName
{
color: #016A56;
}
</style>
background-color css
<style>
a { background-color: #016A56; }
a { background-color: rgb(1,106,86); }
div.DivClassName
{
background-color: #016A56;
}
.BgClassName
{
background-color: #016A56;
}
</style>
border-color css
<style>
span { border-color: #016A56; }
span { border-color: rgb(1,106,86); }
td.TdClassName
{
border-color: #016A56;
}
.TagClassName
{
border-color: #016A56;
}
</style>