Shades of Watercourse #006949
Tints of Watercourse #006949
RGB
CMYK
RGB Variations
Color information
#006949 (or 0x006949) is known color: Watercourse. HEX triplet: 00, 69 and 49. RGB value is (0,105,73). Sum of RGB (Red+Green+Blue) = 0+105+73=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #006949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006949 is #FF96B6. Grayscale: #454545. Windows color (decimal): -16750263 or 4811008. OLE color: 4811008.
HSL color Cylindrical-coordinate representation of color #006949: hue angle of 161.71º 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 #006949 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 73 | - |
| CMYK | 1 | 0 | 0.30 | 0.59 |
| HSL | 161.71º | 1% | 0.21% | - |
| HSV(B) | 161.71º | 1% | 0.41% | - |
| XYZ | 6.25 | 10.58 | 8.02 | - |
| YUV | 69.96 | 129.71 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 73 | 1 | 0 | 0.30 | 0.59 | 161.71 | 1 | 0.21 |
| Hex | 0 | 69 | 49 | 64 | 0 | 1E | 3B | A2 | 64 | 15 |
| Octal | 0 | 151 | 111 | 144 | 0 | 36 | 73 | 242 | 144 | 25 |
| Binary | 0 | 1101001 | 1001001 | 1100100 | 0 | 11110 | 111011 | 10100010 | 1100100 | 10101 |
Color Harmonies of #006949
Complementary color
Monochromatic Colors of #006949
Black with #006949
Text Example
Text Example
White with #006949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006949; }
p { color: rgb(0,105,73); }
H1.HeaderClassName
{
color: #006949;
}
.AnyTagClassName
{
color: #006949;
}
</style>
background-color css
<style>
a { background-color: #006949; }
a { background-color: rgb(0,105,73); }
div.DivClassName
{
background-color: #006949;
}
.BgClassName
{
background-color: #006949;
}
</style>
border-color css
<style>
span { border-color: #006949; }
span { border-color: rgb(0,105,73); }
td.TdClassName
{
border-color: #006949;
}
.TagClassName
{
border-color: #006949;
}
</style>