Shades of Watercourse #006845
Tints of Watercourse #006845
RGB
CMYK
RGB Variations
Color information
#006845 (or 0x006845) is known color: Watercourse. HEX triplet: 00, 68 and 45. RGB value is (0,104,69). Sum of RGB (Red+Green+Blue) = 0+104+69=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 104 (41.02% from 255 or 60.12% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 104 - color contains mainly: green. Hex color #006845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006845 is #FF97BA. Grayscale: #444444. Windows color (decimal): -16750523 or 4548608. OLE color: 4548608.
HSL color Cylindrical-coordinate representation of color #006845: hue angle of 159.81º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006845 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 69 | - |
| CMYK | 1 | 0 | 0.34 | 0.59 |
| HSL | 159.81º | 1% | 0.2% | - |
| HSV(B) | 159.81º | 1% | 0.41% | - |
| XYZ | 6.02 | 10.33 | 7.31 | - |
| YUV | 68.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 69 | 1 | 0 | 0.34 | 0.59 | 159.81 | 1 | 0.2 |
| Hex | 0 | 68 | 45 | 64 | 0 | 22 | 3B | A0 | 64 | 14 |
| Octal | 0 | 150 | 105 | 144 | 0 | 42 | 73 | 240 | 144 | 24 |
| Binary | 0 | 1101000 | 1000101 | 1100100 | 0 | 100010 | 111011 | 10100000 | 1100100 | 10100 |
Color Harmonies of #006845
Complementary color
Monochromatic Colors of #006845
Black with #006845
Text Example
Text Example
White with #006845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006845; }
p { color: rgb(0,104,69); }
H1.HeaderClassName
{
color: #006845;
}
.AnyTagClassName
{
color: #006845;
}
</style>
background-color css
<style>
a { background-color: #006845; }
a { background-color: rgb(0,104,69); }
div.DivClassName
{
background-color: #006845;
}
.BgClassName
{
background-color: #006845;
}
</style>
border-color css
<style>
span { border-color: #006845; }
span { border-color: rgb(0,104,69); }
td.TdClassName
{
border-color: #006845;
}
.TagClassName
{
border-color: #006845;
}
</style>