Shades of Watercourse #006046
Tints of Watercourse #006046
RGB
CMYK
RGB Variations
Color information
#006046 (or 0x006046) is known color: Watercourse. HEX triplet: 00, 60 and 46. RGB value is (0,96,70). Sum of RGB (Red+Green+Blue) = 0+96+70=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #006046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006046 is #FF9FB9. Grayscale: #404040. Windows color (decimal): -16752570 or 4612096. OLE color: 4612096.
HSL color Cylindrical-coordinate representation of color #006046: hue angle of 163.75º 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 #006046 is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 70 | - |
| CMYK | 1 | 0 | 0.27 | 0.62 |
| HSL | 163.75º | 1% | 0.19% | - |
| HSV(B) | 163.75º | 1% | 0.38% | - |
| XYZ | 5.29 | 8.81 | 7.22 | - |
| YUV | 64.33 | 131.2 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 70 | 1 | 0 | 0.27 | 0.62 | 163.75 | 1 | 0.19 |
| Hex | 0 | 60 | 46 | 64 | 0 | 1B | 3E | A4 | 64 | 13 |
| Octal | 0 | 140 | 106 | 144 | 0 | 33 | 76 | 244 | 144 | 23 |
| Binary | 0 | 1100000 | 1000110 | 1100100 | 0 | 11011 | 111110 | 10100100 | 1100100 | 10011 |
Color Harmonies of #006046
Complementary color
Monochromatic Colors of #006046
Black with #006046
Text Example
Text Example
White with #006046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006046; }
p { color: rgb(0,96,70); }
H1.HeaderClassName
{
color: #006046;
}
.AnyTagClassName
{
color: #006046;
}
</style>
background-color css
<style>
a { background-color: #006046; }
a { background-color: rgb(0,96,70); }
div.DivClassName
{
background-color: #006046;
}
.BgClassName
{
background-color: #006046;
}
</style>
border-color css
<style>
span { border-color: #006046; }
span { border-color: rgb(0,96,70); }
td.TdClassName
{
border-color: #006046;
}
.TagClassName
{
border-color: #006046;
}
</style>