Shades of Watercourse #01694D
Tints of Watercourse #01694D
RGB
CMYK
RGB Variations
Color information
#01694D (or 0x01694D) is known color: Watercourse. HEX triplet: 01, 69 and 4D. RGB value is (1,105,77). Sum of RGB (Red+Green+Blue) = 1+105+77=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #01694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01694D is #FE96B2. Grayscale: #464646. Windows color (decimal): -16684723 or 5073153. OLE color: 5073153.
HSL color Cylindrical-coordinate representation of color #01694D: hue angle of 163.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01694D is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 77 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.59 |
| HSL | 163.85º | 0.98% | 0.21% | - |
| HSV(B) | 163.85º | 0.99% | 0.41% | - |
| XYZ | 6.4 | 10.65 | 8.74 | - |
| YUV | 70.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 77 | 0.99 | 0 | 0.27 | 0.59 | 163.85 | 0.98 | 0.21 |
| Hex | 1 | 69 | 4D | 63 | 0 | 1B | 3B | A4 | 62 | 15 |
| Octal | 1 | 151 | 115 | 143 | 0 | 33 | 73 | 244 | 142 | 25 |
| Binary | 1 | 1101001 | 1001101 | 1100011 | 0 | 11011 | 111011 | 10100100 | 1100010 | 10101 |
Color Harmonies of #01694D
Complementary color
Monochromatic Colors of #01694D
Black with #01694D
Text Example
Text Example
White with #01694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01694D; }
p { color: rgb(1,105,77); }
H1.HeaderClassName
{
color: #01694D;
}
.AnyTagClassName
{
color: #01694D;
}
</style>
background-color css
<style>
a { background-color: #01694D; }
a { background-color: rgb(1,105,77); }
div.DivClassName
{
background-color: #01694D;
}
.BgClassName
{
background-color: #01694D;
}
</style>
border-color css
<style>
span { border-color: #01694D; }
span { border-color: rgb(1,105,77); }
td.TdClassName
{
border-color: #01694D;
}
.TagClassName
{
border-color: #01694D;
}
</style>