Shades of Watercourse #006C49
Tints of Watercourse #006C49
RGB
CMYK
RGB Variations
Color information
#006C49 (or 0x006C49) is known color: Watercourse. HEX triplet: 00, 6C and 49. RGB value is (0,108,73). Sum of RGB (Red+Green+Blue) = 0+108+73=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 108 (42.58% from 255 or 59.67% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 108 - color contains mainly: green. Hex color #006C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C49 is #FF93B6. Grayscale: #474747. Windows color (decimal): -16749495 or 4811776. OLE color: 4811776.
HSL color Cylindrical-coordinate representation of color #006C49: hue angle of 160.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C49 is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 108 | 73 | - |
| CMYK | 1 | 0 | 0.32 | 0.58 |
| HSL | 160.56º | 1% | 0.21% | - |
| HSV(B) | 160.56º | 1% | 0.42% | - |
| XYZ | 6.57 | 11.21 | 8.12 | - |
| YUV | 71.72 | 128.72 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 73 | 1 | 0 | 0.32 | 0.58 | 160.56 | 1 | 0.21 |
| Hex | 0 | 6C | 49 | 64 | 0 | 20 | 3A | A1 | 64 | 15 |
| Octal | 0 | 154 | 111 | 144 | 0 | 40 | 72 | 241 | 144 | 25 |
| Binary | 0 | 1101100 | 1001001 | 1100100 | 0 | 100000 | 111010 | 10100001 | 1100100 | 10101 |
Color Harmonies of #006C49
Complementary color
Monochromatic Colors of #006C49
Black with #006C49
Text Example
Text Example
White with #006C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C49; }
p { color: rgb(0,108,73); }
H1.HeaderClassName
{
color: #006C49;
}
.AnyTagClassName
{
color: #006C49;
}
</style>
background-color css
<style>
a { background-color: #006C49; }
a { background-color: rgb(0,108,73); }
div.DivClassName
{
background-color: #006C49;
}
.BgClassName
{
background-color: #006C49;
}
</style>
border-color css
<style>
span { border-color: #006C49; }
span { border-color: rgb(0,108,73); }
td.TdClassName
{
border-color: #006C49;
}
.TagClassName
{
border-color: #006C49;
}
</style>