Shades of Watercourse #0E6550
Tints of Watercourse #0E6550
RGB
CMYK
RGB Variations
Color information
#0E6550 (or 0x0E6550) is known color: Watercourse. HEX triplet: 0E, 65 and 50. RGB value is (14,101,80). Sum of RGB (Red+Green+Blue) = 14+101+80=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6550 is #F19AAF. Grayscale: #484848. Windows color (decimal): -15833776 or 5268750. OLE color: 5268750.
HSL color Cylindrical-coordinate representation of color #0E6550: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E6550 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 14 | 101 | 80 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.60 |
| HSL | 165.52º | 0.76% | 0.23% | - |
| HSV(B) | 165.52º | 0.86% | 0.4% | - |
| XYZ | 6.28 | 9.98 | 9.18 | - |
| YUV | 72.59 | 132.18 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 101 | 80 | 0.86 | 0 | 0.21 | 0.60 | 165.52 | 0.76 | 0.23 |
| Hex | E | 65 | 50 | 56 | 0 | 15 | 3C | A6 | 4C | 17 |
| Octal | 16 | 145 | 120 | 126 | 0 | 25 | 74 | 246 | 114 | 27 |
| Binary | 1110 | 1100101 | 1010000 | 1010110 | 0 | 10101 | 111100 | 10100110 | 1001100 | 10111 |
Color Harmonies of #0E6550
Complementary color
Monochromatic Colors of #0E6550
Black with #0E6550
Text Example
Text Example
White with #0E6550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6550; }
p { color: rgb(14,101,80); }
H1.HeaderClassName
{
color: #0E6550;
}
.AnyTagClassName
{
color: #0E6550;
}
</style>
background-color css
<style>
a { background-color: #0E6550; }
a { background-color: rgb(14,101,80); }
div.DivClassName
{
background-color: #0E6550;
}
.BgClassName
{
background-color: #0E6550;
}
</style>
border-color css
<style>
span { border-color: #0E6550; }
span { border-color: rgb(14,101,80); }
td.TdClassName
{
border-color: #0E6550;
}
.TagClassName
{
border-color: #0E6550;
}
</style>