Shades of Watercourse #01683F
Tints of Watercourse #01683F
RGB
CMYK
RGB Variations
Color information
#01683F (or 0x01683F) is known color: Watercourse. HEX triplet: 01, 68 and 3F. RGB value is (1,104,63). Sum of RGB (Red+Green+Blue) = 1+104+63=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #01683F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01683F is #FE97C0. Grayscale: #444444. Windows color (decimal): -16684993 or 4155393. OLE color: 4155393.
HSL color Cylindrical-coordinate representation of color #01683F: hue angle of 156.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01683F is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 63 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.59 |
| HSL | 156.12º | 0.98% | 0.21% | - |
| HSV(B) | 156.12º | 0.99% | 0.41% | - |
| XYZ | 5.86 | 10.27 | 6.38 | - |
| YUV | 68.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 63 | 0.99 | 0 | 0.39 | 0.59 | 156.12 | 0.98 | 0.21 |
| Hex | 1 | 68 | 3F | 63 | 0 | 27 | 3B | 9C | 62 | 15 |
| Octal | 1 | 150 | 77 | 143 | 0 | 47 | 73 | 234 | 142 | 25 |
| Binary | 1 | 1101000 | 111111 | 1100011 | 0 | 100111 | 111011 | 10011100 | 1100010 | 10101 |
Color Harmonies of #01683F
Complementary color
Monochromatic Colors of #01683F
Black with #01683F
Text Example
Text Example
White with #01683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01683F; }
p { color: rgb(1,104,63); }
H1.HeaderClassName
{
color: #01683F;
}
.AnyTagClassName
{
color: #01683F;
}
</style>
background-color css
<style>
a { background-color: #01683F; }
a { background-color: rgb(1,104,63); }
div.DivClassName
{
background-color: #01683F;
}
.BgClassName
{
background-color: #01683F;
}
</style>
border-color css
<style>
span { border-color: #01683F; }
span { border-color: rgb(1,104,63); }
td.TdClassName
{
border-color: #01683F;
}
.TagClassName
{
border-color: #01683F;
}
</style>