Shades of Watercourse #01614D
Tints of Watercourse #01614D
RGB
CMYK
RGB Variations
Color information
#01614D (or 0x01614D) is known color: Watercourse. HEX triplet: 01, 61 and 4D. RGB value is (1,97,77). Sum of RGB (Red+Green+Blue) = 1+97+77=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #01614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01614D is #FE9EB2. Grayscale: #424242. Windows color (decimal): -16686771 or 5071105. OLE color: 5071105.
HSL color Cylindrical-coordinate representation of color #01614D: hue angle of 167.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01614D is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 77 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.62 |
| HSL | 167.5º | 0.98% | 0.19% | - |
| HSV(B) | 167.5º | 0.99% | 0.38% | - |
| XYZ | 5.63 | 9.09 | 8.48 | - |
| YUV | 66.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 77 | 0.99 | 0 | 0.21 | 0.62 | 167.5 | 0.98 | 0.19 |
| Hex | 1 | 61 | 4D | 63 | 0 | 15 | 3E | A8 | 62 | 13 |
| Octal | 1 | 141 | 115 | 143 | 0 | 25 | 76 | 250 | 142 | 23 |
| Binary | 1 | 1100001 | 1001101 | 1100011 | 0 | 10101 | 111110 | 10101000 | 1100010 | 10011 |
Color Harmonies of #01614D
Complementary color
Monochromatic Colors of #01614D
Black with #01614D
Text Example
Text Example
White with #01614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01614D; }
p { color: rgb(1,97,77); }
H1.HeaderClassName
{
color: #01614D;
}
.AnyTagClassName
{
color: #01614D;
}
</style>
background-color css
<style>
a { background-color: #01614D; }
a { background-color: rgb(1,97,77); }
div.DivClassName
{
background-color: #01614D;
}
.BgClassName
{
background-color: #01614D;
}
</style>
border-color css
<style>
span { border-color: #01614D; }
span { border-color: rgb(1,97,77); }
td.TdClassName
{
border-color: #01614D;
}
.TagClassName
{
border-color: #01614D;
}
</style>