Shades of Watercourse #0E6850
Tints of Watercourse #0E6850
RGB
CMYK
RGB Variations
Color information
#0E6850 (or 0x0E6850) is known color: Watercourse. HEX triplet: 0E, 68 and 50. RGB value is (14,104,80). Sum of RGB (Red+Green+Blue) = 14+104+80=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6850 is #F197AF. Grayscale: #4A4A4A. Windows color (decimal): -15833008 or 5269518. OLE color: 5269518.
HSL color Cylindrical-coordinate representation of color #0E6850: hue angle of 164º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6850 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 80 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.59 |
| HSL | 164º | 0.76% | 0.23% | - |
| HSV(B) | 164º | 0.87% | 0.41% | - |
| XYZ | 6.58 | 10.57 | 9.28 | - |
| YUV | 74.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 80 | 0.87 | 0 | 0.23 | 0.59 | 164 | 0.76 | 0.23 |
| Hex | E | 68 | 50 | 57 | 0 | 17 | 3B | A4 | 4C | 17 |
| Octal | 16 | 150 | 120 | 127 | 0 | 27 | 73 | 244 | 114 | 27 |
| Binary | 1110 | 1101000 | 1010000 | 1010111 | 0 | 10111 | 111011 | 10100100 | 1001100 | 10111 |
Color Harmonies of #0E6850
Complementary color
Monochromatic Colors of #0E6850
Black with #0E6850
Text Example
Text Example
White with #0E6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6850; }
p { color: rgb(14,104,80); }
H1.HeaderClassName
{
color: #0E6850;
}
.AnyTagClassName
{
color: #0E6850;
}
</style>
background-color css
<style>
a { background-color: #0E6850; }
a { background-color: rgb(14,104,80); }
div.DivClassName
{
background-color: #0E6850;
}
.BgClassName
{
background-color: #0E6850;
}
</style>
border-color css
<style>
span { border-color: #0E6850; }
span { border-color: rgb(14,104,80); }
td.TdClassName
{
border-color: #0E6850;
}
.TagClassName
{
border-color: #0E6850;
}
</style>