Shades of Watercourse #01703F
Tints of Watercourse #01703F
RGB
CMYK
RGB Variations
Color information
#01703F (or 0x01703F) is known color: Watercourse. HEX triplet: 01, 70 and 3F. RGB value is (1,112,63). Sum of RGB (Red+Green+Blue) = 1+112+63=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #01703F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01703F is #FE8FC0. Grayscale: #494949. Windows color (decimal): -16682945 or 4157441. OLE color: 4157441.
HSL color Cylindrical-coordinate representation of color #01703F: hue angle of 153.51º 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 #01703F is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 63 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.56 |
| HSL | 153.51º | 0.98% | 0.22% | - |
| HSV(B) | 153.51º | 0.99% | 0.44% | - |
| XYZ | 6.7 | 11.95 | 6.66 | - |
| YUV | 73.23 | 122.23 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 63 | 0.99 | 0 | 0.44 | 0.56 | 153.51 | 0.98 | 0.22 |
| Hex | 1 | 70 | 3F | 63 | 0 | 2C | 38 | 9A | 62 | 16 |
| Octal | 1 | 160 | 77 | 143 | 0 | 54 | 70 | 232 | 142 | 26 |
| Binary | 1 | 1110000 | 111111 | 1100011 | 0 | 101100 | 111000 | 10011010 | 1100010 | 10110 |
Color Harmonies of #01703F
Complementary color
Monochromatic Colors of #01703F
Black with #01703F
Text Example
Text Example
White with #01703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01703F; }
p { color: rgb(1,112,63); }
H1.HeaderClassName
{
color: #01703F;
}
.AnyTagClassName
{
color: #01703F;
}
</style>
background-color css
<style>
a { background-color: #01703F; }
a { background-color: rgb(1,112,63); }
div.DivClassName
{
background-color: #01703F;
}
.BgClassName
{
background-color: #01703F;
}
</style>
border-color css
<style>
span { border-color: #01703F; }
span { border-color: rgb(1,112,63); }
td.TdClassName
{
border-color: #01703F;
}
.TagClassName
{
border-color: #01703F;
}
</style>