Shades of Watercourse #01753F
Tints of Watercourse #01753F
RGB
CMYK
RGB Variations
Color information
#01753F (or 0x01753F) is known color: Watercourse. HEX triplet: 01, 75 and 3F. RGB value is (1,117,63). Sum of RGB (Red+Green+Blue) = 1+117+63=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #01753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01753F is #FE8AC0. Grayscale: #4C4C4C. Windows color (decimal): -16681665 or 4158721. OLE color: 4158721.
HSL color Cylindrical-coordinate representation of color #01753F: hue angle of 152.07º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01753F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 117 | 63 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.54 |
| HSL | 152.07º | 0.98% | 0.23% | - |
| HSV(B) | 152.07º | 0.99% | 0.46% | - |
| XYZ | 7.27 | 13.09 | 6.85 | - |
| YUV | 76.16 | 120.57 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 117 | 63 | 0.99 | 0 | 0.46 | 0.54 | 152.07 | 0.98 | 0.23 |
| Hex | 1 | 75 | 3F | 63 | 0 | 2E | 36 | 98 | 62 | 17 |
| Octal | 1 | 165 | 77 | 143 | 0 | 56 | 66 | 230 | 142 | 27 |
| Binary | 1 | 1110101 | 111111 | 1100011 | 0 | 101110 | 110110 | 10011000 | 1100010 | 10111 |
Color Harmonies of #01753F
Complementary color
Monochromatic Colors of #01753F
Black with #01753F
Text Example
Text Example
White with #01753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01753F; }
p { color: rgb(1,117,63); }
H1.HeaderClassName
{
color: #01753F;
}
.AnyTagClassName
{
color: #01753F;
}
</style>
background-color css
<style>
a { background-color: #01753F; }
a { background-color: rgb(1,117,63); }
div.DivClassName
{
background-color: #01753F;
}
.BgClassName
{
background-color: #01753F;
}
</style>
border-color css
<style>
span { border-color: #01753F; }
span { border-color: rgb(1,117,63); }
td.TdClassName
{
border-color: #01753F;
}
.TagClassName
{
border-color: #01753F;
}
</style>