Shades of Watercourse #01684D
Tints of Watercourse #01684D
RGB
CMYK
RGB Variations
Color information
#01684D (or 0x01684D) is known color: Watercourse. HEX triplet: 01, 68 and 4D. RGB value is (1,104,77). Sum of RGB (Red+Green+Blue) = 1+104+77=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #01684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01684D is #FE97B2. Grayscale: #464646. Windows color (decimal): -16684979 or 5072897. OLE color: 5072897.
HSL color Cylindrical-coordinate representation of color #01684D: hue angle of 164.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 #01684D is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 77 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.59 |
| HSL | 164.27º | 0.98% | 0.21% | - |
| HSV(B) | 164.27º | 0.99% | 0.41% | - |
| XYZ | 6.3 | 10.44 | 8.7 | - |
| YUV | 70.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 77 | 0.99 | 0 | 0.26 | 0.59 | 164.27 | 0.98 | 0.21 |
| Hex | 1 | 68 | 4D | 63 | 0 | 1A | 3B | A4 | 62 | 15 |
| Octal | 1 | 150 | 115 | 143 | 0 | 32 | 73 | 244 | 142 | 25 |
| Binary | 1 | 1101000 | 1001101 | 1100011 | 0 | 11010 | 111011 | 10100100 | 1100010 | 10101 |
Color Harmonies of #01684D
Complementary color
Monochromatic Colors of #01684D
Black with #01684D
Text Example
Text Example
White with #01684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01684D; }
p { color: rgb(1,104,77); }
H1.HeaderClassName
{
color: #01684D;
}
.AnyTagClassName
{
color: #01684D;
}
</style>
background-color css
<style>
a { background-color: #01684D; }
a { background-color: rgb(1,104,77); }
div.DivClassName
{
background-color: #01684D;
}
.BgClassName
{
background-color: #01684D;
}
</style>
border-color css
<style>
span { border-color: #01684D; }
span { border-color: rgb(1,104,77); }
td.TdClassName
{
border-color: #01684D;
}
.TagClassName
{
border-color: #01684D;
}
</style>