Shades of Watercourse #016755
Tints of Watercourse #016755
RGB
CMYK
RGB Variations
Color information
#016755 (or 0x016755) is known color: Watercourse. HEX triplet: 01, 67 and 55. RGB value is (1,103,85). Sum of RGB (Red+Green+Blue) = 1+103+85=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #016755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016755 is #FE98AA. Grayscale: #464646. Windows color (decimal): -16685227 or 5596929. OLE color: 5596929.
HSL color Cylindrical-coordinate representation of color #016755: hue angle of 169.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016755 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 85 | - |
| CMYK | 0.99 | 0 | 0.17 | 0.60 |
| HSL | 169.41º | 0.98% | 0.2% | - |
| HSV(B) | 169.41º | 0.99% | 0.4% | - |
| XYZ | 6.5 | 10.36 | 10.25 | - |
| YUV | 70.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 85 | 0.99 | 0 | 0.17 | 0.60 | 169.41 | 0.98 | 0.2 |
| Hex | 1 | 67 | 55 | 63 | 0 | 11 | 3C | A9 | 62 | 14 |
| Octal | 1 | 147 | 125 | 143 | 0 | 21 | 74 | 251 | 142 | 24 |
| Binary | 1 | 1100111 | 1010101 | 1100011 | 0 | 10001 | 111100 | 10101001 | 1100010 | 10100 |
Color Harmonies of #016755
Complementary color
Monochromatic Colors of #016755
Black with #016755
Text Example
Text Example
White with #016755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016755; }
p { color: rgb(1,103,85); }
H1.HeaderClassName
{
color: #016755;
}
.AnyTagClassName
{
color: #016755;
}
</style>
background-color css
<style>
a { background-color: #016755; }
a { background-color: rgb(1,103,85); }
div.DivClassName
{
background-color: #016755;
}
.BgClassName
{
background-color: #016755;
}
</style>
border-color css
<style>
span { border-color: #016755; }
span { border-color: rgb(1,103,85); }
td.TdClassName
{
border-color: #016755;
}
.TagClassName
{
border-color: #016755;
}
</style>