Shades of Watercourse #01694C
Tints of Watercourse #01694C
RGB
CMYK
RGB Variations
Color information
#01694C (or 0x01694C) is known color: Watercourse. HEX triplet: 01, 69 and 4C. RGB value is (1,105,76). Sum of RGB (Red+Green+Blue) = 1+105+76=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #01694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01694C is #FE96B3. Grayscale: #464646. Windows color (decimal): -16684724 or 5007617. OLE color: 5007617.
HSL color Cylindrical-coordinate representation of color #01694C: hue angle of 163.27º 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 #01694C is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 76 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.59 |
| HSL | 163.27º | 0.98% | 0.21% | - |
| HSV(B) | 163.27º | 0.99% | 0.41% | - |
| XYZ | 6.37 | 10.63 | 8.55 | - |
| YUV | 70.6 | 131.04 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 76 | 0.99 | 0 | 0.28 | 0.59 | 163.27 | 0.98 | 0.21 |
| Hex | 1 | 69 | 4C | 63 | 0 | 1C | 3B | A3 | 62 | 15 |
| Octal | 1 | 151 | 114 | 143 | 0 | 34 | 73 | 243 | 142 | 25 |
| Binary | 1 | 1101001 | 1001100 | 1100011 | 0 | 11100 | 111011 | 10100011 | 1100010 | 10101 |
Color Harmonies of #01694C
Complementary color
Monochromatic Colors of #01694C
Black with #01694C
Text Example
Text Example
White with #01694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01694C; }
p { color: rgb(1,105,76); }
H1.HeaderClassName
{
color: #01694C;
}
.AnyTagClassName
{
color: #01694C;
}
</style>
background-color css
<style>
a { background-color: #01694C; }
a { background-color: rgb(1,105,76); }
div.DivClassName
{
background-color: #01694C;
}
.BgClassName
{
background-color: #01694C;
}
</style>
border-color css
<style>
span { border-color: #01694C; }
span { border-color: rgb(1,105,76); }
td.TdClassName
{
border-color: #01694C;
}
.TagClassName
{
border-color: #01694C;
}
</style>