Shades of Watercourse #016B51
Tints of Watercourse #016B51
RGB
CMYK
RGB Variations
Color information
#016B51 (or 0x016B51) is known color: Watercourse. HEX triplet: 01, 6B and 51. RGB value is (1,107,81). Sum of RGB (Red+Green+Blue) = 1+107+81=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #016B51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B51 is #FE94AE. Grayscale: #484848. Windows color (decimal): -16684207 or 5335809. OLE color: 5335809.
HSL color Cylindrical-coordinate representation of color #016B51: hue angle of 165.28º 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 #016B51 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 81 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.58 |
| HSL | 165.28º | 0.98% | 0.21% | - |
| HSV(B) | 165.28º | 0.99% | 0.42% | - |
| XYZ | 6.76 | 11.12 | 9.57 | - |
| YUV | 72.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 81 | 0.99 | 0 | 0.24 | 0.58 | 165.28 | 0.98 | 0.21 |
| Hex | 1 | 6B | 51 | 63 | 0 | 18 | 3A | A5 | 62 | 15 |
| Octal | 1 | 153 | 121 | 143 | 0 | 30 | 72 | 245 | 142 | 25 |
| Binary | 1 | 1101011 | 1010001 | 1100011 | 0 | 11000 | 111010 | 10100101 | 1100010 | 10101 |
Color Harmonies of #016B51
Complementary color
Monochromatic Colors of #016B51
Black with #016B51
Text Example
Text Example
White with #016B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B51; }
p { color: rgb(1,107,81); }
H1.HeaderClassName
{
color: #016B51;
}
.AnyTagClassName
{
color: #016B51;
}
</style>
background-color css
<style>
a { background-color: #016B51; }
a { background-color: rgb(1,107,81); }
div.DivClassName
{
background-color: #016B51;
}
.BgClassName
{
background-color: #016B51;
}
</style>
border-color css
<style>
span { border-color: #016B51; }
span { border-color: rgb(1,107,81); }
td.TdClassName
{
border-color: #016B51;
}
.TagClassName
{
border-color: #016B51;
}
</style>