Shades of Watercourse #01684E
Tints of Watercourse #01684E
RGB
CMYK
RGB Variations
Color information
#01684E (or 0x01684E) is known color: Watercourse. HEX triplet: 01, 68 and 4E. RGB value is (1,104,78). Sum of RGB (Red+Green+Blue) = 1+104+78=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 78 (30.86% from 255 or 42.62% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #01684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01684E is #FE97B1. Grayscale: #464646. Windows color (decimal): -16684978 or 5138433. OLE color: 5138433.
HSL color Cylindrical-coordinate representation of color #01684E: hue angle of 164.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 #01684E is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 78 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.59 |
| HSL | 164.85º | 0.98% | 0.21% | - |
| HSV(B) | 164.85º | 0.99% | 0.41% | - |
| XYZ | 6.34 | 10.46 | 8.89 | - |
| YUV | 70.24 | 132.38 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 78 | 0.99 | 0 | 0.25 | 0.59 | 164.85 | 0.98 | 0.21 |
| Hex | 1 | 68 | 4E | 63 | 0 | 19 | 3B | A5 | 62 | 15 |
| Octal | 1 | 150 | 116 | 143 | 0 | 31 | 73 | 245 | 142 | 25 |
| Binary | 1 | 1101000 | 1001110 | 1100011 | 0 | 11001 | 111011 | 10100101 | 1100010 | 10101 |
Color Harmonies of #01684E
Complementary color
Monochromatic Colors of #01684E
Black with #01684E
Text Example
Text Example
White with #01684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01684E; }
p { color: rgb(1,104,78); }
H1.HeaderClassName
{
color: #01684E;
}
.AnyTagClassName
{
color: #01684E;
}
</style>
background-color css
<style>
a { background-color: #01684E; }
a { background-color: rgb(1,104,78); }
div.DivClassName
{
background-color: #01684E;
}
.BgClassName
{
background-color: #01684E;
}
</style>
border-color css
<style>
span { border-color: #01684E; }
span { border-color: rgb(1,104,78); }
td.TdClassName
{
border-color: #01684E;
}
.TagClassName
{
border-color: #01684E;
}
</style>