Shades of Watercourse #016944
Tints of Watercourse #016944
RGB
CMYK
RGB Variations
Color information
#016944 (or 0x016944) is known color: Watercourse. HEX triplet: 01, 69 and 44. RGB value is (1,105,68). Sum of RGB (Red+Green+Blue) = 1+105+68=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 105 (41.41% from 255 or 60.34% from 174); Blue value is 68 (26.95% from 255 or 39.08% from 174); Max value from RGB is 105 - color contains mainly: green. Hex color #016944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016944 is #FE96BB. Grayscale: #454545. Windows color (decimal): -16684732 or 4483329. OLE color: 4483329.
HSL color Cylindrical-coordinate representation of color #016944: hue angle of 158.65º 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 #016944 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 68 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.59 |
| HSL | 158.65º | 0.98% | 0.21% | - |
| HSV(B) | 158.65º | 0.99% | 0.41% | - |
| XYZ | 6.11 | 10.53 | 7.18 | - |
| YUV | 69.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 68 | 0.99 | 0 | 0.35 | 0.59 | 158.65 | 0.98 | 0.21 |
| Hex | 1 | 69 | 44 | 63 | 0 | 23 | 3B | 9F | 62 | 15 |
| Octal | 1 | 151 | 104 | 143 | 0 | 43 | 73 | 237 | 142 | 25 |
| Binary | 1 | 1101001 | 1000100 | 1100011 | 0 | 100011 | 111011 | 10011111 | 1100010 | 10101 |
Color Harmonies of #016944
Complementary color
Monochromatic Colors of #016944
Black with #016944
Text Example
Text Example
White with #016944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016944; }
p { color: rgb(1,105,68); }
H1.HeaderClassName
{
color: #016944;
}
.AnyTagClassName
{
color: #016944;
}
</style>
background-color css
<style>
a { background-color: #016944; }
a { background-color: rgb(1,105,68); }
div.DivClassName
{
background-color: #016944;
}
.BgClassName
{
background-color: #016944;
}
</style>
border-color css
<style>
span { border-color: #016944; }
span { border-color: rgb(1,105,68); }
td.TdClassName
{
border-color: #016944;
}
.TagClassName
{
border-color: #016944;
}
</style>