Shades of Watercourse #0E6651
Tints of Watercourse #0E6651
RGB
CMYK
RGB Variations
Color information
#0E6651 (or 0x0E6651) is known color: Watercourse. HEX triplet: 0E, 66 and 51. RGB value is (14,102,81). Sum of RGB (Red+Green+Blue) = 14+102+81=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #0E6651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6651 is #F199AE. Grayscale: #494949. Windows color (decimal): -15833519 or 5334542. OLE color: 5334542.
HSL color Cylindrical-coordinate representation of color #0E6651: hue angle of 165.68º 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 #0E6651 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 14 | 102 | 81 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.6 |
| HSL | 165.68º | 0.76% | 0.23% | - |
| HSV(B) | 165.68º | 0.86% | 0.4% | - |
| XYZ | 6.42 | 10.19 | 9.41 | - |
| YUV | 73.29 | 132.35 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 81 | 0.86 | 0 | 0.21 | 0.6 | 165.68 | 0.76 | 0.23 |
| Hex | E | 66 | 51 | 56 | 0 | 15 | 3C | A6 | 4C | 17 |
| Octal | 16 | 146 | 121 | 126 | 0 | 25 | 74 | 246 | 114 | 27 |
| Binary | 1110 | 1100110 | 1010001 | 1010110 | 0 | 10101 | 111100 | 10100110 | 1001100 | 10111 |
Color Harmonies of #0E6651
Complementary color
Monochromatic Colors of #0E6651
Black with #0E6651
Text Example
Text Example
White with #0E6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6651; }
p { color: rgb(14,102,81); }
H1.HeaderClassName
{
color: #0E6651;
}
.AnyTagClassName
{
color: #0E6651;
}
</style>
background-color css
<style>
a { background-color: #0E6651; }
a { background-color: rgb(14,102,81); }
div.DivClassName
{
background-color: #0E6651;
}
.BgClassName
{
background-color: #0E6651;
}
</style>
border-color css
<style>
span { border-color: #0E6651; }
span { border-color: rgb(14,102,81); }
td.TdClassName
{
border-color: #0E6651;
}
.TagClassName
{
border-color: #0E6651;
}
</style>