Shades of Watercourse #0C684F
Tints of Watercourse #0C684F
RGB
CMYK
RGB Variations
Color information
#0C684F (or 0x0C684F) is known color: Watercourse. HEX triplet: 0C, 68 and 4F. RGB value is (12,104,79). Sum of RGB (Red+Green+Blue) = 12+104+79=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #0C684F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C684F is #F397B0. Grayscale: #494949. Windows color (decimal): -15964081 or 5203980. OLE color: 5203980.
HSL color Cylindrical-coordinate representation of color #0C684F: hue angle of 163.7º 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 #0C684F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 79 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.59 |
| HSL | 163.7º | 0.79% | 0.23% | - |
| HSV(B) | 163.7º | 0.88% | 0.41% | - |
| XYZ | 6.51 | 10.54 | 9.09 | - |
| YUV | 73.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 79 | 0.88 | 0 | 0.24 | 0.59 | 163.7 | 0.79 | 0.23 |
| Hex | C | 68 | 4F | 58 | 0 | 18 | 3B | A4 | 4F | 17 |
| Octal | 14 | 150 | 117 | 130 | 0 | 30 | 73 | 244 | 117 | 27 |
| Binary | 1100 | 1101000 | 1001111 | 1011000 | 0 | 11000 | 111011 | 10100100 | 1001111 | 10111 |
Color Harmonies of #0C684F
Complementary color
Monochromatic Colors of #0C684F
Black with #0C684F
Text Example
Text Example
White with #0C684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C684F; }
p { color: rgb(12,104,79); }
H1.HeaderClassName
{
color: #0C684F;
}
.AnyTagClassName
{
color: #0C684F;
}
</style>
background-color css
<style>
a { background-color: #0C684F; }
a { background-color: rgb(12,104,79); }
div.DivClassName
{
background-color: #0C684F;
}
.BgClassName
{
background-color: #0C684F;
}
</style>
border-color css
<style>
span { border-color: #0C684F; }
span { border-color: rgb(12,104,79); }
td.TdClassName
{
border-color: #0C684F;
}
.TagClassName
{
border-color: #0C684F;
}
</style>