Shades of Watercourse #0D684E
Tints of Watercourse #0D684E
RGB
CMYK
RGB Variations
Color information
#0D684E (or 0x0D684E) is known color: Watercourse. HEX triplet: 0D, 68 and 4E. RGB value is (13,104,78). Sum of RGB (Red+Green+Blue) = 13+104+78=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #0D684E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D684E is #F297B1. Grayscale: #494949. Windows color (decimal): -15898546 or 5138445. OLE color: 5138445.
HSL color Cylindrical-coordinate representation of color #0D684E: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D684E is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 104 | 78 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.59 |
| HSL | 162.86º | 0.78% | 0.23% | - |
| HSV(B) | 162.86º | 0.88% | 0.41% | - |
| XYZ | 6.49 | 10.54 | 8.9 | - |
| YUV | 73.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 104 | 78 | 0.88 | 0 | 0.25 | 0.59 | 162.86 | 0.78 | 0.23 |
| Hex | D | 68 | 4E | 58 | 0 | 19 | 3B | A3 | 4E | 17 |
| Octal | 15 | 150 | 116 | 130 | 0 | 31 | 73 | 243 | 116 | 27 |
| Binary | 1101 | 1101000 | 1001110 | 1011000 | 0 | 11001 | 111011 | 10100011 | 1001110 | 10111 |
Color Harmonies of #0D684E
Complementary color
Monochromatic Colors of #0D684E
Black with #0D684E
Text Example
Text Example
White with #0D684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D684E; }
p { color: rgb(13,104,78); }
H1.HeaderClassName
{
color: #0D684E;
}
.AnyTagClassName
{
color: #0D684E;
}
</style>
background-color css
<style>
a { background-color: #0D684E; }
a { background-color: rgb(13,104,78); }
div.DivClassName
{
background-color: #0D684E;
}
.BgClassName
{
background-color: #0D684E;
}
</style>
border-color css
<style>
span { border-color: #0D684E; }
span { border-color: rgb(13,104,78); }
td.TdClassName
{
border-color: #0D684E;
}
.TagClassName
{
border-color: #0D684E;
}
</style>