Shades of Watercourse #016B4E
Tints of Watercourse #016B4E
RGB
CMYK
RGB Variations
Color information
#016B4E (or 0x016B4E) is known color: Watercourse. HEX triplet: 01, 6B and 4E. RGB value is (1,107,78). Sum of RGB (Red+Green+Blue) = 1+107+78=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #016B4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B4E is #FE94B1. Grayscale: #484848. Windows color (decimal): -16684210 or 5139201. OLE color: 5139201.
HSL color Cylindrical-coordinate representation of color #016B4E: hue angle of 163.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B4E is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 78 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.58 |
| HSL | 163.58º | 0.98% | 0.21% | - |
| HSV(B) | 163.58º | 0.99% | 0.42% | - |
| XYZ | 6.65 | 11.07 | 8.99 | - |
| YUV | 72 | 131.38 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 78 | 0.99 | 0 | 0.27 | 0.58 | 163.58 | 0.98 | 0.21 |
| Hex | 1 | 6B | 4E | 63 | 0 | 1B | 3A | A4 | 62 | 15 |
| Octal | 1 | 153 | 116 | 143 | 0 | 33 | 72 | 244 | 142 | 25 |
| Binary | 1 | 1101011 | 1001110 | 1100011 | 0 | 11011 | 111010 | 10100100 | 1100010 | 10101 |
Color Harmonies of #016B4E
Complementary color
Monochromatic Colors of #016B4E
Black with #016B4E
Text Example
Text Example
White with #016B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B4E; }
p { color: rgb(1,107,78); }
H1.HeaderClassName
{
color: #016B4E;
}
.AnyTagClassName
{
color: #016B4E;
}
</style>
background-color css
<style>
a { background-color: #016B4E; }
a { background-color: rgb(1,107,78); }
div.DivClassName
{
background-color: #016B4E;
}
.BgClassName
{
background-color: #016B4E;
}
</style>
border-color css
<style>
span { border-color: #016B4E; }
span { border-color: rgb(1,107,78); }
td.TdClassName
{
border-color: #016B4E;
}
.TagClassName
{
border-color: #016B4E;
}
</style>