Shades of Watercourse #0C6A4E
Tints of Watercourse #0C6A4E
RGB
CMYK
RGB Variations
Color information
#0C6A4E (or 0x0C6A4E) is known color: Watercourse. HEX triplet: 0C, 6A and 4E. RGB value is (12,106,78). Sum of RGB (Red+Green+Blue) = 12+106+78=196 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.12% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6A4E is #F395B1. Grayscale: #4A4A4A. Windows color (decimal): -15963570 or 5138956. OLE color: 5138956.
HSL color Cylindrical-coordinate representation of color #0C6A4E: hue angle of 162.13º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A4E is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 78 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.58 |
| HSL | 162.13º | 0.8% | 0.23% | - |
| HSV(B) | 162.13º | 0.89% | 0.42% | - |
| XYZ | 6.68 | 10.94 | 8.97 | - |
| YUV | 74.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 78 | 0.89 | 0 | 0.26 | 0.58 | 162.13 | 0.8 | 0.23 |
| Hex | C | 6A | 4E | 59 | 0 | 1A | 3A | A2 | 50 | 17 |
| Octal | 14 | 152 | 116 | 131 | 0 | 32 | 72 | 242 | 120 | 27 |
| Binary | 1100 | 1101010 | 1001110 | 1011001 | 0 | 11010 | 111010 | 10100010 | 1010000 | 10111 |
Color Harmonies of #0C6A4E
Complementary color
Monochromatic Colors of #0C6A4E
Black with #0C6A4E
Text Example
Text Example
White with #0C6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A4E; }
p { color: rgb(12,106,78); }
H1.HeaderClassName
{
color: #0C6A4E;
}
.AnyTagClassName
{
color: #0C6A4E;
}
</style>
background-color css
<style>
a { background-color: #0C6A4E; }
a { background-color: rgb(12,106,78); }
div.DivClassName
{
background-color: #0C6A4E;
}
.BgClassName
{
background-color: #0C6A4E;
}
</style>
border-color css
<style>
span { border-color: #0C6A4E; }
span { border-color: rgb(12,106,78); }
td.TdClassName
{
border-color: #0C6A4E;
}
.TagClassName
{
border-color: #0C6A4E;
}
</style>