Shades of Watercourse #007040
Tints of Watercourse #007040
RGB
CMYK
RGB Variations
Color information
#007040 (or 0x007040) is known color: Watercourse. HEX triplet: 00, 70 and 40. RGB value is (0,112,64). Sum of RGB (Red+Green+Blue) = 0+112+64=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #007040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007040 is #FF8FBF. Grayscale: #494949. Windows color (decimal): -16748480 or 4222976. OLE color: 4222976.
HSL color Cylindrical-coordinate representation of color #007040: hue angle of 154.29º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007040 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 64 | - |
| CMYK | 1 | 0 | 0.43 | 0.56 |
| HSL | 154.29º | 1% | 0.22% | - |
| HSV(B) | 154.29º | 1% | 0.44% | - |
| XYZ | 6.72 | 11.96 | 6.8 | - |
| YUV | 73.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 64 | 1 | 0 | 0.43 | 0.56 | 154.29 | 1 | 0.22 |
| Hex | 0 | 70 | 40 | 64 | 0 | 2B | 38 | 9A | 64 | 16 |
| Octal | 0 | 160 | 100 | 144 | 0 | 53 | 70 | 232 | 144 | 26 |
| Binary | 0 | 1110000 | 1000000 | 1100100 | 0 | 101011 | 111000 | 10011010 | 1100100 | 10110 |
Color Harmonies of #007040
Complementary color
Monochromatic Colors of #007040
Black with #007040
Text Example
Text Example
White with #007040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007040; }
p { color: rgb(0,112,64); }
H1.HeaderClassName
{
color: #007040;
}
.AnyTagClassName
{
color: #007040;
}
</style>
background-color css
<style>
a { background-color: #007040; }
a { background-color: rgb(0,112,64); }
div.DivClassName
{
background-color: #007040;
}
.BgClassName
{
background-color: #007040;
}
</style>
border-color css
<style>
span { border-color: #007040; }
span { border-color: rgb(0,112,64); }
td.TdClassName
{
border-color: #007040;
}
.TagClassName
{
border-color: #007040;
}
</style>