Shades of Watercourse #0D6F4F
Tints of Watercourse #0D6F4F
RGB
CMYK
RGB Variations
Color information
#0D6F4F (or 0x0D6F4F) is known color: Watercourse. HEX triplet: 0D, 6F and 4F. RGB value is (13,111,79). Sum of RGB (Red+Green+Blue) = 13+111+79=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 111 (43.75% from 255 or 54.68% from 203); Blue value is 79 (31.25% from 255 or 38.92% from 203); Max value from RGB is 111 - color contains mainly: green. Hex color #0D6F4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6F4F is #F290B0. Grayscale: #4E4E4E. Windows color (decimal): -15896753 or 5205773. OLE color: 5205773.
HSL color Cylindrical-coordinate representation of color #0D6F4F: hue angle of 160.41º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6F4F is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 13 | 111 | 79 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.56 |
| HSL | 160.41º | 0.79% | 0.24% | - |
| HSV(B) | 160.41º | 0.88% | 0.44% | - |
| XYZ | 7.26 | 12.02 | 9.33 | - |
| YUV | 78.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 111 | 79 | 0.88 | 0 | 0.29 | 0.56 | 160.41 | 0.79 | 0.24 |
| Hex | D | 6F | 4F | 58 | 0 | 1D | 38 | A0 | 4F | 18 |
| Octal | 15 | 157 | 117 | 130 | 0 | 35 | 70 | 240 | 117 | 30 |
| Binary | 1101 | 1101111 | 1001111 | 1011000 | 0 | 11101 | 111000 | 10100000 | 1001111 | 11000 |
Color Harmonies of #0D6F4F
Complementary color
Monochromatic Colors of #0D6F4F
Black with #0D6F4F
Text Example
Text Example
White with #0D6F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6F4F; }
p { color: rgb(13,111,79); }
H1.HeaderClassName
{
color: #0D6F4F;
}
.AnyTagClassName
{
color: #0D6F4F;
}
</style>
background-color css
<style>
a { background-color: #0D6F4F; }
a { background-color: rgb(13,111,79); }
div.DivClassName
{
background-color: #0D6F4F;
}
.BgClassName
{
background-color: #0D6F4F;
}
</style>
border-color css
<style>
span { border-color: #0D6F4F; }
span { border-color: rgb(13,111,79); }
td.TdClassName
{
border-color: #0D6F4F;
}
.TagClassName
{
border-color: #0D6F4F;
}
</style>