Shades of Watercourse #01714E
Tints of Watercourse #01714E
RGB
CMYK
RGB Variations
Color information
#01714E (or 0x01714E) is known color: Watercourse. HEX triplet: 01, 71 and 4E. RGB value is (1,113,78). Sum of RGB (Red+Green+Blue) = 1+113+78=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #01714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01714E is #FE8EB1. Grayscale: #4B4B4B. Windows color (decimal): -16682674 or 5140737. OLE color: 5140737.
HSL color Cylindrical-coordinate representation of color #01714E: hue angle of 161.25º 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 #01714E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 78 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.56 |
| HSL | 161.25º | 0.98% | 0.22% | - |
| HSV(B) | 161.25º | 0.99% | 0.44% | - |
| XYZ | 7.29 | 12.37 | 9.21 | - |
| YUV | 75.52 | 129.39 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 78 | 0.99 | 0 | 0.31 | 0.56 | 161.25 | 0.98 | 0.22 |
| Hex | 1 | 71 | 4E | 63 | 0 | 1F | 38 | A1 | 62 | 16 |
| Octal | 1 | 161 | 116 | 143 | 0 | 37 | 70 | 241 | 142 | 26 |
| Binary | 1 | 1110001 | 1001110 | 1100011 | 0 | 11111 | 111000 | 10100001 | 1100010 | 10110 |
Color Harmonies of #01714E
Complementary color
Monochromatic Colors of #01714E
Black with #01714E
Text Example
Text Example
White with #01714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01714E; }
p { color: rgb(1,113,78); }
H1.HeaderClassName
{
color: #01714E;
}
.AnyTagClassName
{
color: #01714E;
}
</style>
background-color css
<style>
a { background-color: #01714E; }
a { background-color: rgb(1,113,78); }
div.DivClassName
{
background-color: #01714E;
}
.BgClassName
{
background-color: #01714E;
}
</style>
border-color css
<style>
span { border-color: #01714E; }
span { border-color: rgb(1,113,78); }
td.TdClassName
{
border-color: #01714E;
}
.TagClassName
{
border-color: #01714E;
}
</style>