Shades of Watercourse #01614F
Tints of Watercourse #01614F
RGB
CMYK
RGB Variations
Color information
#01614F (or 0x01614F) is known color: Watercourse. HEX triplet: 01, 61 and 4F. RGB value is (1,97,79). Sum of RGB (Red+Green+Blue) = 1+97+79=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #01614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01614F is #FE9EB0. Grayscale: #424242. Windows color (decimal): -16686769 or 5202177. OLE color: 5202177.
HSL color Cylindrical-coordinate representation of color #01614F: hue angle of 168.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01614F is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 79 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.62 |
| HSL | 168.75º | 0.98% | 0.19% | - |
| HSV(B) | 168.75º | 0.99% | 0.38% | - |
| XYZ | 5.7 | 9.12 | 8.86 | - |
| YUV | 66.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 79 | 0.99 | 0 | 0.19 | 0.62 | 168.75 | 0.98 | 0.19 |
| Hex | 1 | 61 | 4F | 63 | 0 | 13 | 3E | A9 | 62 | 13 |
| Octal | 1 | 141 | 117 | 143 | 0 | 23 | 76 | 251 | 142 | 23 |
| Binary | 1 | 1100001 | 1001111 | 1100011 | 0 | 10011 | 111110 | 10101001 | 1100010 | 10011 |
Color Harmonies of #01614F
Complementary color
Monochromatic Colors of #01614F
Black with #01614F
Text Example
Text Example
White with #01614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01614F; }
p { color: rgb(1,97,79); }
H1.HeaderClassName
{
color: #01614F;
}
.AnyTagClassName
{
color: #01614F;
}
</style>
background-color css
<style>
a { background-color: #01614F; }
a { background-color: rgb(1,97,79); }
div.DivClassName
{
background-color: #01614F;
}
.BgClassName
{
background-color: #01614F;
}
</style>
border-color css
<style>
span { border-color: #01614F; }
span { border-color: rgb(1,97,79); }
td.TdClassName
{
border-color: #01614F;
}
.TagClassName
{
border-color: #01614F;
}
</style>