Shades of Watercourse #0C6856
Tints of Watercourse #0C6856
RGB
CMYK
RGB Variations
Color information
#0C6856 (or 0x0C6856) is known color: Watercourse. HEX triplet: 0C, 68 and 56. RGB value is (12,104,86). Sum of RGB (Red+Green+Blue) = 12+104+86=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6856 is #F397A9. Grayscale: #4A4A4A. Windows color (decimal): -15964074 or 5662732. OLE color: 5662732.
HSL color Cylindrical-coordinate representation of color #0C6856: hue angle of 168.26º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6856 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 86 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.59 |
| HSL | 168.26º | 0.79% | 0.23% | - |
| HSV(B) | 168.26º | 0.88% | 0.41% | - |
| XYZ | 6.78 | 10.65 | 10.5 | - |
| YUV | 74.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 86 | 0.88 | 0 | 0.17 | 0.59 | 168.26 | 0.79 | 0.23 |
| Hex | C | 68 | 56 | 58 | 0 | 11 | 3B | A8 | 4F | 17 |
| Octal | 14 | 150 | 126 | 130 | 0 | 21 | 73 | 250 | 117 | 27 |
| Binary | 1100 | 1101000 | 1010110 | 1011000 | 0 | 10001 | 111011 | 10101000 | 1001111 | 10111 |
Color Harmonies of #0C6856
Complementary color
Monochromatic Colors of #0C6856
Black with #0C6856
Text Example
Text Example
White with #0C6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6856; }
p { color: rgb(12,104,86); }
H1.HeaderClassName
{
color: #0C6856;
}
.AnyTagClassName
{
color: #0C6856;
}
</style>
background-color css
<style>
a { background-color: #0C6856; }
a { background-color: rgb(12,104,86); }
div.DivClassName
{
background-color: #0C6856;
}
.BgClassName
{
background-color: #0C6856;
}
</style>
border-color css
<style>
span { border-color: #0C6856; }
span { border-color: rgb(12,104,86); }
td.TdClassName
{
border-color: #0C6856;
}
.TagClassName
{
border-color: #0C6856;
}
</style>