Shades of Watercourse #016D43
Tints of Watercourse #016D43
RGB
CMYK
RGB Variations
Color information
#016D43 (or 0x016D43) is known color: Watercourse. HEX triplet: 01, 6D and 43. RGB value is (1,109,67). Sum of RGB (Red+Green+Blue) = 1+109+67=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #016D43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D43 is #FE92BC. Grayscale: #474747. Windows color (decimal): -16683709 or 4418817. OLE color: 4418817.
HSL color Cylindrical-coordinate representation of color #016D43: hue angle of 156.67º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D43 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 67 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.57 |
| HSL | 156.67º | 0.98% | 0.22% | - |
| HSV(B) | 156.67º | 0.99% | 0.43% | - |
| XYZ | 6.49 | 11.35 | 7.16 | - |
| YUV | 71.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 67 | 0.99 | 0 | 0.39 | 0.57 | 156.67 | 0.98 | 0.22 |
| Hex | 1 | 6D | 43 | 63 | 0 | 27 | 39 | 9D | 62 | 16 |
| Octal | 1 | 155 | 103 | 143 | 0 | 47 | 71 | 235 | 142 | 26 |
| Binary | 1 | 1101101 | 1000011 | 1100011 | 0 | 100111 | 111001 | 10011101 | 1100010 | 10110 |
Color Harmonies of #016D43
Complementary color
Monochromatic Colors of #016D43
Black with #016D43
Text Example
Text Example
White with #016D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D43; }
p { color: rgb(1,109,67); }
H1.HeaderClassName
{
color: #016D43;
}
.AnyTagClassName
{
color: #016D43;
}
</style>
background-color css
<style>
a { background-color: #016D43; }
a { background-color: rgb(1,109,67); }
div.DivClassName
{
background-color: #016D43;
}
.BgClassName
{
background-color: #016D43;
}
</style>
border-color css
<style>
span { border-color: #016D43; }
span { border-color: rgb(1,109,67); }
td.TdClassName
{
border-color: #016D43;
}
.TagClassName
{
border-color: #016D43;
}
</style>