Shades of Watercourse #0C6D55
Tints of Watercourse #0C6D55
RGB
CMYK
RGB Variations
Color information
#0C6D55 (or 0x0C6D55) is known color: Watercourse. HEX triplet: 0C, 6D and 55. RGB value is (12,109,85). Sum of RGB (Red+Green+Blue) = 12+109+85=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6D55 is #F392AA. Grayscale: #4D4D4D. Windows color (decimal): -15962795 or 5598476. OLE color: 5598476.
HSL color Cylindrical-coordinate representation of color #0C6D55: hue angle of 165.15º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D55 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 109 | 85 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.57 |
| HSL | 165.15º | 0.8% | 0.24% | - |
| HSV(B) | 165.15º | 0.89% | 0.43% | - |
| XYZ | 7.26 | 11.67 | 10.46 | - |
| YUV | 77.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 109 | 85 | 0.89 | 0 | 0.22 | 0.57 | 165.15 | 0.8 | 0.24 |
| Hex | C | 6D | 55 | 59 | 0 | 16 | 39 | A5 | 50 | 18 |
| Octal | 14 | 155 | 125 | 131 | 0 | 26 | 71 | 245 | 120 | 30 |
| Binary | 1100 | 1101101 | 1010101 | 1011001 | 0 | 10110 | 111001 | 10100101 | 1010000 | 11000 |
Color Harmonies of #0C6D55
Complementary color
Monochromatic Colors of #0C6D55
Black with #0C6D55
Text Example
Text Example
White with #0C6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6D55; }
p { color: rgb(12,109,85); }
H1.HeaderClassName
{
color: #0C6D55;
}
.AnyTagClassName
{
color: #0C6D55;
}
</style>
background-color css
<style>
a { background-color: #0C6D55; }
a { background-color: rgb(12,109,85); }
div.DivClassName
{
background-color: #0C6D55;
}
.BgClassName
{
background-color: #0C6D55;
}
</style>
border-color css
<style>
span { border-color: #0C6D55; }
span { border-color: rgb(12,109,85); }
td.TdClassName
{
border-color: #0C6D55;
}
.TagClassName
{
border-color: #0C6D55;
}
</style>