Shades of Watercourse #0C6C4E
Tints of Watercourse #0C6C4E
RGB
CMYK
RGB Variations
Color information
#0C6C4E (or 0x0C6C4E) is known color: Watercourse. HEX triplet: 0C, 6C and 4E. RGB value is (12,108,78). Sum of RGB (Red+Green+Blue) = 12+108+78=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 108 (42.58% from 255 or 54.55% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6C4E is #F393B1. Grayscale: #4B4B4B. Windows color (decimal): -15963058 or 5139468. OLE color: 5139468.
HSL color Cylindrical-coordinate representation of color #0C6C4E: hue angle of 161.25º 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 #0C6C4E is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 78 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.58 |
| HSL | 161.25º | 0.8% | 0.24% | - |
| HSV(B) | 161.25º | 0.89% | 0.42% | - |
| XYZ | 6.89 | 11.35 | 9.04 | - |
| YUV | 75.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 78 | 0.89 | 0 | 0.28 | 0.58 | 161.25 | 0.8 | 0.24 |
| Hex | C | 6C | 4E | 59 | 0 | 1C | 3A | A1 | 50 | 18 |
| Octal | 14 | 154 | 116 | 131 | 0 | 34 | 72 | 241 | 120 | 30 |
| Binary | 1100 | 1101100 | 1001110 | 1011001 | 0 | 11100 | 111010 | 10100001 | 1010000 | 11000 |
Color Harmonies of #0C6C4E
Complementary color
Monochromatic Colors of #0C6C4E
Black with #0C6C4E
Text Example
Text Example
White with #0C6C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C4E; }
p { color: rgb(12,108,78); }
H1.HeaderClassName
{
color: #0C6C4E;
}
.AnyTagClassName
{
color: #0C6C4E;
}
</style>
background-color css
<style>
a { background-color: #0C6C4E; }
a { background-color: rgb(12,108,78); }
div.DivClassName
{
background-color: #0C6C4E;
}
.BgClassName
{
background-color: #0C6C4E;
}
</style>
border-color css
<style>
span { border-color: #0C6C4E; }
span { border-color: rgb(12,108,78); }
td.TdClassName
{
border-color: #0C6C4E;
}
.TagClassName
{
border-color: #0C6C4E;
}
</style>