Shades of Watercourse #006941
Tints of Watercourse #006941
RGB
CMYK
RGB Variations
Color information
#006941 (or 0x006941) is known color: Watercourse. HEX triplet: 00, 69 and 41. RGB value is (0,105,65). Sum of RGB (Red+Green+Blue) = 0+105+65=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 105 (41.41% from 255 or 61.76% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 105 - color contains mainly: green. Hex color #006941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006941 is #FF96BE. Grayscale: #454545. Windows color (decimal): -16750271 or 4286720. OLE color: 4286720.
HSL color Cylindrical-coordinate representation of color #006941: hue angle of 157.14º 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 #006941 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 105 | 65 | - |
| CMYK | 1 | 0 | 0.38 | 0.59 |
| HSL | 157.14º | 1% | 0.21% | - |
| HSV(B) | 157.14º | 1% | 0.41% | - |
| XYZ | 6.01 | 10.48 | 6.71 | - |
| YUV | 69.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 65 | 1 | 0 | 0.38 | 0.59 | 157.14 | 1 | 0.21 |
| Hex | 0 | 69 | 41 | 64 | 0 | 26 | 3B | 9D | 64 | 15 |
| Octal | 0 | 151 | 101 | 144 | 0 | 46 | 73 | 235 | 144 | 25 |
| Binary | 0 | 1101001 | 1000001 | 1100100 | 0 | 100110 | 111011 | 10011101 | 1100100 | 10101 |
Color Harmonies of #006941
Complementary color
Monochromatic Colors of #006941
Black with #006941
Text Example
Text Example
White with #006941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006941; }
p { color: rgb(0,105,65); }
H1.HeaderClassName
{
color: #006941;
}
.AnyTagClassName
{
color: #006941;
}
</style>
background-color css
<style>
a { background-color: #006941; }
a { background-color: rgb(0,105,65); }
div.DivClassName
{
background-color: #006941;
}
.BgClassName
{
background-color: #006941;
}
</style>
border-color css
<style>
span { border-color: #006941; }
span { border-color: rgb(0,105,65); }
td.TdClassName
{
border-color: #006941;
}
.TagClassName
{
border-color: #006941;
}
</style>