Shades of Watercourse #0D6D54
Tints of Watercourse #0D6D54
RGB
CMYK
RGB Variations
Color information
#0D6D54 (or 0x0D6D54) is known color: Watercourse. HEX triplet: 0D, 6D and 54. RGB value is (13,109,84). Sum of RGB (Red+Green+Blue) = 13+109+84=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 84 (33.20% from 255 or 40.78% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #0D6D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6D54 is #F292AB. Grayscale: #4D4D4D. Windows color (decimal): -15897260 or 5532941. OLE color: 5532941.
HSL color Cylindrical-coordinate representation of color #0D6D54: hue angle of 164.38º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6D54 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 109 | 84 | - |
| CMYK | 0.88 | 0 | 0.23 | 0.57 |
| HSL | 164.38º | 0.79% | 0.24% | - |
| HSV(B) | 164.38º | 0.88% | 0.43% | - |
| XYZ | 7.23 | 11.66 | 10.26 | - |
| YUV | 77.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 109 | 84 | 0.88 | 0 | 0.23 | 0.57 | 164.38 | 0.79 | 0.24 |
| Hex | D | 6D | 54 | 58 | 0 | 17 | 39 | A4 | 4F | 18 |
| Octal | 15 | 155 | 124 | 130 | 0 | 27 | 71 | 244 | 117 | 30 |
| Binary | 1101 | 1101101 | 1010100 | 1011000 | 0 | 10111 | 111001 | 10100100 | 1001111 | 11000 |
Color Harmonies of #0D6D54
Complementary color
Monochromatic Colors of #0D6D54
Black with #0D6D54
Text Example
Text Example
White with #0D6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6D54; }
p { color: rgb(13,109,84); }
H1.HeaderClassName
{
color: #0D6D54;
}
.AnyTagClassName
{
color: #0D6D54;
}
</style>
background-color css
<style>
a { background-color: #0D6D54; }
a { background-color: rgb(13,109,84); }
div.DivClassName
{
background-color: #0D6D54;
}
.BgClassName
{
background-color: #0D6D54;
}
</style>
border-color css
<style>
span { border-color: #0D6D54; }
span { border-color: rgb(13,109,84); }
td.TdClassName
{
border-color: #0D6D54;
}
.TagClassName
{
border-color: #0D6D54;
}
</style>