Shades of Watercourse #01694F
Tints of Watercourse #01694F
RGB
CMYK
RGB Variations
Color information
#01694F (or 0x01694F) is known color: Watercourse. HEX triplet: 01, 69 and 4F. RGB value is (1,105,79). Sum of RGB (Red+Green+Blue) = 1+105+79=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #01694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01694F is #FE96B0. Grayscale: #464646. Windows color (decimal): -16684721 or 5204225. OLE color: 5204225.
HSL color Cylindrical-coordinate representation of color #01694F: hue angle of 165º 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 #01694F is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 79 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.59 |
| HSL | 165º | 0.98% | 0.21% | - |
| HSV(B) | 165º | 0.99% | 0.41% | - |
| XYZ | 6.48 | 10.67 | 9.12 | - |
| YUV | 70.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 79 | 0.99 | 0 | 0.25 | 0.59 | 165 | 0.98 | 0.21 |
| Hex | 1 | 69 | 4F | 63 | 0 | 19 | 3B | A5 | 62 | 15 |
| Octal | 1 | 151 | 117 | 143 | 0 | 31 | 73 | 245 | 142 | 25 |
| Binary | 1 | 1101001 | 1001111 | 1100011 | 0 | 11001 | 111011 | 10100101 | 1100010 | 10101 |
Color Harmonies of #01694F
Complementary color
Monochromatic Colors of #01694F
Black with #01694F
Text Example
Text Example
White with #01694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01694F; }
p { color: rgb(1,105,79); }
H1.HeaderClassName
{
color: #01694F;
}
.AnyTagClassName
{
color: #01694F;
}
</style>
background-color css
<style>
a { background-color: #01694F; }
a { background-color: rgb(1,105,79); }
div.DivClassName
{
background-color: #01694F;
}
.BgClassName
{
background-color: #01694F;
}
</style>
border-color css
<style>
span { border-color: #01694F; }
span { border-color: rgb(1,105,79); }
td.TdClassName
{
border-color: #01694F;
}
.TagClassName
{
border-color: #01694F;
}
</style>