Shades of Watercourse #0E6856
Tints of Watercourse #0E6856
RGB
CMYK
RGB Variations
Color information
#0E6856 (or 0x0E6856) is known color: Watercourse. HEX triplet: 0E, 68 and 56. RGB value is (14,104,86). Sum of RGB (Red+Green+Blue) = 14+104+86=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #0E6856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6856 is #F197A9. Grayscale: #4B4B4B. Windows color (decimal): -15833002 or 5662734. OLE color: 5662734.
HSL color Cylindrical-coordinate representation of color #0E6856: hue angle of 168º 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 #0E6856 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 104 | 86 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.59 |
| HSL | 168º | 0.76% | 0.23% | - |
| HSV(B) | 168º | 0.87% | 0.41% | - |
| XYZ | 6.81 | 10.67 | 10.5 | - |
| YUV | 75.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 86 | 0.87 | 0 | 0.17 | 0.59 | 168 | 0.76 | 0.23 |
| Hex | E | 68 | 56 | 57 | 0 | 11 | 3B | A8 | 4C | 17 |
| Octal | 16 | 150 | 126 | 127 | 0 | 21 | 73 | 250 | 114 | 27 |
| Binary | 1110 | 1101000 | 1010110 | 1010111 | 0 | 10001 | 111011 | 10101000 | 1001100 | 10111 |
Color Harmonies of #0E6856
Complementary color
Monochromatic Colors of #0E6856
Black with #0E6856
Text Example
Text Example
White with #0E6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6856; }
p { color: rgb(14,104,86); }
H1.HeaderClassName
{
color: #0E6856;
}
.AnyTagClassName
{
color: #0E6856;
}
</style>
background-color css
<style>
a { background-color: #0E6856; }
a { background-color: rgb(14,104,86); }
div.DivClassName
{
background-color: #0E6856;
}
.BgClassName
{
background-color: #0E6856;
}
</style>
border-color css
<style>
span { border-color: #0E6856; }
span { border-color: rgb(14,104,86); }
td.TdClassName
{
border-color: #0E6856;
}
.TagClassName
{
border-color: #0E6856;
}
</style>