Shades of Watercourse #016B56
Tints of Watercourse #016B56
RGB
CMYK
RGB Variations
Color information
#016B56 (or 0x016B56) is known color: Watercourse. HEX triplet: 01, 6B and 56. RGB value is (1,107,86). Sum of RGB (Red+Green+Blue) = 1+107+86=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #016B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B56 is #FE94A9. Grayscale: #484848. Windows color (decimal): -16684202 or 5663489. OLE color: 5663489.
HSL color Cylindrical-coordinate representation of color #016B56: hue angle of 168.11º 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 #016B56 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 86 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.58 |
| HSL | 168.11º | 0.98% | 0.21% | - |
| HSV(B) | 168.11º | 0.99% | 0.42% | - |
| XYZ | 6.95 | 11.19 | 10.6 | - |
| YUV | 72.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 86 | 0.99 | 0 | 0.20 | 0.58 | 168.11 | 0.98 | 0.21 |
| Hex | 1 | 6B | 56 | 63 | 0 | 14 | 3A | A8 | 62 | 15 |
| Octal | 1 | 153 | 126 | 143 | 0 | 24 | 72 | 250 | 142 | 25 |
| Binary | 1 | 1101011 | 1010110 | 1100011 | 0 | 10100 | 111010 | 10101000 | 1100010 | 10101 |
Color Harmonies of #016B56
Complementary color
Monochromatic Colors of #016B56
Black with #016B56
Text Example
Text Example
White with #016B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B56; }
p { color: rgb(1,107,86); }
H1.HeaderClassName
{
color: #016B56;
}
.AnyTagClassName
{
color: #016B56;
}
</style>
background-color css
<style>
a { background-color: #016B56; }
a { background-color: rgb(1,107,86); }
div.DivClassName
{
background-color: #016B56;
}
.BgClassName
{
background-color: #016B56;
}
</style>
border-color css
<style>
span { border-color: #016B56; }
span { border-color: rgb(1,107,86); }
td.TdClassName
{
border-color: #016B56;
}
.TagClassName
{
border-color: #016B56;
}
</style>