Shades of Watercourse #006841
Tints of Watercourse #006841
RGB
CMYK
RGB Variations
Color information
#006841 (or 0x006841) is known color: Watercourse. HEX triplet: 00, 68 and 41. RGB value is (0,104,65). Sum of RGB (Red+Green+Blue) = 0+104+65=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 104 (41.02% from 255 or 61.54% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 104 - color contains mainly: green. Hex color #006841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006841 is #FF97BE. Grayscale: #444444. Windows color (decimal): -16750527 or 4286464. OLE color: 4286464.
HSL color Cylindrical-coordinate representation of color #006841: hue angle of 157.5º 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 #006841 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 65 | - |
| CMYK | 1 | 0 | 0.38 | 0.59 |
| HSL | 157.5º | 1% | 0.2% | - |
| HSV(B) | 157.5º | 1% | 0.41% | - |
| XYZ | 5.9 | 10.28 | 6.67 | - |
| YUV | 68.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 65 | 1 | 0 | 0.38 | 0.59 | 157.5 | 1 | 0.2 |
| Hex | 0 | 68 | 41 | 64 | 0 | 26 | 3B | 9E | 64 | 14 |
| Octal | 0 | 150 | 101 | 144 | 0 | 46 | 73 | 236 | 144 | 24 |
| Binary | 0 | 1101000 | 1000001 | 1100100 | 0 | 100110 | 111011 | 10011110 | 1100100 | 10100 |
Color Harmonies of #006841
Complementary color
Monochromatic Colors of #006841
Black with #006841
Text Example
Text Example
White with #006841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006841; }
p { color: rgb(0,104,65); }
H1.HeaderClassName
{
color: #006841;
}
.AnyTagClassName
{
color: #006841;
}
</style>
background-color css
<style>
a { background-color: #006841; }
a { background-color: rgb(0,104,65); }
div.DivClassName
{
background-color: #006841;
}
.BgClassName
{
background-color: #006841;
}
</style>
border-color css
<style>
span { border-color: #006841; }
span { border-color: rgb(0,104,65); }
td.TdClassName
{
border-color: #006841;
}
.TagClassName
{
border-color: #006841;
}
</style>