Shades of Watercourse #016741
Tints of Watercourse #016741
RGB
CMYK
RGB Variations
Color information
#016741 (or 0x016741) is known color: Watercourse. HEX triplet: 01, 67 and 41. RGB value is (1,103,65). Sum of RGB (Red+Green+Blue) = 1+103+65=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #016741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016741 is #FE98BE. Grayscale: #444444. Windows color (decimal): -16685247 or 4286209. OLE color: 4286209.
HSL color Cylindrical-coordinate representation of color #016741: hue angle of 157.65º 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 #016741 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 65 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.60 |
| HSL | 157.65º | 0.98% | 0.2% | - |
| HSV(B) | 157.65º | 0.99% | 0.4% | - |
| XYZ | 5.82 | 10.09 | 6.64 | - |
| YUV | 68.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 65 | 0.99 | 0 | 0.37 | 0.60 | 157.65 | 0.98 | 0.2 |
| Hex | 1 | 67 | 41 | 63 | 0 | 25 | 3C | 9E | 62 | 14 |
| Octal | 1 | 147 | 101 | 143 | 0 | 45 | 74 | 236 | 142 | 24 |
| Binary | 1 | 1100111 | 1000001 | 1100011 | 0 | 100101 | 111100 | 10011110 | 1100010 | 10100 |
Color Harmonies of #016741
Complementary color
Monochromatic Colors of #016741
Black with #016741
Text Example
Text Example
White with #016741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016741; }
p { color: rgb(1,103,65); }
H1.HeaderClassName
{
color: #016741;
}
.AnyTagClassName
{
color: #016741;
}
</style>
background-color css
<style>
a { background-color: #016741; }
a { background-color: rgb(1,103,65); }
div.DivClassName
{
background-color: #016741;
}
.BgClassName
{
background-color: #016741;
}
</style>
border-color css
<style>
span { border-color: #016741; }
span { border-color: rgb(1,103,65); }
td.TdClassName
{
border-color: #016741;
}
.TagClassName
{
border-color: #016741;
}
</style>