Shades of Watercourse #0C6C4F
Tints of Watercourse #0C6C4F
RGB
CMYK
RGB Variations
Color information
#0C6C4F (or 0x0C6C4F) is known color: Watercourse. HEX triplet: 0C, 6C and 4F. RGB value is (12,108,79). Sum of RGB (Red+Green+Blue) = 12+108+79=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 108 (42.58% from 255 or 54.27% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C4F is #F393B0. Grayscale: #4C4C4C. Windows color (decimal): -15963057 or 5205004. OLE color: 5205004.
HSL color Cylindrical-coordinate representation of color #0C6C4F: hue angle of 161.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C4F is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 79 | - |
| CMYK | 0.89 | 0 | 0.27 | 0.58 |
| HSL | 161.88º | 0.8% | 0.24% | - |
| HSV(B) | 161.88º | 0.89% | 0.42% | - |
| XYZ | 6.93 | 11.37 | 9.23 | - |
| YUV | 75.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 79 | 0.89 | 0 | 0.27 | 0.58 | 161.88 | 0.8 | 0.24 |
| Hex | C | 6C | 4F | 59 | 0 | 1B | 3A | A2 | 50 | 18 |
| Octal | 14 | 154 | 117 | 131 | 0 | 33 | 72 | 242 | 120 | 30 |
| Binary | 1100 | 1101100 | 1001111 | 1011001 | 0 | 11011 | 111010 | 10100010 | 1010000 | 11000 |
Color Harmonies of #0C6C4F
Complementary color
Monochromatic Colors of #0C6C4F
Black with #0C6C4F
Text Example
Text Example
White with #0C6C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C4F; }
p { color: rgb(12,108,79); }
H1.HeaderClassName
{
color: #0C6C4F;
}
.AnyTagClassName
{
color: #0C6C4F;
}
</style>
background-color css
<style>
a { background-color: #0C6C4F; }
a { background-color: rgb(12,108,79); }
div.DivClassName
{
background-color: #0C6C4F;
}
.BgClassName
{
background-color: #0C6C4F;
}
</style>
border-color css
<style>
span { border-color: #0C6C4F; }
span { border-color: rgb(12,108,79); }
td.TdClassName
{
border-color: #0C6C4F;
}
.TagClassName
{
border-color: #0C6C4F;
}
</style>