Shades of Watercourse #006740
Tints of Watercourse #006740
RGB
CMYK
RGB Variations
Color information
#006740 (or 0x006740) is known color: Watercourse. HEX triplet: 00, 67 and 40. RGB value is (0,103,64). Sum of RGB (Red+Green+Blue) = 0+103+64=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #006740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006740 is #FF98BF. Grayscale: #434343. Windows color (decimal): -16750784 or 4220672. OLE color: 4220672.
HSL color Cylindrical-coordinate representation of color #006740: hue angle of 157.28º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006740 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 64 | - |
| CMYK | 1 | 0 | 0.38 | 0.60 |
| HSL | 157.28º | 1% | 0.2% | - |
| HSV(B) | 157.28º | 1% | 0.4% | - |
| XYZ | 5.78 | 10.07 | 6.49 | - |
| YUV | 67.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 64 | 1 | 0 | 0.38 | 0.60 | 157.28 | 1 | 0.2 |
| Hex | 0 | 67 | 40 | 64 | 0 | 26 | 3C | 9D | 64 | 14 |
| Octal | 0 | 147 | 100 | 144 | 0 | 46 | 74 | 235 | 144 | 24 |
| Binary | 0 | 1100111 | 1000000 | 1100100 | 0 | 100110 | 111100 | 10011101 | 1100100 | 10100 |
Color Harmonies of #006740
Complementary color
Monochromatic Colors of #006740
Black with #006740
Text Example
Text Example
White with #006740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006740; }
p { color: rgb(0,103,64); }
H1.HeaderClassName
{
color: #006740;
}
.AnyTagClassName
{
color: #006740;
}
</style>
background-color css
<style>
a { background-color: #006740; }
a { background-color: rgb(0,103,64); }
div.DivClassName
{
background-color: #006740;
}
.BgClassName
{
background-color: #006740;
}
</style>
border-color css
<style>
span { border-color: #006740; }
span { border-color: rgb(0,103,64); }
td.TdClassName
{
border-color: #006740;
}
.TagClassName
{
border-color: #006740;
}
</style>