Shades of Watercourse #0E694F
Tints of Watercourse #0E694F
RGB
CMYK
RGB Variations
Color information
#0E694F (or 0x0E694F) is known color: Watercourse. HEX triplet: 0E, 69 and 4F. RGB value is (14,105,79). Sum of RGB (Red+Green+Blue) = 14+105+79=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #0E694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E694F is #F196B0. Grayscale: #4A4A4A. Windows color (decimal): -15832753 or 5204238. OLE color: 5204238.
HSL color Cylindrical-coordinate representation of color #0E694F: hue angle of 162.86º 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 #0E694F is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 14 | 105 | 79 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.59 |
| HSL | 162.86º | 0.76% | 0.23% | - |
| HSV(B) | 162.86º | 0.87% | 0.41% | - |
| XYZ | 6.64 | 10.76 | 9.12 | - |
| YUV | 74.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 105 | 79 | 0.87 | 0 | 0.25 | 0.59 | 162.86 | 0.76 | 0.23 |
| Hex | E | 69 | 4F | 57 | 0 | 19 | 3B | A3 | 4C | 17 |
| Octal | 16 | 151 | 117 | 127 | 0 | 31 | 73 | 243 | 114 | 27 |
| Binary | 1110 | 1101001 | 1001111 | 1010111 | 0 | 11001 | 111011 | 10100011 | 1001100 | 10111 |
Color Harmonies of #0E694F
Complementary color
Monochromatic Colors of #0E694F
Black with #0E694F
Text Example
Text Example
White with #0E694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E694F; }
p { color: rgb(14,105,79); }
H1.HeaderClassName
{
color: #0E694F;
}
.AnyTagClassName
{
color: #0E694F;
}
</style>
background-color css
<style>
a { background-color: #0E694F; }
a { background-color: rgb(14,105,79); }
div.DivClassName
{
background-color: #0E694F;
}
.BgClassName
{
background-color: #0E694F;
}
</style>
border-color css
<style>
span { border-color: #0E694F; }
span { border-color: rgb(14,105,79); }
td.TdClassName
{
border-color: #0E694F;
}
.TagClassName
{
border-color: #0E694F;
}
</style>