Shades of Watercourse #01714B
Tints of Watercourse #01714B
RGB
CMYK
RGB Variations
Color information
#01714B (or 0x01714B) is known color: Watercourse. HEX triplet: 01, 71 and 4B. RGB value is (1,113,75). Sum of RGB (Red+Green+Blue) = 1+113+75=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #01714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01714B is #FE8EB4. Grayscale: #4B4B4B. Windows color (decimal): -16682677 or 4944129. OLE color: 4944129.
HSL color Cylindrical-coordinate representation of color #01714B: hue angle of 159.64º 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 #01714B is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 113 | 75 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.56 |
| HSL | 159.64º | 0.98% | 0.22% | - |
| HSV(B) | 159.64º | 0.99% | 0.44% | - |
| XYZ | 7.19 | 12.32 | 8.66 | - |
| YUV | 75.18 | 127.89 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 75 | 0.99 | 0 | 0.34 | 0.56 | 159.64 | 0.98 | 0.22 |
| Hex | 1 | 71 | 4B | 63 | 0 | 22 | 38 | A0 | 62 | 16 |
| Octal | 1 | 161 | 113 | 143 | 0 | 42 | 70 | 240 | 142 | 26 |
| Binary | 1 | 1110001 | 1001011 | 1100011 | 0 | 100010 | 111000 | 10100000 | 1100010 | 10110 |
Color Harmonies of #01714B
Complementary color
Monochromatic Colors of #01714B
Black with #01714B
Text Example
Text Example
White with #01714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01714B; }
p { color: rgb(1,113,75); }
H1.HeaderClassName
{
color: #01714B;
}
.AnyTagClassName
{
color: #01714B;
}
</style>
background-color css
<style>
a { background-color: #01714B; }
a { background-color: rgb(1,113,75); }
div.DivClassName
{
background-color: #01714B;
}
.BgClassName
{
background-color: #01714B;
}
</style>
border-color css
<style>
span { border-color: #01714B; }
span { border-color: rgb(1,113,75); }
td.TdClassName
{
border-color: #01714B;
}
.TagClassName
{
border-color: #01714B;
}
</style>