Shades of Watercourse #006946
Tints of Watercourse #006946
RGB
CMYK
RGB Variations
Color information
#006946 (or 0x006946) is known color: Watercourse. HEX triplet: 00, 69 and 46. RGB value is (0,105,70). Sum of RGB (Red+Green+Blue) = 0+105+70=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 105 (41.41% from 255 or 60% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 105 - color contains mainly: green. Hex color #006946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006946 is #FF96B9. Grayscale: #454545. Windows color (decimal): -16750266 or 4614400. OLE color: 4614400.
HSL color Cylindrical-coordinate representation of color #006946: hue angle of 160º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006946 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 70 | - |
| CMYK | 1 | 0 | 0.33 | 0.59 |
| HSL | 160º | 1% | 0.21% | - |
| HSV(B) | 160º | 1% | 0.41% | - |
| XYZ | 6.16 | 10.55 | 7.51 | - |
| YUV | 69.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 70 | 1 | 0 | 0.33 | 0.59 | 160 | 1 | 0.21 |
| Hex | 0 | 69 | 46 | 64 | 0 | 21 | 3B | A0 | 64 | 15 |
| Octal | 0 | 151 | 106 | 144 | 0 | 41 | 73 | 240 | 144 | 25 |
| Binary | 0 | 1101001 | 1000110 | 1100100 | 0 | 100001 | 111011 | 10100000 | 1100100 | 10101 |
Color Harmonies of #006946
Complementary color
Monochromatic Colors of #006946
Black with #006946
Text Example
Text Example
White with #006946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006946; }
p { color: rgb(0,105,70); }
H1.HeaderClassName
{
color: #006946;
}
.AnyTagClassName
{
color: #006946;
}
</style>
background-color css
<style>
a { background-color: #006946; }
a { background-color: rgb(0,105,70); }
div.DivClassName
{
background-color: #006946;
}
.BgClassName
{
background-color: #006946;
}
</style>
border-color css
<style>
span { border-color: #006946; }
span { border-color: rgb(0,105,70); }
td.TdClassName
{
border-color: #006946;
}
.TagClassName
{
border-color: #006946;
}
</style>