Shades of Watercourse #0C6957
Tints of Watercourse #0C6957
RGB
CMYK
RGB Variations
Color information
#0C6957 (or 0x0C6957) is known color: Watercourse. HEX triplet: 0C, 69 and 57. RGB value is (12,105,87). Sum of RGB (Red+Green+Blue) = 12+105+87=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6957 is #F396A8. Grayscale: #4B4B4B. Windows color (decimal): -15963817 or 5728524. OLE color: 5728524.
HSL color Cylindrical-coordinate representation of color #0C6957: hue angle of 168.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6957 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 87 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.59 |
| HSL | 168.39º | 0.79% | 0.23% | - |
| HSV(B) | 168.39º | 0.89% | 0.41% | - |
| XYZ | 6.92 | 10.87 | 10.75 | - |
| YUV | 75.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 87 | 0.89 | 0 | 0.17 | 0.59 | 168.39 | 0.79 | 0.23 |
| Hex | C | 69 | 57 | 59 | 0 | 11 | 3B | A8 | 4F | 17 |
| Octal | 14 | 151 | 127 | 131 | 0 | 21 | 73 | 250 | 117 | 27 |
| Binary | 1100 | 1101001 | 1010111 | 1011001 | 0 | 10001 | 111011 | 10101000 | 1001111 | 10111 |
Color Harmonies of #0C6957
Complementary color
Monochromatic Colors of #0C6957
Black with #0C6957
Text Example
Text Example
White with #0C6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6957; }
p { color: rgb(12,105,87); }
H1.HeaderClassName
{
color: #0C6957;
}
.AnyTagClassName
{
color: #0C6957;
}
</style>
background-color css
<style>
a { background-color: #0C6957; }
a { background-color: rgb(12,105,87); }
div.DivClassName
{
background-color: #0C6957;
}
.BgClassName
{
background-color: #0C6957;
}
</style>
border-color css
<style>
span { border-color: #0C6957; }
span { border-color: rgb(12,105,87); }
td.TdClassName
{
border-color: #0C6957;
}
.TagClassName
{
border-color: #0C6957;
}
</style>