Shades of Watercourse #016945
Tints of Watercourse #016945
RGB
CMYK
RGB Variations
Color information
#016945 (or 0x016945) is known color: Watercourse. HEX triplet: 01, 69 and 45. RGB value is (1,105,69). Sum of RGB (Red+Green+Blue) = 1+105+69=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #016945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016945 is #FE96BA. Grayscale: #454545. Windows color (decimal): -16684731 or 4548865. OLE color: 4548865.
HSL color Cylindrical-coordinate representation of color #016945: hue angle of 159.23º 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 #016945 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 69 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.59 |
| HSL | 159.23º | 0.98% | 0.21% | - |
| HSV(B) | 159.23º | 0.99% | 0.41% | - |
| XYZ | 6.14 | 10.54 | 7.34 | - |
| YUV | 69.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 69 | 0.99 | 0 | 0.34 | 0.59 | 159.23 | 0.98 | 0.21 |
| Hex | 1 | 69 | 45 | 63 | 0 | 22 | 3B | 9F | 62 | 15 |
| Octal | 1 | 151 | 105 | 143 | 0 | 42 | 73 | 237 | 142 | 25 |
| Binary | 1 | 1101001 | 1000101 | 1100011 | 0 | 100010 | 111011 | 10011111 | 1100010 | 10101 |
Color Harmonies of #016945
Complementary color
Monochromatic Colors of #016945
Black with #016945
Text Example
Text Example
White with #016945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016945; }
p { color: rgb(1,105,69); }
H1.HeaderClassName
{
color: #016945;
}
.AnyTagClassName
{
color: #016945;
}
</style>
background-color css
<style>
a { background-color: #016945; }
a { background-color: rgb(1,105,69); }
div.DivClassName
{
background-color: #016945;
}
.BgClassName
{
background-color: #016945;
}
</style>
border-color css
<style>
span { border-color: #016945; }
span { border-color: rgb(1,105,69); }
td.TdClassName
{
border-color: #016945;
}
.TagClassName
{
border-color: #016945;
}
</style>