Shades of Watercourse #006246
Tints of Watercourse #006246
RGB
CMYK
RGB Variations
Color information
#006246 (or 0x006246) is known color: Watercourse. HEX triplet: 00, 62 and 46. RGB value is (0,98,70). Sum of RGB (Red+Green+Blue) = 0+98+70=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #006246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006246 is #FF9DB9. Grayscale: #414141. Windows color (decimal): -16752058 or 4612608. OLE color: 4612608.
HSL color Cylindrical-coordinate representation of color #006246: hue angle of 162.86º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006246 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 98 | 70 | - |
| CMYK | 1 | 0 | 0.29 | 0.62 |
| HSL | 162.86º | 1% | 0.19% | - |
| HSV(B) | 162.86º | 1% | 0.38% | - |
| XYZ | 5.47 | 9.18 | 7.28 | - |
| YUV | 65.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 70 | 1 | 0 | 0.29 | 0.62 | 162.86 | 1 | 0.19 |
| Hex | 0 | 62 | 46 | 64 | 0 | 1D | 3E | A3 | 64 | 13 |
| Octal | 0 | 142 | 106 | 144 | 0 | 35 | 76 | 243 | 144 | 23 |
| Binary | 0 | 1100010 | 1000110 | 1100100 | 0 | 11101 | 111110 | 10100011 | 1100100 | 10011 |
Color Harmonies of #006246
Complementary color
Monochromatic Colors of #006246
Black with #006246
Text Example
Text Example
White with #006246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006246; }
p { color: rgb(0,98,70); }
H1.HeaderClassName
{
color: #006246;
}
.AnyTagClassName
{
color: #006246;
}
</style>
background-color css
<style>
a { background-color: #006246; }
a { background-color: rgb(0,98,70); }
div.DivClassName
{
background-color: #006246;
}
.BgClassName
{
background-color: #006246;
}
</style>
border-color css
<style>
span { border-color: #006246; }
span { border-color: rgb(0,98,70); }
td.TdClassName
{
border-color: #006246;
}
.TagClassName
{
border-color: #006246;
}
</style>