Shades of Watercourse #0C6B57
Tints of Watercourse #0C6B57
RGB
CMYK
RGB Variations
Color information
#0C6B57 (or 0x0C6B57) is known color: Watercourse. HEX triplet: 0C, 6B and 57. RGB value is (12,107,87). Sum of RGB (Red+Green+Blue) = 12+107+87=206 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.83% from 206); Green value is 107 (42.19% from 255 or 51.94% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6B57 is #F394A8. Grayscale: #4C4C4C. Windows color (decimal): -15963305 or 5729036. OLE color: 5729036.
HSL color Cylindrical-coordinate representation of color #0C6B57: hue angle of 167.37º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6B57 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 107 | 87 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.58 |
| HSL | 167.37º | 0.8% | 0.23% | - |
| HSV(B) | 167.37º | 0.89% | 0.42% | - |
| XYZ | 7.13 | 11.28 | 10.82 | - |
| YUV | 76.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 87 | 0.89 | 0 | 0.19 | 0.58 | 167.37 | 0.8 | 0.23 |
| Hex | C | 6B | 57 | 59 | 0 | 13 | 3A | A7 | 50 | 17 |
| Octal | 14 | 153 | 127 | 131 | 0 | 23 | 72 | 247 | 120 | 27 |
| Binary | 1100 | 1101011 | 1010111 | 1011001 | 0 | 10011 | 111010 | 10100111 | 1010000 | 10111 |
Color Harmonies of #0C6B57
Complementary color
Monochromatic Colors of #0C6B57
Black with #0C6B57
Text Example
Text Example
White with #0C6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6B57; }
p { color: rgb(12,107,87); }
H1.HeaderClassName
{
color: #0C6B57;
}
.AnyTagClassName
{
color: #0C6B57;
}
</style>
background-color css
<style>
a { background-color: #0C6B57; }
a { background-color: rgb(12,107,87); }
div.DivClassName
{
background-color: #0C6B57;
}
.BgClassName
{
background-color: #0C6B57;
}
</style>
border-color css
<style>
span { border-color: #0C6B57; }
span { border-color: rgb(12,107,87); }
td.TdClassName
{
border-color: #0C6B57;
}
.TagClassName
{
border-color: #0C6B57;
}
</style>