Shades of Watercourse #0D6957
Tints of Watercourse #0D6957
RGB
CMYK
RGB Variations
Color information
#0D6957 (or 0x0D6957) is known color: Watercourse. HEX triplet: 0D, 69 and 57. RGB value is (13,105,87). Sum of RGB (Red+Green+Blue) = 13+105+87=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #0D6957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6957 is #F296A8. Grayscale: #4B4B4B. Windows color (decimal): -15898281 or 5728525. OLE color: 5728525.
HSL color Cylindrical-coordinate representation of color #0D6957: hue angle of 168.26º 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 #0D6957 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 13 | 105 | 87 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.59 |
| HSL | 168.26º | 0.78% | 0.23% | - |
| HSV(B) | 168.26º | 0.88% | 0.41% | - |
| XYZ | 6.94 | 10.88 | 10.75 | - |
| YUV | 75.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 105 | 87 | 0.88 | 0 | 0.17 | 0.59 | 168.26 | 0.78 | 0.23 |
| Hex | D | 69 | 57 | 58 | 0 | 11 | 3B | A8 | 4E | 17 |
| Octal | 15 | 151 | 127 | 130 | 0 | 21 | 73 | 250 | 116 | 27 |
| Binary | 1101 | 1101001 | 1010111 | 1011000 | 0 | 10001 | 111011 | 10101000 | 1001110 | 10111 |
Color Harmonies of #0D6957
Complementary color
Monochromatic Colors of #0D6957
Black with #0D6957
Text Example
Text Example
White with #0D6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6957; }
p { color: rgb(13,105,87); }
H1.HeaderClassName
{
color: #0D6957;
}
.AnyTagClassName
{
color: #0D6957;
}
</style>
background-color css
<style>
a { background-color: #0D6957; }
a { background-color: rgb(13,105,87); }
div.DivClassName
{
background-color: #0D6957;
}
.BgClassName
{
background-color: #0D6957;
}
</style>
border-color css
<style>
span { border-color: #0D6957; }
span { border-color: rgb(13,105,87); }
td.TdClassName
{
border-color: #0D6957;
}
.TagClassName
{
border-color: #0D6957;
}
</style>