Shades of Watercourse #0D7155
Tints of Watercourse #0D7155
RGB
CMYK
RGB Variations
Color information
#0D7155 (or 0x0D7155) is known color: Watercourse. HEX triplet: 0D, 71 and 55. RGB value is (13,113,85). Sum of RGB (Red+Green+Blue) = 13+113+85=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7155 is #F28EAA. Grayscale: #4F4F4F. Windows color (decimal): -15896235 or 5599501. OLE color: 5599501.
HSL color Cylindrical-coordinate representation of color #0D7155: hue angle of 163.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7155 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 113 | 85 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.56 |
| HSL | 163.2º | 0.79% | 0.25% | - |
| HSV(B) | 163.2º | 0.88% | 0.44% | - |
| XYZ | 7.71 | 12.55 | 10.61 | - |
| YUV | 79.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 113 | 85 | 0.88 | 0 | 0.25 | 0.56 | 163.2 | 0.79 | 0.25 |
| Hex | D | 71 | 55 | 58 | 0 | 19 | 38 | A3 | 4F | 19 |
| Octal | 15 | 161 | 125 | 130 | 0 | 31 | 70 | 243 | 117 | 31 |
| Binary | 1101 | 1110001 | 1010101 | 1011000 | 0 | 11001 | 111000 | 10100011 | 1001111 | 11001 |
Color Harmonies of #0D7155
Complementary color
Monochromatic Colors of #0D7155
Black with #0D7155
Text Example
Text Example
White with #0D7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7155; }
p { color: rgb(13,113,85); }
H1.HeaderClassName
{
color: #0D7155;
}
.AnyTagClassName
{
color: #0D7155;
}
</style>
background-color css
<style>
a { background-color: #0D7155; }
a { background-color: rgb(13,113,85); }
div.DivClassName
{
background-color: #0D7155;
}
.BgClassName
{
background-color: #0D7155;
}
</style>
border-color css
<style>
span { border-color: #0D7155; }
span { border-color: rgb(13,113,85); }
td.TdClassName
{
border-color: #0D7155;
}
.TagClassName
{
border-color: #0D7155;
}
</style>