Shades of Watercourse #01664D
Tints of Watercourse #01664D
RGB
CMYK
RGB Variations
Color information
#01664D (or 0x01664D) is known color: Watercourse. HEX triplet: 01, 66 and 4D. RGB value is (1,102,77). Sum of RGB (Red+Green+Blue) = 1+102+77=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #01664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01664D is #FE99B2. Grayscale: #444444. Windows color (decimal): -16685491 or 5072385. OLE color: 5072385.
HSL color Cylindrical-coordinate representation of color #01664D: hue angle of 165.15º 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 #01664D is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 77 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.6 |
| HSL | 165.15º | 0.98% | 0.2% | - |
| HSV(B) | 165.15º | 0.99% | 0.4% | - |
| XYZ | 6.1 | 10.05 | 8.64 | - |
| YUV | 68.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 77 | 0.99 | 0 | 0.25 | 0.6 | 165.15 | 0.98 | 0.2 |
| Hex | 1 | 66 | 4D | 63 | 0 | 19 | 3C | A5 | 62 | 14 |
| Octal | 1 | 146 | 115 | 143 | 0 | 31 | 74 | 245 | 142 | 24 |
| Binary | 1 | 1100110 | 1001101 | 1100011 | 0 | 11001 | 111100 | 10100101 | 1100010 | 10100 |
Color Harmonies of #01664D
Complementary color
Monochromatic Colors of #01664D
Black with #01664D
Text Example
Text Example
White with #01664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01664D; }
p { color: rgb(1,102,77); }
H1.HeaderClassName
{
color: #01664D;
}
.AnyTagClassName
{
color: #01664D;
}
</style>
background-color css
<style>
a { background-color: #01664D; }
a { background-color: rgb(1,102,77); }
div.DivClassName
{
background-color: #01664D;
}
.BgClassName
{
background-color: #01664D;
}
</style>
border-color css
<style>
span { border-color: #01664D; }
span { border-color: rgb(1,102,77); }
td.TdClassName
{
border-color: #01664D;
}
.TagClassName
{
border-color: #01664D;
}
</style>