Shades of Watercourse #01704E
Tints of Watercourse #01704E
RGB
CMYK
RGB Variations
Color information
#01704E (or 0x01704E) is known color: Watercourse. HEX triplet: 01, 70 and 4E. RGB value is (1,112,78). Sum of RGB (Red+Green+Blue) = 1+112+78=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 112 (44.14% from 255 or 58.64% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 112 - color contains mainly: green. Hex color #01704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01704E is #FE8FB1. Grayscale: #4A4A4A. Windows color (decimal): -16682930 or 5140481. OLE color: 5140481.
HSL color Cylindrical-coordinate representation of color #01704E: hue angle of 161.62º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01704E is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 78 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.56 |
| HSL | 161.62º | 0.98% | 0.22% | - |
| HSV(B) | 161.62º | 0.99% | 0.44% | - |
| XYZ | 7.18 | 12.14 | 9.17 | - |
| YUV | 74.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 78 | 0.99 | 0 | 0.30 | 0.56 | 161.62 | 0.98 | 0.22 |
| Hex | 1 | 70 | 4E | 63 | 0 | 1E | 38 | A2 | 62 | 16 |
| Octal | 1 | 160 | 116 | 143 | 0 | 36 | 70 | 242 | 142 | 26 |
| Binary | 1 | 1110000 | 1001110 | 1100011 | 0 | 11110 | 111000 | 10100010 | 1100010 | 10110 |
Color Harmonies of #01704E
Complementary color
Monochromatic Colors of #01704E
Black with #01704E
Text Example
Text Example
White with #01704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01704E; }
p { color: rgb(1,112,78); }
H1.HeaderClassName
{
color: #01704E;
}
.AnyTagClassName
{
color: #01704E;
}
</style>
background-color css
<style>
a { background-color: #01704E; }
a { background-color: rgb(1,112,78); }
div.DivClassName
{
background-color: #01704E;
}
.BgClassName
{
background-color: #01704E;
}
</style>
border-color css
<style>
span { border-color: #01704E; }
span { border-color: rgb(1,112,78); }
td.TdClassName
{
border-color: #01704E;
}
.TagClassName
{
border-color: #01704E;
}
</style>